Interactive task definition with Q&A and documentation.
Defines tasks through interactive Q&A and documents requirements in session files.
/plugin marketplace add https://www.claudepluginhub.com/api/plugins/yuvasee-samocode/marketplace.json/plugin install yuvasee-samocode@cpd-yuvasee-samocodeThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Defines tasks through interactive Q&A, documenting requirements and decisions.
Session path: [SESSION_PATH from working memory] Task: $ARGUMENTS
Analyze the task:
Interactive clarification:
[SESSION_PATH]/_qa.md exists with answers from previous run_qa.md exists and has answers: read them and continue to step 4[SESSION_PATH]/_qa.md:
# Q&A: [task description]
Status: waiting
## Questions
### Q1: [Clear question]
A) [option]
B) [option]
C) [option]
**Suggestion:** [recommended option] - [justification]
**Answer:** _waiting_
### Q2: [Clear question]
A) [option]
B) [option]
**Suggestion:** [recommended option] - [justification]
**Answer:** _waiting_
- [ ]. Use lettered options (A, B, C) one per line.Q1: [Clear question]
A) [option]
B) [option]
C) [option]
Suggestion: [recommended] - [why]
Document the task (after Q&A complete):
[SESSION_PATH]/[TIMESTAMP_FILE]-task-[task-slug].md# Task: [title]
Date: [TIMESTAMP_LOG]
## Description
[What needs to be accomplished]
## Requirements
[Bullet list]
## Clarifications
### [Topic]
**Q:** [question]
**A:** [answer/decision]
**Rationale:** [why]
## Edge Cases
[Things to watch for]
## Success Criteria
[How we know it's done]
Update session:
[SESSION_PATH]/_overview.md:
- [TIMESTAMP_ITERATION] Task defined: [title] -> [filename].md- [filename].md - Task: [title]_qa.md if it existscd [SESSION_DIR] && git add . && git commit -m "Task: [title]"Suggest next steps: /create-plan, /do, /dop2
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.