microfactory
01Plugin Claude Code
Plugin marketplace listing 1 plugin: microfactory.
Plugin Claude Code
Plugin marketplace listing 1 plugin: microfactory.
Plugin Claude Code
Turn a task backlog (Jira, GitHub Issues, or a TODO.md file) into a continuous stream of planned and implemented changes. Provides skills to claim, plan, and implement issues, driven by /loop sessions.
Settings file Claude Code
Instructions file
Claude Code instructions for jaksa76/microfactory, covering claude.md, status, repository layout, conventions and testing.
Skill Claude CodeCodex
Turn a feature description or requirements document into a sequenced set of implementable stories and create the approved ones in the task backend — lean vertical slices, each sized to a single implementation iteration, with open questions marked for refinement. Use when the user has a spec, PRD, feature brief, or…
Skill Claude CodeCodex
Analyze the project and report candidate software design improvements — refactorings, architectural fixes, misplaced responsibilities, missing abstractions, pattern inconsistencies. Read-only: it proposes, it does not change code or create tasks. Use when the user asks what could be improved in the project's design…
Skill Claude CodeCodex
Sweep the project for improvements and turn the chosen ones into backlog tasks — runs the design, testing, library, and UI finders, merges and ranks their findings, then creates the ones the user approves in the configured task backend. Use when the user wants to generate a backlog, find work for the factory, or top…
Skill Claude CodeCodex
Analyze the project's dependencies and report candidate library improvements — vulnerable or unmaintained packages, worthwhile upgrades, redundant or oversized dependencies to drop, and gaps a library would genuinely fill. Read-only: it proposes, it does not touch manifests or create tasks. Use when the user asks…
Skill Claude CodeCodex
Analyze the project's tests and report candidate testing improvements — missing coverage of important behaviors, missing or inverted pyramid layers, flaky and slow tests, tests that cannot run. Read-only: it proposes, it does not write tests or create tasks. Use when the user asks how the project's testing could be…
Skill Claude CodeCodex
Run the project's UI, look at it, and report candidate UI/UX improvements — flow friction, navigation and information architecture, missing empty/loading/error states, inconsistency, form and copy problems, accessibility defects. Read-only: it proposes, it does not change the UI or create tasks. Use when the user asks…
Skill Claude CodeCodex
GitHub Issues backend operations for the microfactory — find eligible issues, claim one with race verification, create, update, view, comment, and transition (statuses are mapped to labels), all via the gh CLI. Used by plan-next and implement-next when the configured backend is github. Not for general GitHub questions.
Skill Claude CodeCodex
Run one implementation iteration of the microfactory — claim the next implementation-eligible issue from the configured backend, follow its approved plan (or, with autoplan on, write one first and treat it as approved), implement it, run the tests, verify the behaviour (UI, e2e), review the code, push (directly or via…
Skill Claude CodeCodex
Set up the microfactory for the current project. Interviews the user, writes .microfactory/config.yaml, authenticates the task backend (Jira via acli, GitHub via gh, or a local TODO.md), and starts the work loop. Use when the user wants to initialize, configure, or reconfigure the factory.
Skill Claude CodeCodex
Install the agentize plugin (github.com/jaksa76/agentize) — skills that assess and improve a project's agent readiness and adoption. Use when the user wants to install agentize, assess agent readiness, or check how ready this project is for agentic coding.
Skill Claude CodeCodex
Jira backend operations for the microfactory — find eligible issues, claim one with race verification, create, update, view, comment, and transition, all via the acli CLI. Used by plan-next and implement-next when the configured backend is jira. Not for general Jira questions.
Skill Claude CodeCodex
Run one planning iteration of the microfactory — claim the next planning-eligible issue from the configured backend, explore the codebase, write plans/ .md, push it, and put the issue up for plan review. Intended as a /loop target (e.g. /loop 10m /microfactory:plan-next); also takes an optional issue key to plan a…
Skill Claude CodeCodex
Run one refinement iteration of the microfactory — pick an item that is too vague to plan or implement, resolve everything the codebase already answers, post the few genuine product questions left as a comment on the task, and stop. Runs unattended; intended as a /loop target (e.g. /loop 30m…
Skill Claude CodeCodex
Start the microfactory planning loop in the current session — reads the interval from .microfactory/config.yaml and runs /loop /microfactory:plan-next. Use when the user wants to start planning, start the planner, or turn this session into a planner.
Skill Claude CodeCodex
Start the microfactory implementation loop in the current session — reads the interval from .microfactory/config.yaml and runs /loop /microfactory:implement-next. Use when the user wants to start the factory, start implementing, or turn this session into an implementer.
Skill Claude CodeCodex
Local TODO.md backend operations for the microfactory — find eligible items, claim, create, update, comment, and transition by editing checkbox states in a markdown file. Used by plan-next and implement-next when the configured backend is todo. Good for trying out the factory without Jira or GitHub.