en un clic
run-cycle
// Choose a Knights Radiant cycle and hand-off sequence for greenfield, risky migration, triage, refactor, or small-task work.
// Choose a Knights Radiant cycle and hand-off sequence for greenfield, risky migration, triage, refactor, or small-task work.
Unite systems, teams, and dependencies without hiding the seams.
Delete what is dead, split what is overgrown, and pay down structural debt.
Cover the forgotten paths: edge cases, error recovery, accessibility, slow paths.
Plan the structure, compare alternatives, and choose boundaries deliberately.
Make the system legible and honest through names, docs, and API shape.
Turn expectations into enforceable law: lint, types, contracts, CI.
| name | run-cycle |
| description | Choose a Knights Radiant cycle and hand-off sequence for greenfield, risky migration, triage, refactor, or small-task work. |
| category | knights-radiant |
Use this skill when the task needs not just one lens, but an intentional sequence of scrutiny.
run-cycle vs choose-order: choose-order picks the narrowest first lens for the immediate constraint. run-cycle picks a fuller sequence when the task needs multiple lenses in order. On the same task, they may recommend different starting orders — choose-order optimizes for "what matters most right now," run-cycle optimizes for "what sequence covers the full scope." That divergence is intentional, not a bug.
CYCLE.md.Return a cycle packet with:
Lightweaver → Skybreaker → Windrunner
Elsecaller → Bondsmith → Skybreaker → Windrunner
"Use run-cycle for: 'we have a flaky billing webhook, unclear root cause, and a hotfix window tomorrow morning.'"
Read CYCLE.md and IDEALS.md in this repo before running the cycle.