ideation

Transforms raw feature ideas into architecture-reviewed Linear user stories with sprint-fit scoring.

2|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/Vibecoder79/jarvis --skill ideation-vibecoder79
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ideation
Source: https://github.com/Vibecoder79/jarvis/tree/main/.claude/skills/ideation
Command: npx skills add https://github.com/Vibecoder79/jarvis --skill ideation-vibecoder79

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Teams often write issues like chat messages, losing context within weeks. This Skill enforces a rigorous multi-step workflow that researches, validates against the full architecture and backlog, and produces a complete, dependency-mapped Linear story that stays understandable months later. ## Core Features & Use Cases - Structured 7-step workflow: Research, full architecture context load (all ADRs), Architecture Design Document (ADD) creation, story drafting, dependency mapping, and sprint-fit scoring before any Linear issue is created. - Enforcement check: Every new architectural decision is checked for machine enforcement; paper-only ADRs automatically trigger a suggested Guard Story. - Learning-loop integration: Reads past lessons-learned and sprint retros to warn when an idea matches a known anti-pattern. - Use Case: You say "I have an idea for a new monitoring agent" — the Skill loads the backlog and architecture docs, drafts an ADD with an 8-dimension quality assessment, scores sprint fit, and only creates the Linear issue after your approval. ## Quick Start Ask the assistant to run /ideation and describe your new feature idea so it can research, design, and draft a complete Linear story for your approval.

Frequently Asked Questions about ideation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn a feature idea into a well-structured Linear issue?▼

Run the ideation workflow, which researches the idea, loads the full architecture documentation and backlog, drafts an Architecture Design Document for features, scores sprint fit, and creates the Linear issue only after your approval.

What is an Architecture Design Document in story planning?▼

An ADD is a structured template covering affected layers, data flow, API design, infrastructure impact, an 8-dimension quality assessment, ADRs, risks, and implementation notes. It is generated for feature stories so developers can start implementation without follow-up questions.

Does the ideation workflow handle database schema changes?▼

Yes, when a story touches a persistent data source it performs a mandatory schema check: reading the current schema version, scanning open issues for claimed target versions, and recording the next free version in the story's DB Schema Impact section to avoid conflicts.

When is a story considered too big for a sprint?▼

A story exceeding 5 story points or 2 sessions is flagged for splitting. The sprint-fit check also evaluates WIP impact and carry-over risk, and high carry-over risk automatically produces a splitting suggestion with a minimal first scope.

What happens when an architectural decision is only documented?▼

The enforcement check asks whether each new ADR is machine-enforced or just documented. Paper-only decisions automatically trigger a suggested Guard Story as a separate 1-point ticket, typically implemented as a commit hook or self-healing check.