بنقرة واحدة
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 ويثبّتها لك.
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.
استنادا إلى تصنيف SOC المهني
| 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