Agent skill
cook-parallel
(ePost) Parallel implementation for multi-module features
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/cook-parallel-klara-copilot-epost-agent-kit
Metadata
Additional technical details for this skill
- connections
-
{ "extends": [ "cook" ], "conflicts": [ "cook-fast" ] } - argument hint
- [multi-module feature description]
SKILL.md
Cook Parallel
Parallel implementation — split multi-module features across independent subsystems.
$ARGUMENTS
IMPORTANT: Analyze the skills catalog and activate the skills that are needed for the task.
Process
- Analyze — identify independent modules/subsystems in the feature
- Split — create task groups that can be implemented in parallel
- Implement — execute each group with separate agents simultaneously
- Integrate — connect the independently built modules
- Test — run integration tests across modules
Quality Gates
- Type Check: No compilation errors across all modules
- Test Execution: All unit + integration tests pass
- Coverage Gate: 80%+ coverage (
node .github/scripts/check-coverage.cjs) - Security Scan: No secrets detected (
node .github/scripts/scan-secrets.cjs)
Rules
- Always write tests for new code
- Module interfaces must be clearly defined before parallel work
- Integration tests required after combining modules
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?