brainstorming
Use when shaping a feature before implementation - turns rough ideas into an approved markdown spec and local task directory
What this skill does
<skill_overview> Shape first, then execute. Lock intent in `plan.md`; keep execution flexible in `tasks.md`. </skill_overview> <rigidity_level> HIGH FREEDOM - Ask enough questions to stabilize intent, but always end with an approved `plan.md` and a task directory stub. </rigidity_level> <quick_reference> | Step | Action | Deliverable | |------|--------|-------------| | 1 | Ask questions | Goals, anti-goals, constraints | | 2 | Research | Existing patterns plus 3+ internet sources | | 3 | Compare approaches | Chosen approach and rejected alternatives | | 4 | Write spec | local `plans/active/<slug>/plan.md` | | 5 | Seed docs | `context.md` and `tasks.md` skeleton | **Contract:** `plan.md` holds intent. `tasks.md` must not replace the spec. Delete the finished local task directory when the work is complete. </quick_reference> <when_to_use> - New feature work - Large process changes - Architecture decisions - Any task where the problem or constraints are still fuzzy </when_to_use> <the_process> ## 1. Clarify the problem Ask focused questions until you can state: - problem - goals - anti-goals - constraints - audience - success conditions ## 2. Research before proposing - Inspect repo patterns - Use subagents for codebase or internet research when useful - Collect at least 3 current internet sources about best practices for the specific feature or task - Use a real web-search tool call or the `internet-researcher` agent - Do not summarize “best practices” from memory - Bring back a short list of real options ## 3. Recommend an approach Present 2-3 approaches with trade-offs. Lead with the recommended option and explain why it fits the repo. ## 4. Write the approved spec Create a local `plans/active/<slug>/plan.md` with: - problem - goals - anti-goals - constraints - research notes with at least 3 sources - chosen approach - rejected alternatives - acceptance checks ## 5. Create the task directory shell Add: - `context.md` with known files and decisions - `tasks.md` with headings for `Now`, `Next`, `Later`, `Blocked`, and `Done` Only seed 1-2 `Now` items. </the_process> <examples> <example> <scenario>Developer writes a task list before clarifying anti-goals</scenario> <why_it_fails> - The backlog optimizes for motion instead of intent - Rejected shortcuts come back during implementation </why_it_fails> <correction> Write anti-goals and rejected alternatives into `plan.md` before drafting execution tasks. </correction> </example> <example> <scenario>Developer turns the plan into a giant upfront backlog</scenario> <why_it_fails> - The backlog becomes stale immediately - Agents optimize for checking boxes, not adapting to reality </why_it_fails> <correction> Keep the spec detailed, but keep `tasks.md` short and rolling. </correction> </example> </examples> <integration> Calls: - `writing-plans` - `sre-task-refinement` - `review-implementation` </integration>
Related in Productivity
gitea-workflow
IncludedOrchestrate agile development workflows for Gitea repositories using the tea CLI. Use when working with Gitea-hosted repos and asking to 'run the workflow', 'continue working', 'what's next', 'complete the task cycle', 'start my day', 'end the sprint', 'implement the next task', or wanting guided step-by-step development assistance. Keywords: workflow, orchestrate, agile, task cycle, sprint, daily, implement, review, PR, standup, retrospective, gitea, tea.
microsoft-graph-gateway
IncludedRoute Microsoft Graph work in this workspace. Use when users want to read or write Outlook mail, calendar events, contacts, OneDrive or SharePoint files, Teams, Planner, To Do, users, groups, directory data, or arbitrary Microsoft Graph endpoints from VS Code. Prefer WorkIQ for common read scenarios. Use Microsoft Graph for write actions and gap-read scenarios that need exact Graph properties, filters, permissions, or endpoints.
copilotkit
IncludedUse when building with CopilotKit — setup, development, integrations, debugging, upgrading, or contributing. Routes to the appropriate specialized skill based on the task.
wordly-wisdom
IncludedProvides calibrated decision analysis using Charlie Munger-style multiple mental models, inversion, incentive mapping, circle-of-competence checks, misjudgment audits, second-order effects, and forecast updates. Use when the user asks for an oracle take, a hard call, a decision memo, a premortem, an outside view, a red-team, a sanity-check, what am I missing, think this through, or wants a strategy, hire, investment, plan, product, partnership, or major life choice analysed. Avoid for simple factual lookups or time-sensitive legal, medical, or market questions without fresh evidence.
swain-session
IncludedSession management and project status dashboard. Owns the full session lifecycle (start/work/close/resume), focus lane, bookmarks, worktree detection, and tab naming. Also serves as the project status dashboard — shows active epics, progress, actionable next steps, blocked items, tasks, GitHub issues, and recommendations. Worktree creation is deferred to swain-do task dispatch (SPEC-195). Triggers on: 'session', 'status', 'what's next', 'dashboard', 'overview', 'where are we', 'what should I work on', 'show me priorities', 'bookmark', 'focus on', 'session info'.
gandi
IncludedComprehensive Gandi domain registrar integration for domain and DNS management. Register and manage domains, create/update/delete DNS records (A, AAAA, CNAME, MX, TXT, SRV, and more), configure email forwarding and aliases, check SSL certificate status, create DNS snapshots for safe rollback, bulk update zone files, and monitor domain expiration. Supports multi-domain management, zone file import/export, and automated DNS backups. Includes both read-only and destructive operations with safety controls.