Follow feature-dev-aidd:aidd-core.
Steps
- Inputs: resolve active feature and verify PRD/plan/spec artifacts needed for tasklist generation.
- Preflight: set active stage
tasklistand active feature. - Orchestration: run
python3 ${CLAUDE_PLUGIN_ROOT}/skills/tasks-new/runtime/tasks_new.py --ticket <ticket>, then gate PRD readiness withpython3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-flow-state/runtime/prd_check.py. - Use the existing rolling context pack as input evidence; do not invoke standalone context-pack builder scripts from this stage.
- Run subagent
feature-dev-aidd:tasklist-refiner(internal orchestration role). First action: read the rolling context pack. - Postflight: validate via
python3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-flow-state/runtime/tasklist_check.pyand updateaidd/docs/tasklist/<ticket>.mdwhen needed. - Output: return the output contract and explicit next step
/feature-dev-aidd:implement <ticket>.
Command contracts
python3 ${CLAUDE_PLUGIN_ROOT}/skills/tasks-new/runtime/tasks_new.py
- When to run: as canonical tasklist stage entrypoint before implement phase.
- Inputs:
--ticket <ticket>and current PRD/plan/spec artifacts. - Outputs: normalized tasklist structure and stage readiness signal.
- Failure mode: non-zero exit when required artifacts are missing or tasklist contract checks fail.
- Next action: fix source artifacts/tasklist issues and rerun tasklist orchestration.
Notes
- Planning stage:
AIDD:ACTIONS_LOG: n/a.
Additional resources
- Tasklist template source: templates/tasklist.template.md (when: generating or normalizing tasklist sections; why: keep iteration/handoff structure aligned with canonical template).