원클릭으로
quick-dev
Implement task directly with AI SDLC standards awareness (no planning mode)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Implement task directly with AI SDLC standards awareness (no planning mode)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Initialize Flowbit with intelligent project analysis and documentation generation
Creates Mermaid diagrams for planning flows, component communication, and architecture views with adaptive detail selection (including C4 levels). This skill should be used when the user asks for a workflow, interaction, or architecture visualization from provided task context.
Internal engine for managing project documentation and technical standards in .flowbit/docs/. Handles file operations, INDEX.md generation, and .github/copilot-instructions.md integration. Invoked by flowbit-init, standards-update, and standards-discover skills.
Quick bug fix with TDD red/green gates and complexity escalation
Enter planning mode with AI SDLC standards awareness
Discover coding standards from project configuration files, code patterns, documentation, and external sources (PRs, CI/CD)
| name | quick-dev |
| description | Implement task directly with AI SDLC standards awareness (no planning mode) |
Implement a task directly without entering planning mode, while still applying project standards from .flowbit/docs/.
/flowbit-quick-dev [task description]
/flowbit-quick-dev "Add a logout button to the navbar"
/flowbit-quick-dev "Fix the typo in the error message"
/flowbit-quick-dev "Update the API endpoint to accept JSON"
Use /flowbit-quick-dev when:
Use /flowbit-quick-plan instead when:
Get the task description:
"What would you like to implement? Please describe the task."
Check if .flowbit/docs/INDEX.md exists:
If exists:
If not exists:
/flowbit-init in completion messageBLOCKING: Reading INDEX.md alone is NOT sufficient. You MUST read actual standard files.
Enforcement Process:
Examples of standard discovery:
MANDATORY: During implementation:
After implementation, verify:
Provide completion summary:
.flowbit/docs/INDEX.mdIf .flowbit/docs/ does not exist:
Proceed with implementation normally, then note:
"No AI SDLC standards found. Consider running `/flowbit-init` to initialize
project documentation and coding standards for better consistency."