cheatsheet
Quick reference for all available skills and workflows. Use when you need a reminder of what's available, or when you don't know where to start.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Quick reference for all available skills and workflows. Use when you need a reminder of what's available, or when you don't know where to start.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Dispatch Codex to review all unreviewed repository work, then verify its correlated findings ticket or clean result. Use when requesting an independent Codex review, auditing all changes, checking work since the last review, or waiting for Codex findings. Trigger: dispatch codex review, independent review, review all changes, check codex findings, run review agent.
Always-on: when a project has tickets, work the frontier (first unblocked open ticket), mark done, update plan status.
Incremental and full-history repository review with resumable adoption batches. Use when reviewing new work, initializing review tracking, reviewing all work to date, resuming historical review, inspecting unreviewed commits, or reviewing changed tickets. Trigger: review new work, adopt repository, review all history, resume review, review marker, unreviewed commits.
End-of-session handoff that captures current state for the next session. Use when ending a work session, switching context, or before a long break.
Consolidate project artifacts — promote scratch to memory, deduplicate memory, process decisions, organize scripts, update steering/skills accuracy. Use periodically or when the project feels cluttered.
Run and interpret crew-research evals — run.sh flags, scores.jsonl fields, activation TPR/FPR verdicts, resuming interrupted runs. Use when running evals, reading eval results, diagnosing a failing definition, or resuming a dead run. Trigger: run the evals, eval results, scores.jsonl, activation test, TPR, delta threshold, resume the run, skip-completed, known gap.
| name | cheatsheet |
| description | Quick reference for all available skills and workflows. Use when you need a reminder of what's available, or when you don't know where to start. |
| metadata | {"type":"reference","invocation":"user-only","practice":null} |
I have an idea / feature to build:
planning-cycles activates automatically/grill-with-docs/plan-prereqsspec-driven-development structures it as PLAN.md + specs/handoffSomething is broken:
→ feedback-loop-debugging activates. Build a pass/fail signal BEFORE fixing. Read references/tighten.md for loop optimization.
Starting a new session:
→ /read-handoff — orients you, reports what's done and next.
"What did we decide about X?":
→ recall search runs automatically (via steering). Searches past decisions.
Architecture feels wrong:
→ /architecture-deepening — finds deepening opportunities (shallow → deep modules).
Big, foggy effort (too large for one session):
→ /vertical-slice-planning — routes between spikes, tracer bullets, and slices based on uncertainty.
Maintenance / cleanup:
→ /project-cleanup (weekly) or /project-audit (drift check).
| Command | When to use |
|---|---|
/read-handoff | Start of session. Reads the handoff, orients you, reports what's done and what's next. |
/handoff | End of session. Writes a handoff so the next session can continue without re-discovery. |
/grill-with-docs | Designing something. Interrogates your plan one question at a time, updates CONTEXT.md inline. |
/plan-prereqs | Before building. Identifies research, spikes, and tooling needed before implementation. |
/project-cleanup | Periodic housekeeping. Promotes scratch→memory, deduplicates, processes decisions→ADR, verifies accuracy. |
/project-audit | Drift check. Verifies commands work, AGENTS.md is accurate, skills are relevant. |
/adopt-project | Brownfield migration. Inventories existing setup, captures special instructions, deploys. |
Start session → /read-handoff
Plan work → describe what you want (planning-cycles activates)
Stress-test → /grill-with-docs
Pre-work → /plan-prereqs
Build → just work (steering enforces hygiene + verification)
End session → /handoff
Weekly → /project-cleanup
| Skill | Triggers on |
|---|---|
| planning-cycles | "plan this", "break this down", starting a feature |
| feedback-loop-debugging | errors, failing tests, "help me debug", "why is this happening", root cause |
| code-review | "review this", "check for issues" |
| testing-guide | "write tests", "what should I test" |
| git-protocol | "commit", "push", "branch" |
These are NOT in global tiers. Install to a project's .kiro/skills/ when needed:
mise run add-skill -- <name>
| Skill | Install when project involves... |
|---|---|
fiction-craft | Stories, game narrative, creative prose |
world-building | Fictional worlds, magic systems, game rules |
presentation-writing | Slide decks, MARP, demo scripts, workshops |
poc-workflow | Proofs of concept, "prove this works" |
prototype-protocol | Throwaway prototypes, "let me play with it" |
ux-walkthrough | Interface design, user flow evaluation |
tutorial-authoring | Getting-started guides, onboarding docs |
eval-criteria | Scoring rubrics, LLM-judged evals |
skill-authoring | Writing or improving agent skills |
enforcement-hierarchy | Deciding how to enforce agent behavior rules |
project-conventions | Project-specific behavioral rules |
project-winddown | Wrapping up a project, extracting lessons learned |
When to suggest: during init, adopt-project, read-handoff, or when a plan includes matching work.
| Extension | Commands | What it does |
|---|---|---|
recall | recall search "query", recall add "fact" --type decision, recall import .memory/ --wing name | Cross-session memory — past decisions, prior work, project knowledge. Auto-primes at session start. |
Prerequisites: uv tool install ./tools/recall (from a crew-research clone — the PyPI "recall" name is a squatted unrelated package). Then re-run tier deploy — recall activates automatically.
recall search "what did we decide about X" # find past decisions
recall search "query" --type decision # filter by type
recall add "We chose Y because Z" --type decision # persist a decision
recall import .memory/ --wing project_name # index project knowledge
recall import .memory/ --force --wing name # reimport after changes
recall status # see what's indexed
recall prime # session-start context