Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Fresh-subagent-per-task execution with two-stage review gates.
Goal: Extract all tasks and establish project context before any implementation begins.
Step 1: Read plan and extract tasks
Read the plan file ONCE. Extract every task with full text:
## Tasks Extracted from Plan
**Task 1: [Title]**
Full text: [Complete task description from plan]
Files: [List of files to create/modify]
Verification: [How to verify this task]
**Task 2: [Title]**
...
Why: Providing complete task text inline prevents subagents from burning tokens reading files and pollutes their context if they need to refer back to the plan. This isolation is critical for clean review cycles.
Step 2: Create TodoWrite
Create TodoWrite with ALL tasks:
1. [pending] Task 1: [Title]
2. [pending] Task 2: [Title]
3. [pending] Task 3: [Title]
Why: TodoWrite gives the operator visibility and prevents task slip.
Step 3: Gather scene-setting context
Before dispatching any implementer, capture:
git status)git rev-parse HEAD -- required for final integration reviewnpx skills add notque/vexjoy-agent --skill subagent-driven-developmentHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.