From feature-dev-aidd
Reviews plan and PRD artifacts, runs automated gates and subagents to check readiness for task derivation. Use when plan/PRD are complete for workflow progression.
npx claudepluginhub grinrus/ai_driven_dev --plugin feature-dev-aiddThis skill is limited to using the following tools:
Follow `feature-dev-aidd:aidd-core`.
Dispatches reviewer subagent to verify PLAN.md quality, task decomposition, and spec alignment before implementation phase. Handles chunking for large plans.
Validates plan and task quality post-/speckit-plan and /speckit-tasks: coverage matrix, red flag scanning, task standards enforcement, NFR validation, REVIEWERS.md generation.
Reviews task plans for executability, verifiability, correct ordering, dependency validity, and coverage of approved specs/designs using INVEST, graphs, and traceability. For formal verdicts, re-reviews, or explicit requests.
Share bugs, ideas, or general feedback.
Follow feature-dev-aidd:aidd-core.
review-plan, then review-prd; keep active feature in sync via canonical active-state runtime commands only.python3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-core/runtime/plan_review_gate.py --ticket <ticket>.aidd/docs/plan/<ticket>.md; alias paths like aidd/docs/plan/<ticket>.plan.md are forbidden.python3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-core/runtime/prd_review.py --ticket <ticket> to refresh structured PRD report payload.python3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-flow-state/runtime/prd_check.py; block on failure.feature-dev-aidd:plan-reviewer. Treat its output as narrative review input only; if the plan gate already yields a terminal blocker, keep that blocker authoritative for the stage verdict.feature-dev-aidd:prd-reviewer after the plan-reviewer handoff whenever PRD artifacts remain readable; if the plan path is WARN-only, continue the PRD pass, but do not let narrative reviewers override gate/report payloads.python3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-core/runtime/prd_review.py --ticket <ticket> --report aidd/reports/prd/<ticket>.json --require-ready for READY-path validation.rlm_links_build, then finalize probe) and returns WARN attribution with evidence instead of terminal block when review can continue.aidd/reports/prd/<ticket>.json|.pack.json) is the source of truth for final verdict: READY is allowed only when recommended_status=ready; otherwise return WARN/BLOCKED with canonical next action on upstream PRD/plan fixes, then rerun /feature-dev-aidd:review-spec <ticket>.WARN(review_spec_report_mismatch) and follow gate/report payload only.Proceed to implementation is forbidden when recommended_status != ready.python3 ${CLAUDE_PLUGIN_ROOT}/skills/.../runtime/...)./skills/... runtime paths are forbidden; use only python3 ${CLAUDE_PLUGIN_ROOT}/skills/.../runtime/....python3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-core/runtime/prd_review.py--ticket <ticket> plus active PRD/plan artifacts.recommended_status) as source of truth.python3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-core/runtime/plan_review_gate.py--ticket <ticket> and the canonical plan artifact.AIDD:ACTIONS_LOG: n/a.