원클릭으로
run-cycle
Choose a Knights Radiant cycle and hand-off sequence for greenfield, risky migration, triage, refactor, or small-task work.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Choose a Knights Radiant cycle and hand-off sequence for greenfield, risky migration, triage, refactor, or small-task work.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| 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.
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.