From agile-team
Evaluates a raw idea through product, technical, and security lenses, then decomposes approved ideas into backlog tasks with acceptance criteria and complexity estimates.
How this command is triggered — by the user, by Claude, or both
Slash command
/agile-team:ideacommands/The summary Claude sees in its command listing — used to decide when to auto-load this command
# /idea — Turn a Rough Idea Into Backlog Tasks Usage: `/idea [describe the idea]` Arguments: $ARGUMENTS Takes a raw idea and runs it through the product pipeline: evaluate, decompose, prioritise. ## Steps 1. Read current state for context: 2. **po-agent evaluates the idea:** - Does this align with the current phase? - Which persona benefits? - What's the user story? (As a [persona], I want [action], so that [benefit]) - Priority relative to current backlog? 3. **tech-lead-agent assesses feasibility:** - Technical complexity (S/M/L/XL) - Dependencies on existing ...
Usage: /idea [describe the idea]
Arguments: $ARGUMENTS
Takes a raw idea and runs it through the product pipeline: evaluate, decompose, prioritise.
Read current state for context:
cat memory/STATE.md
cat memory/DECISIONS.md
po-agent evaluates the idea:
tech-lead-agent assesses feasibility:
security-analyst-agent checks constraints:
Decompose into tasks (if approved):
Show the evaluation:
IDEA EVALUATION
═══════════════════════════════════════
Idea: [the idea]
Verdict: [APPROVED / DEFERRED / REJECTED]
Persona: [who benefits]
Priority: [critical/high/medium/low]
Phase: [which phase it fits in]
USER STORY
As a [persona], I want [action], so that [benefit].
TASKS (if approved)
- TASK-XXX: [title] — [agent] — [S/M/L]
...
CONCERNS
[any risks or dependencies]
═══════════════════════════════════════
npx claudepluginhub thecoderbuddy/agile-team-skill --plugin agile-team/ideaAnalyzes project via CLAUDE.md/AGENTS.md/codebase and generates 5-10 new feature ideas in Russian, sorted by ROI with impact/effort estimates.
/ideaInterviews a founder to capture, challenge, and refine a product idea, then produces a structured idea brief. Optionally spawns agents for market research with --deep.
/ideaScreens a research idea via finance-idea-screening skill: desk screen, paper novelty search, 6-dimension scoring, decision rules, stress tests, hurdles, and produces an Idea Card.