light-workflow
πPlugink1nak0/marketplace
Installation
/plugin marketplace add k1nak0/marketplace/plugin install light-workflow@k1nak0A single-skill lightweight implementation workflow: branch preparation, a requirement discussion with the user, implementation that consults the user whenever it hits a real fork, one human approval gate, then commit, push, and PR. No test freeze, no automated review gate, no Issue registration β but the same VCS minimalism: source code is the only *how*, and every *why* lands in a comment, a commit message, or an ADR.
Part of
k1nak0/marketplace
More from this repository3
Marketplace
A multi-agent implementation pipeline that takes a GitHub Map Issue task (or a standalone requirement) through user scrutiny, optional Issue refinement, codebase investigation, planning, a human-approved test-first specification (automated tests plus committed manual test procedures), implementation against frozen tests, automated and human review, history cleanup, and PR.
Splits an epic into PR-sized tasks and registers them as a GitHub Map Issue plus per-task Issues. In design mode it interviews the user, writes a behavior-only design doc with an ADR for each decision that doc states as a fact, and ships those docs as their own PR. In split mode it reads a design doc that already exists and goes straight to the breakdown.