بنقرة واحدة
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."