Loading...
Loading...
Use when converting architecture or design documents into structured, dependency-ordered implementation task lists for autonomous agent execution via dark-factory
npx skill4agent add neekolas/claude-skills planning-implementationdark-factory list --job $JOB --status pending --include-content{
"project": "<project name>",
"tasks": [
{
"id": "T001",
"title": "Short task title",
"description": "Detailed description of what to implement",
"dependencies": ["T000"],
"files": ["src/path/to/file.ts"],
"acceptance_criteria": "Specific, verifiable criteria",
"verification_steps": ["cargo build", "bun test"],
"context_files": ["specs/ARCHITECTURE.md"],
"estimated_complexity": "low|medium|high",
"implementation_details": "Markdown with ### headers"
}
]
}dependenciesfilescontext_filesimplementation_detailsacceptance_criteriaverification_stepsbun testcargo buildbun run typecheckimplementation_details### Pattern### Integration Points### Edge Cases| Complexity | Word count |
|---|---|
| Low | ~50-100 |
| Medium | ~100-200 |
| High | ~200-400 |