plan-execution

Execute implementation plans and coordinate parallel agents. Handles in-session subagent dispatch, batch execution, parallel task coordination, and team orchestration.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "plan-execution" with this command: npx skills add hjewkes/agent-skills/hjewkes-agent-skills-plan-execution

Plan Execution

Execute plans by detecting the right mode from context, dispatching agents, and verifying results.

Mode Detection

ModeWhen to UseDetails
Subagent (default)Plan directory with manifest.json, independent tasks, current sessionFresh agent per task, two-stage review. See references/execution-modes.md
BatchUser wants separate session, or plan has 10+ tasksCheckpoint-based execution, 3 tasks per batch. See references/execution-modes.md
Parallel dispatch2+ independent tasks, no formal plan needed (e.g., multiple unrelated test failures)One agent per problem domain, no plan required. See references/execution-modes.md
TeamUser says "team", tasks need ongoing collaborationNamed agents, wave-based coordination. See references/execution-modes.md

Model Selection

TierModelUse For
HeavyOpusImplementation, complex debugging, architecture
MediumSonnetCode review, analysis, planning
LightHaikuFormatting, simple lookups, validation checks

Universal Rules

  • Max 4 concurrent agents to avoid resource contention
  • Explicit file ownership per agent -- no two agents modify the same file
  • Agents read briefing files from disk -- never paste full briefing content inline
  • Re-read manifest.json at wave boundaries to recover state after context compaction
  • Include return format constraint in every spawn prompt (token budget + structure)
  • Stop and ask when blocked -- don't guess. See references/guardrails.md

Prompt Templates

References

Integration

Required skills: git-workflow (worktrees, stack), writing-plans (creates plans this skill executes)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

self-improve

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

skills-management

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

frontend-design

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

tailwind

No summary provided by upstream source.

Repository SourceNeeds Review