From feature-dev-aidd
Drafts implementation plan from ready PRD and research artifacts after passing PRD/research gates. Starts plan stage in feature-dev-aidd workflow.
npx claudepluginhub grinrus/ai_driven_dev --plugin feature-dev-aiddThis skill is limited to using the following tools:
Follow `feature-dev-aidd:aidd-core`.
Generates execution-ready implementation plans from research docs in .artifacts/research/. Ensures junior developers can execute tasks with zero ambiguity. Planning only—no code changes, fixes, or verification.
Transforms research findings into actionable implementation plans with granular tasks, verification criteria, and stakes classification. Use before coding to ensure alignment.
Share bugs, ideas, or general feedback.
Follow feature-dev-aidd:aidd-core.
plan and active feature.python3 ${CLAUDE_PLUGIN_ROOT}/skills/plan-new/runtime/research_check.py --ticket <ticket>.python3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-flow-state/runtime/prd_check.py and python3 ${CLAUDE_PLUGIN_ROOT}/skills/plan-new/runtime/research_check.py; block early if either fails.python3 ${CLAUDE_PLUGIN_ROOT}/skills/.../runtime/...)./skills/... runtime paths are forbidden; use only ${CLAUDE_PLUGIN_ROOT}/skills/.../runtime/....feature-dev-aidd:planner. The planner is the only writer for aidd/docs/plan/<ticket>.md.feature-dev-aidd:validator. The validator is read-only and returns the narrative verdict and gap list only.prd_check + research_check + validator verdict; return /feature-dev-aidd:review-spec <ticket> only on the ready path.python3 ${CLAUDE_PLUGIN_ROOT}/skills/plan-new/runtime/research_check.py--ticket <ticket> and current PRD/research artifacts.python3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-flow-state/runtime/prd_check.pyAIDD:ACTIONS_LOG: n/a.