name: idea-task description: Interactive idea shaping skill that turns a rough idea into a validated concept draft before prepare-task formalizes it into a Ready implementation task. Use when the user asks for early brainstorming, architecture/risk review, task decomposition, technical debt discovery, or asks questions such as '/idea-task [description]'.
Idea Task
Purpose
Use this skill before prepare-task when an idea is still ambiguous.
idea-task does discovery and risk shaping.
prepare-task does implementation-ready formalization and GitHub project readiness.
Invocation
$idea-task/idea-task [description]/idea-task -url "https://example.com/tasks/<id>"I have an idea, help me shape it first
Works in VS Code, Codex Web, and Codex Desktop repository chat.
Workflow
- Determine source: free-text idea or
-urlexisting issue/task, then restate the idea in one paragraph. - Review repository context relevant to the idea.
- Read the project profile and run an applicability pre-check for privacy, AI, security, safety, accessibility, and sector governance before suggesting implementation details.
- Ask up to three focused questions at a time.
- Maintain an
Open Questionslist and close items as answered. - Produce an
Idea Draftwith:- problem and outcome
- in-scope/out-of-scope
- likely modules/files
- risks and technical debt hotspots
- observability, logging, and rollback expectations
- compliance notes
- Classify the next route:
- ordinary/local change:
$prepare-task - new or changed user/business behavior:
$generate-use-case - material business choice:
$generate-bdr - cross-component, data-flow, deployment, or quality-attribute change:
$architecture-change
- ordinary/local change:
- Decide status:
Ready for prepare-taskBlocked(with reasons)
- Emit exact marker line for downstream automations:
Idea Task Status: Ready for prepare-task.when ready.
- If ready, recommend the classified next route instead of always defaulting to
$prepare-task.
Question Priorities
Ask only what is needed to remove ambiguity:
- user outcome and success metric
- impacted channels (API, chat simulator, mobile, web)
- data classes, retention/deletion, consent/transparency
- external API dependencies and fallback behavior
- acceptance test shape and release constraints
Output Template
Use references/idea-draft-template.md.
Guardrails
- Do not start code implementation in this skill.
- Stop and surface compliant alternatives when the proposal conflicts with applicable governance requirements.
- Keep answers concise, concrete, and directly actionable by
prepare-task.
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.