From wf
Implementation practices — deviation protocol, progress tracking, code standards, codebase reflection
How this skill is triggered — by the user, by Claude, or both
Slash command
/wf:builder-conventions-kThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Knowledge skill** — Implementation practices: deviation protocol, progress tracking, code standards, codebase reflection.
Knowledge skill — Implementation practices: deviation protocol, progress tracking, code standards, codebase reflection.
Find the active plan, read it fully, check milestone progress markers, resume from the first incomplete step. Tell the user where you're picking up from.
Any deviation from the plan:
{name}_decisions.md with the deviation and rationaleNever silently drift from the plan.
After each milestone:
[x] in the plan doc{name}_decisions.mdAs you write each file, pause:
npx claudepluginhub jsai23/claude-tooling --plugin wfCoding workflow covering discovery, planning, implementation, and verification. Invoke whenever task involves any interaction with code — writing, modifying, debugging, refactoring, or understanding codebases. Runs discovery protocol before language-specific skills engage.
Records coding conventions in CONVENTIONS.md to standardize repeated patterns like naming, formatting, or structure after 2-3 uses.
Enforces a strict PLAN-FIRST protocol (Discovery, Plan, Approval, Execution, Report) for Claude Code plugin commands. Loads on `/fp:*` commands or references to "first-plan". Blocks execution until human approval is granted.