一键导入
quick
Quick implementation mode — skips plan phase, goes straight to TDD implementation with all quality hooks active.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Quick implementation mode — skips plan phase, goes straight to TDD implementation with all quality hooks active.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Primary review entrypoint for plans, diffs, commits, subagent results, and pre-submit checks. Selects quick, standard, or deep mode by scale and risk.
Planner-led repo improvement loops with subagents, review gates, Mermaid DAGs, and workflow-aware commits. Use for improve, refactor, audit, or continue-loop requests.
Triage and apply code review feedback with technical verification. Use when a human, reviewer subagent, CI, or adversarial reviewer returns findings or requested changes.
Heavy review mode normally invoked by request-code-review for risky checkpoints, pre-submit stacks, OpenSpec/cflx acceptance, security-sensitive work, or explicit deep review, audit, or red-team requests.
Post-implementation cleanup for recent changes using parallel reuse, quality, and efficiency reviewers. Use after building a feature or fix, before commit, PR, or submit.
End-of-workflow learning loop for skill-guided work. Use at session/checkpoint closeout to classify GitHub/CodeRabbit/human/CI findings, log missed-review patterns, and propose skill improvements only when evidence justifies them.
| name | quick |
| description | Quick implementation mode — skips plan phase, goes straight to TDD implementation with all quality hooks active. |
| user-invocable | true |
| argument-hint | <task description> |
Implement a task directly without the full spec planning workflow. For small, well-understood changes where planning overhead isn't justified.
Create spec: Write a minimal spec JSON to ~/.next-level/specs/<slug>.json:
{
"name": "<slug>",
"description": "$ARGUMENTS",
"status": "IMPLEMENTING",
"created": "<ISO timestamp>",
"mode": "quick"
}
Implement with TDD:
Verify:
Complete:
{"status": "VERIFIED"}omega_store(completion_summary, "milestone")/next-level:spec workflow