accessibility-audit
You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive technology compatibility. Conduct comprehensive audits,…
Execute tasks from a track's implementation plan following TDD workflow
$ npx -y skills add wshobson/agents --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/implementContext preview
What this command does when you run it.
Execute tasks from a track's implementation plan following TDD workflow
description: "Execute tasks from a track's implementation plan following TDD workflow" argument-hint: "[track-id] [--task X.Y] [--phase N]"
Execute tasks from a track's implementation plan, following the workflow rules defined in `conductor/workflow.md`.
1. Verify Conductor is initialized:
2. Load workflow configuration:
1. Read `conductor/tracks.md` 2. Parse for incomplete tracks (status `[ ]` or `[~]`) 3. Display selection menu:
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:
Load all relevant context for implementation:
1. Track documents:
2. Project context:
3. Code style (if exists):
Update track to in-progress:
1. In `conductor/tracks.md`:
2. In `conductor/tracks/{trackId}/metadata.json`:
For each incomplete task in plan.md (marked with `[ ]`):
Parse plan.md to find next incomplete task:
Mark task as in-progress:
**Red Phase - Write Failing Test:**
Following TDD workflow for Task X.Y... Step 1: Writing failing test
**Green Phase - Implement:**
Step 2: Implementing minimal code to pass test
**Refactor Phase:**
Step 3: Refactoring while keeping tests green
**Commit changes** (following commit strategy from workflow.md):
git add -A
git commit -m "{commit_prefix}: {task description} ({trackId})"**Update plan.md:**
git add conductor/tracks/{trackId}/plan.md
git commit -m "chore: mark task X.Y complete ({trackId})"**Update metadata.json:**
After each task, check if phase is complete:
**Run phase verification:**
Phase {N} complete. Running verification...**Report and wait for approval:**
Phase {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 implementation**CRITICAL: Wait for explicit user approval before proceeding to next phase.**
ERROR: {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 interventionWhen all phases and tasks are complete:
All tasks complete. Running final verification...
In `conductor/tracks.md`:
In `conductor/tracks/{trackId}/metadata.json`:
In `conductor/tracks/{trackId}/plan.md`:
Track 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. N
Production-ready agentic workflow building blocks: 94 plugins, 202 agents, 183 skills, 105 commands — built for Claude Code and consumed natively by OpenAI Codex CLI, Cursor, OpenCode, the Antigravity CLI, GitHub Copilot, and Pi from a single Markdown source.
Repo: wshobson/agents
You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive technology compatibility. Conduct comprehensive audits,…
Systematic improvement of existing agents through performance analysis, prompt engineering, and continuous iteration.
The Multi-Agent Optimization Tool is an advanced AI-driven framework designed to holistically improve system performance through intelligent, coordinated…
Debug issues using competing hypotheses with parallel investigation by multiple agents
Task delegation dashboard for managing team workload, assignments, and rebalancing
Develop features in parallel with multiple agents using file ownership boundaries and dependency management