ワンクリックで
recalc-rs
recalc-rs には eugenelim から収集した 4 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
Use this skill when the user asks to create, write, draft, or open a new ADR (architecture decision record). Triggers on phrases like "new ADR", "write an ADR for…", "record this decision", "let's ADR this". Do NOT use for RFCs (use `new-rfc`) or for the phased build plan (that's docs/PLAN.md).
Use this skill when the user wants to propose, draft, or open an RFC (request for comments). Triggers on "RFC", "propose a change to…", "let's get input on…", "draft a proposal". Do NOT use for already-decided things (use `new-adr`) or for changes that fit in a normal PR.
Use this skill when the user wants to change `docs/CHARTER.md` or make significant changes to `CONTRIBUTING.md`. Triggers on "let's change the charter", "update the principles", "amend the charter", "change how we work". Charter and significant convention changes go through RFC review, not direct PR.
Use this skill whenever you're implementing a non-trivial change — a phase of the build plan, a bug fix touching more than one file, a refactor, or anything driven by a conformance case. Enforces the plan → execute → gates → review loop with mechanical verification. Default to this skill for any task larger than a one-line edit.