بنقرة واحدة
brainstorming
Use when starting design or discovery work. MUST use before any creative work.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when starting design or discovery work. MUST use before any creative work.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use when reviewing architecture decisions. C4 model, dependency inversion, hexagonal boundaries.
Use during discuss-slice and plan-slice to stress-test a spec or plan against domain vocabulary before approval.
Use during research-slice to build disposable experiments that answer technical uncertainty.
Use during project:init to scaffold repo-level agent configuration (CLAUDE.md, AGENTS.md, tracker labels).
Use when debugging. 4-phase investigation, root cause, minimal fix.
Use when implementing features/fixes. Iron law: ¬∃ production code without failing test.
| name | brainstorming |
| description | Use when starting design or discovery work. MUST use before any creative work. |
| version | 1.0.0 |
| tags | ["discovery","design"] |
∀ design ∧ discovery phases. Explores intent -> design -> approval.
Do NOT invoke any implementation skill, write any code, ∨ take any implementation action until design presented ∧ approved. Applies to EVERY project regardless of perceived simplicity. VIOLATION -> abort ∧ notify user. No exceptions, no shortcuts.
project spec document (e.g., docs/specs/SPEC.md)Dispatch via Agent tool (subagent_type: general-purpose) with prompt from brainstorming review template. Max 3 iterations.
Calibration: Only flag issues that cause real problems during planning. Not theoretical concerns.
Escalation: 3+ failed iterations -> abort review, create escalation task for human review. Never infinite retry loops.
Dispatch via Agent tool (subagent_type: general-purpose). Checks: completeness, task decomposition, buildability, TDD, traceability, YAGNI, file structure. Max 3 iterations.
Escalation: 3+ failed iterations -> abort review, create escalation task for human review.
grep ∨ read could resolve