npx claudepluginhub yuvasee/samocodeThis skill uses the workspace's default tool permissions.
Defines tasks through interactive Q&A, documenting requirements and decisions.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
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