From personal-os
SOP to implement a single Work Breakdown task / vertical slice against a repo — read context, locate the code, make the change following the project's existing conventions, run the build/tests locally, and update PROGRESS.md. Use when a worker is delegated a dev implementation task, or asked to "implement this slice", "build this feature task", "write the code for X". SDLC Phase 5 (per-task execution). Tier by task complexity. Stack-agnostic.
How this skill is triggered — by the user, by Claude, or both
Slash command
/personal-os:sop-dev-implementThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
SOP: implement one WBD task / vertical slice.
SOP: implement one WBD task / vertical slice.
Follow procedure.md exactly.
This is a single leaf task a worker runs and returns — it implements ONE slice, not a whole feature. PA owns sequencing across slices (it dispatches them in critical-path order per workflow-deliver-feature). A worker never self-dispatches the next slice.
Read PROJECT_CONTEXT.md first. Follow the project's existing conventions — do not impose new patterns. PROGRESS.md update rules: progress-tracker.md.
Tier by complexity: low → junior, med → senior, high → lead.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub ygavrilov/plugin-personal-os --plugin personal-os