From microfactory
Runs one planning iteration of the microfactory: claims an issue, explores the codebase, writes a plan, pushes it, and requests review. Designed for use as a /loop target.
How this skill is triggered — by the user, by Claude, or both
Slash command
/microfactory:plan-nextThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
One planning iteration: claim → explore → write plan → push → request review. Do **not** implement anything in this mode.
One planning iteration: claim → explore → write plan → push → request review. Do not implement anything in this mode.
Read .microfactory/config.yaml in the project root. If it does not exist, tell the user to run /microfactory:init-factory and stop.
Load the backend skill matching backend (jira-tasks, github-tasks, or todo-tasks) for all task operations below.
Planning (best effort) instead of searching.Explore the codebase to understand what the issue touches, then write plans/<KEY>.md with these sections:
The plan must be executable by another agent with no context beyond the repo and the plan itself.
Add plan for <KEY>) and push to the default branch.plans/<KEY>.md).Awaiting Plan Review.Steps 2–3 are best effort: if they fail, warn and finish — the pushed plan is the important artifact. A human reviews the plan and transitions the issue to Plan Approved (or edits the plan); implement-next picks it up from there.
Handle one issue per iteration.
npx claudepluginhub jaksa76/microfactoryClaims and implements the next microfactory issue — autofixes, tests, pushes, and updates the issue. Use as a /loop target for continuous development.
Decomposes a problem statement into a pre-planned GitHub issue. Accepts an issue reference (#N to re-plan) or a bare prompt (synthesizes What/Why/AC and files a new issue). Runs a Tech-Lead-default planning conversation and files or edits the issue ready for flow-start.
Configures the plan phase of the /process workflow, optionally integrating an existing planning process or generating a new plan doc wrapper that commits, pushes, and opens a PR.