Loading...
Loading...
Execute tasks from a track's implementation plan following TDD workflow
npx skill4agent add sickn33/antigravity-awesome-skills conductor-implementconductor/workflow.mdresources/implementation-playbook.mdconductor/product.mdconductor/workflow.mdconductor/tracks.md/conductor:setupconductor/workflow.mdconductor/tracks/{argument}/plan.mdconductor/tracks.md[ ][~]Select a track to implement:
In Progress:
1. [~] auth_20250115 - User Authentication (Phase 2, Task 3)
Pending:
2. [ ] nav-fix_20250114 - Navigation Bug Fix
3. [ ] dashboard_20250113 - Dashboard Feature
Enter number or track ID:conductor/tracks/{trackId}/spec.mdconductor/tracks/{trackId}/plan.mdconductor/tracks/{trackId}/metadata.jsonconductor/product.mdconductor/tech-stack.mdconductor/workflow.mdconductor/code_styleguides/{language}.mdconductor/tracks.md[ ][~]conductor/tracks/{trackId}/metadata.jsonstatus: "in_progress"updated[ ]- [ ] Task X.Y: {description}[ ][~]Following TDD workflow for Task X.Y...
Step 1: Writing failing testStep 2: Implementing minimal code to pass testStep 3: Refactoring while keeping tests greengit add -A
git commit -m "{commit_prefix}: {task description} ({trackId})"[~][x]git add conductor/tracks/{trackId}/plan.md
git commit -m "chore: mark task X.Y complete ({trackId})"tasks.completedupdated[x]Phase {N} complete. Running verification...npm testpytestPhase {N} Verification Results:
- All phase tasks: Complete
- Tests: {passing/failing}
- Verification: {pass/fail}
Approve to continue to Phase {N+1}?
1. Yes, continue
2. No, there are issues to fix
3. Pause implementationERROR: {tool} failed with: {error message}
Options:
1. Retry the operation
2. Skip this task and continue
3. Pause implementation
4. Revert current task changesTESTS FAILING after Task X.Y
Failed tests:
- {test name}: {failure reason}
Options:
1. Attempt to fix
2. Rollback task changes
3. Pause for manual interventionGIT ERROR: {error message}
This may indicate:
- Uncommitted changes from outside Conductor
- Merge conflicts
- Permission issues
Options:
1. Show git status
2. Attempt to resolve
3. Pause for manual interventionAll tasks complete. Running final verification...conductor/tracks.md[~][x]conductor/tracks/{trackId}/metadata.jsonstatus: "complete"phases.completedtasks.completedupdatedconductor/tracks/{trackId}/plan.md[x] CompleteTrack complete! Would you like to sync documentation?
This will update:
- conductor/product.md (if new features added)
- conductor/tech-stack.md (if new dependencies added)
- README.md (if applicable)
1. Yes, sync documentation
2. No, skipTrack {trackId} is complete.
Cleanup options:
1. Archive - Move to conductor/tracks/_archive/
2. Delete - Remove track directory
3. Keep - Leave as-isTrack Complete: {track title}
Summary:
- Track ID: {trackId}
- Phases completed: {N}/{N}
- Tasks completed: {M}/{M}
- Commits created: {count}
- Tests: All passing
Next steps:
- Run /conductor:status to see project progress
- Run /conductor:new-track for next featuremetadata.json{
"id": "auth_20250115",
"title": "User Authentication",
"type": "feature",
"status": "in_progress",
"created": "2025-01-15T10:00:00Z",
"updated": "2025-01-15T14:30:00Z",
"current_phase": 2,
"current_task": "2.3",
"phases": {
"total": 3,
"completed": 1
},
"tasks": {
"total": 12,
"completed": 7
},
"commits": [
"abc1234: feat: add login form (auth_20250115)",
"def5678: feat: add password validation (auth_20250115)"
]
}metadata.jsoncurrent_task[~]Resuming track: {title}
Last task in progress: Task {X.Y}: {description}
Options:
1. Continue from where we left off
2. Restart current task
3. Show progress summary first