一键导入
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."