Implement a Plan
SkillDev toolsImplement an approved plan, keeping small or coupled work local and delegating substantial independent slices when useful.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Implement a Plan skill
What this skill tells your AI
The instructions your AI receives, as published by bitsocialnet/5chan in .agents/skills/implement-plan/SKILL.md and read by ahel’s review.
- Read the plan and relevant source. Identify acceptance criteria, dependencies, and task boundaries. Resolve routine choices from context; ask only about ambiguity that materially changes the result.
- Execute small or tightly coupled changes directly. Delegate independent, substantial slices when parallel work or context isolation adds value. Use the harness's built-in worker/general-purpose role rather than requiring a custom implementation agent.
- Give each child the exact task, worktree, files it owns, constraints, acceptance criteria, and evidence to return. Tell children they share the checkout and must preserve others' edits. Never delegate overlapping writes concurrently.
- Use at most four workers by default. Continue useful independent work locally while they run. Queue dependencies until their inputs are ready.
- Assign one owner for heavyweight verification. Children may run focused lightweight checks; they do not each build, install dependencies, run a full suite, or start browsers.
- Integrate the changes, inspect the final diff, and run the required checks once for the final state. Browser checks, when relevant, use the shared session lock and sequential engines.
- Report completed work, verification, and any unresolved limitation. Retry failed slices with new evidence or a clearer assignment, not the same prompt indefinitely.
Create persistent task state only when resumption or a handoff needs it; a short delegated task does not require a feature board or app server.
Signals
- GitHub stars
- 131
- Forks
- 14
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
implement-plan-bitsocialnet- Source
- github.com/bitsocialnet/5chan