Agent skill
tasks-new
Derives or refines tasklist items from PRD, plan, and spec artifacts. Use when tasklist stage prepares implementation-ready work items.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/tasks-new
SKILL.md
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).
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?