Loading...
Loading...
Convert single-file task backlogs (TASKS.md format) to AutoClaude multi-file spec structure. Use when the user wants to (1) convert existing TASKS.md or similar task backlog files to AutoClaude specs, (2) initialize a new project with AutoClaude-compatible task structure, (3) migrate task definitions from simple markdown to the multi-file spec format with requirements.json, context.json, implementation_plan.json. Triggers on phrases like "convert tasks to AutoClaude", "set up AutoClaude specs", "migrate backlog", "create spec from task".
npx skill4agent add toddward/claude-skills-playground autoclaude-task-converter### TASK-XXX: Task Title
- **Description**: What needs to be done
- **Area**: Component/Feature area
- **Status**: To Do | In Progress | Done | Blocked
- **Priority**: Critical | High | Medium | Low
- **Dependencies**: TASK-XXX, TASK-YYY (optional)
- **Subtasks**: (optional)
- [ ] Subtask 1
- [x] Subtask 2 (completed)
- **Notes**: Additional context- [ ] Simple task description.auto-claude/specs/XXX-task-name/| File | Purpose |
|---|---|
| Feature specification |
| Structured requirements |
| Codebase context (initially empty) |
| Subtasks with status |
scripts/convert_tasks.py.auto-claude/specs/python3 scripts/convert_tasks.py --input TASKS.md --output .auto-claude/specspython3 scripts/convert_tasks.py --init --output .auto-claude/specs.auto-claude/specs/.auto-claude/TASKS.md001-project-setup/| Input Status | AutoClaude Status |
|---|---|
| |
| |
| |
| |
| Input Priority | AutoClaude Priority |
|---|---|
| |
| |
| |
| |
references/autoclaude_schemas.mdrequirements.jsoncontext.jsonimplementation_plan.jsonNOTE: CURRENTLY AUTOCLAUDE MAY REQUIRE A RESTART BEFORE FULLY UTILIZING TASKS THAT HAVE BEEN WRITTEN OUT.