Create implementation plans with phase management.
Creates detailed implementation plans with phases, stored within the session folder.
/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.
Creates detailed implementation plans with phases, stored within the session folder.
Session path: [SESSION_PATH from working memory] Context: $ARGUMENTS
Gather context:
Create plan file:
[SESSION_PATH]/[TIMESTAMP_FILE]-plan-[plan-slug].mdStructure:
# Plan: [Title]
Created: [TIMESTAMP_LOG]
## Task Definition
[Concise summary]
## Requirements
- [ ] [Requirement 1]
- [ ] [Requirement 2]
## Context
[Key files, current state, constraints]
## Implementation Phases
### Phase 1: [Name]
- [ ] [Step]
- [ ] [Step]
- [ ] Run pyright/ruff or tsc - fix errors
### Phase 2: [Name]
- [ ] [Step]
- [ ] [Step]
- [ ] Run pyright/ruff or tsc - fix errors
### Phase 3: Testing
- [ ] [Test case]
- [ ] Final checks
## Notes
[Important context from task definition]
Update session:
[SESSION_PATH]/_overview.md:
- [TIMESTAMP_ITERATION] Plan created -> [filename].md- [filename].md - [brief description]- [filename].md - Plan: [brief description]cd [SESSION_DIR] && git add . && git commit -m "Plan: [title]"Report back: Plan summary and file location
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.