Use when user requests creative work - creating features, building components, adding functionality, or modifying behavior. Activates BEFORE APEX Analyze phase to refine requirements through structured questioning.
From fuse-ai-pilotnpx claudepluginhub fusengine/agents --plugin fuse-ai-pilotThis skill uses the workspace's default tool permissions.
references/anti-patterns.mdreferences/workflow.mdProvides 29 rules for Remotion video creation in React, covering 3D with Three.js, animations, audio, captions, charts, compositions, Lottie, Tailwind, and media handling.
Provides decision framework and Python code for hybrid regex-LLM parsing of structured text like quizzes, forms, and invoices—prioritize regex, LLM for edge cases.
Orchestrates large features via RFC decomposition into verifiable work units in a multi-agent DAG, with quality gates, merge queues, complexity tiers, and recovery. Use for complex, multi-pass tasks.
Design-first approach: no code before design approval.
Before ANY brainstorming session, use TeamCreate to spawn agents:
After design approval, transition to APEX Analyze phase.
| Scenario | Action |
|---|---|
| New feature | Full brainstorming (6 steps) |
| Major change | Full brainstorming (6 steps) |
| Component creation | Full brainstorming (6 steps) |
| Trivial fix (1-3 lines) | Skip brainstorming, go to APEX |
| Simple rename/typo | Skip brainstorming, go to APEX |
Gather context before asking questions:
git log --oneline -20 - Recent changes and directionAsk focused questions sequentially. Wait for each answer before the next.
Categories: purpose, constraints, success criteria, users, integrations.
See workflow.md for question categories
Present alternatives with trade-offs in table format:
| Approach | Pros | Cons | Recommendation |
|---|---|---|---|
| Option A | ... | ... | ... |
| Option B | ... | ... | ... |
| Option C | ... | ... | ... |
Always include a clear recommendation with rationale.
Break design into digestible sections:
Wait for explicit user approval before proceeding.
Save approved design to: docs/plans/YYYY-MM-DD-<topic>-design.md
Hand off to APEX Analyze phase with the approved design as input.
| Topic | Reference | When to Consult |
|---|---|---|
| Workflow | workflow.md | Question categories, proposal format, design template |
| Anti-Patterns | anti-patterns.md | Catching rationalizations to skip brainstorming |
1. Explore → git log, codebase, docs (agents in parallel)
2. Question → ONE AT A TIME, wait for answers
3. Propose → 2-3 options with trade-offs table
4. Design → Present sections, get approval
5. Save → docs/plans/YYYY-MM-DD-<topic>-design.md
6. Handoff → APEX Analyze with approved design