Agent skill
cook-auto-parallel
[Implementation] ⚡⚡⚡ Plan parallel phases & execute with fullstack-developer agents
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/cook-auto-parallel
SKILL.md
Ultrathink parallel to implement: $ARGUMENTS
IMPORTANT: Activate needed skills. Ensure token efficiency. Sacrifice grammar for concision.
⚠️ Anti-Hallucination Reminder
Before modifying ANY code: Verify assumptions with actual code evidence. Search for usages, read implementations, trace dependencies. If confidence < 90% on any change, investigate first or ask user. See .claude/skills/shared/anti-hallucination-protocol.md for full protocol.
Workflow
1. Research (Optional)
- Use max 2
researcheragents in parallel if tasks complex - Use
/scout-extto search codebase - Keep reports ≤150 lines
2. Parallel Planning
- Trigger
/plan-hard --parallel <detailed-instruction> - Wait for plan with dependency graph, execution strategy, file ownership matrix
3. Parallel Implementation
- Read
plan.mdfor dependency graph - Launch multiple
fullstack-developeragents in PARALLEL for concurrent phases- Example: "Phases 1-3 parallel" → launch 3 agents simultaneously
- Pass phase file path:
{plan-dir}/phase-XX-*.md - Include environment info
- Wait for all parallel phases complete before dependent phases
- Sequential phases: launch one agent at a time
4. Testing
- Use
testersubagent for full test suite - NO fake data/mocks/cheats
- If fail: use
debugger, fix, repeat
5. Code Review
- Use
code-reviewerfor all changes - If critical issues: fix, retest
6. Project Management & Docs
- If approved: use
project-manager+docs-managerin parallel - Update plan files, docs, roadmap
- If rejected: fix and repeat
7. Final Report
- Summary of all parallel phases
- Guide to get started
- Ask to commit (use
git-managerif yes)
Example: Phases 1-3 parallel → Launch 3 fullstack-developer agents → Wait → Phase 4 sequential
IMPORTANT Task Planning Notes
- Always plan and break many small todo tasks
- Always add a final review todo task to review the works done at the end to find any fix or enhancement needed
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?