원클릭으로
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 직업 분류 기준
| 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.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>/