cook-auto-parallel
1
总安装量
1
周安装量
#52687
全站排名
安装命令
npx skills add https://github.com/duc01226/easyplatform --skill cook-auto-parallel
Agent 安装分布
antigravity
1
gemini-cli
1
Skill 文档
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