jaksa76

20 mods across 1 repository, 11 stars between them.

microfactory

02

jaksa76/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.

11 4d ago A tokens not measured

jaksa76/microfactory

Instructions file

Claude Code instructions for jaksa76/microfactory, covering claude.md, status, repository layout, conventions and testing.

11 4d ago A 966 tokens

breakdown-feature

05

jaksa76/microfactory

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…

11 4d ago A 73 tokens

jaksa76/microfactory

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…

11 4d ago A 0 tokens

find-improvements

07

jaksa76/microfactory

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…

11 4d ago A 73 tokens

jaksa76/microfactory

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…

11 4d ago A 0 tokens

jaksa76/microfactory

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…

11 4d ago A 0 tokens

jaksa76/microfactory

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…

11 4d ago A 0 tokens

github-tasks

11

jaksa76/microfactory

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.

11 4d ago A 68 tokens

implement-next

12

jaksa76/microfactory

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…

11 4d ago A 117 tokens

init-factory

13

jaksa76/microfactory

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.

11 4d ago A 70 tokens

install-agentize

14

jaksa76/microfactory

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.

11 4d ago A 59 tokens

jira-tasks

15

jaksa76/microfactory

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.

11 4d ago A 61 tokens

plan-next

16

jaksa76/microfactory

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…

11 4d ago A 82 tokens

refine-story

17

jaksa76/microfactory

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…

11 4d ago A 87 tokens

start-planning

18

jaksa76/microfactory

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.

11 4d ago A 60 tokens

start

19

jaksa76/microfactory

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.

11 4d ago A 59 tokens

todo-tasks

20

jaksa76/microfactory

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.

11 4d ago A 63 tokens