From feature-dev-aidd
Derives or refines tasklists from PRD and plan artifacts to create implementation-ready work items in feature development workflows. Use in tasklist stage before implement phase.
npx claudepluginhub grinrus/ai_driven_dev --plugin feature-dev-aiddThis skill is limited to using the following tools:
Follow `feature-dev-aidd:aidd-core`.
Creates or updates todo.md task list artifact from requirements, organizing tasks hierarchically into Planning, Implementation, and Verification phases for development workflows.
Orchestrates task lists with documentation-first execution, sequential progress tracking, quality checklists, and user confirmations. Use for multi-step implementations and feature development.
Breaks PRDs into ordered production-ready engineering tasks with embedded success criteria, tests, benchmarks, and non-functional requirements for /execute-task execution. Use for PRD-to-tasks conversion and feature planning as mergeable PRs.
Share bugs, ideas, or general feedback.
Follow feature-dev-aidd:aidd-core.
tasklist and active feature.python3 ${CLAUDE_PLUGIN_ROOT}/skills/tasks-new/runtime/tasks_new.py --ticket <ticket>, then gate PRD readiness with python3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-flow-state/runtime/prd_check.py.feature-dev-aidd:tasklist-refiner only when upstream prerequisites are already present and the current failure mode is repairable tasklist structure. First action: read the rolling context pack.python3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-flow-state/runtime/tasklist_check.py.repairable_structure. Do not retry for upstream_blocker, env/policy errors, or truth/advisory warnings.tasks_new.py -> tasklist_check.py -> manual edits without new evidence./feature-dev-aidd:implement <ticket> only when tasklist_check.py passes and the next iteration is implementation-ready.review-spec or tasks-new; stop after the bounded retry budget is exhausted.python3 ${CLAUDE_PLUGIN_ROOT}/skills/tasks-new/runtime/tasks_new.py--ticket <ticket> and current PRD/plan artifacts.repairable_structure.AIDD:ACTIONS_LOG: n/a.