ワンクリックで
neural-quick
Fast-path for small tasks — mini-interview, inline plan, execute, and light review in one pass. No files generated
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Fast-path for small tasks — mini-interview, inline plan, execute, and light review in one pass. No files generated
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Implementation planning with optional adversarial cross-review (Claude Code ⇄ Codex). Tasks are sequential vertical slices, each carrying its own testable behaviors. Pass --visual to also render the plan as a self-contained HTML page (PLAN.html). Pass --skills <skills> to preload skills that shape the plan and that execute loads before coding
Execute all fixes from a REVIEW.md — address warnings, blocking issues, and gaps found during review
Test-driven execution loop — one task at a time, red→green→refactor, atomic commits
Plan vs implementation verification with goal-backward analysis and test-quality audit
Move completed features from wip to archive
Socratic interview that captures domain language, decisions, and ADRs inside .neural/wip/<feature>/
| name | neural-quick |
| description | Fast-path for small tasks — mini-interview, inline plan, execute, and light review in one pass. No files generated |
Self-contained fast-path for small, clear tasks. No files are generated (no CONTEXT.md, PLAN.md, or .neural/ artifacts). The entire cycle happens in the conversation.
Ideal for:
Do NOT use for: multi-module features, architectural changes, or tasks requiring stakeholder alignment. Use the full neural flow for those.
Ask ONLY the questions that are not already answered by the user's arguments or context. Skip any question whose answer is obvious.
If all three answers are clear from the arguments, skip the interview entirely and move to Step 2.
Produce a short numbered task list directly in the conversation. Format:
Plan:
1. <action> in <file>
2. <action> in <file>
3. ...
Rules:
Implement the tasks from the plan sequentially. Follow existing code style and conventions. Do NOT create documentation files, READMEs, or architectural docs unless explicitly requested.
After implementation, perform a quick verification:
.neural/ or elsewhere as process artifacts.