ワンクリックで
help
Use when unsure which skill to use. Lists all vladyslav skills, workflow, and integration.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when unsure which skill to use. Lists all vladyslav skills, workflow, and integration.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when adding a feature to a production project. Full cycle: brainstorm, plan, implement, docs.
Use when fixing a bug in a production project. Full cycle: diagnose, fix, regression test, review, docs.
Use to batch-validate all skills in this plugin. Runs deterministic repo-wide static checks (frontmatter, command delegation, cross-references, Architect model= rule, orphan references, README<->MemPalace sync) and reports pass/fail per skill.
Use when creating a new project. Bare AI shell by default; interactive menu adds docs / backend-infra / agents on demand.
Use after init-project to fill docs/product/start-project.md with AI research on competitors, monetization, valuation, and marketing.
Quick-save the latest decision/problem/milestone to MemPalace with zero questions — derives everything from the current conversation. Use for a fast mid-session capture, or accept it when offered at task completion.
| name | help |
| description | Use when unsure which skill to use. Lists all vladyslav skills, workflow, and integration. |
Type: Engineer (light)
Run any skill from a single Opus session. No manual /model switching required.
Agent(...) dispatches annotated with model="sonnet" (executor work) or model="opus" (synthesis/research).write-user-stories, write-test-docs, write-project-docs, compact-save, help) run pre-flight Q&A + LLM-driven generation entirely in Opus main, with no subagent dispatch./vladyslav:<name>)Architect:
| Skill | Purpose |
|---|---|
ingest | Existing-project intake: architecture docs + MemPalace seed in one scan pass |
add-feature | Add feature (full cycle, 9 superpowers) |
fix-bug | Fix bug (full cycle, 7 superpowers) |
discover | Auto-fill product/start-project.md via AI research |
discover-apple-check | Apple App Store compliance pre-check (iOS only) |
design-sync | Extract design tokens from code into docs/design/system.md |
design-page | Design app screens in Pencil via parallel subagents |
swiftui-pro | SwiftUI/Swift code review (iOS 26 / Swift 6.2) |
Engineer (light) — bash-driven:
| Skill | Purpose |
|---|---|
init-project | Create new project — bare AI shell (minimal) or interactive module menu (scripts/modules/*) |
attach-project | Add structure to existing project (calls scripts/attach-project.sh) |
pre-release-check | Pre-release verification (calls scripts/pre-release-checks.sh) |
Engineer (light) — Opus inline:
| Skill | Purpose |
|---|---|
write-user-stories | Update user stories |
write-test-docs | Test plan + manual QA docs |
write-project-docs | README, onboarding, deployment |
compact-save | Snapshot task state to MemPalace (auto before compact) |
help | This reference |
New project:
init-project → discover → add-feature → write-test-docs → pre-release-check
Existing project:
attach-project → ingest → add-feature
Before release:
write-user-stories → write-test-docs → write-project-docs → pre-release-check
Bug fix:
fix-bug → write-test-docs → pre-release-check
All 13 non-meta superpowers skills are integrated:
| Superpowers Skill | Used In | When |
|---|---|---|
brainstorming | add-feature | Design phase |
writing-plans | add-feature | Planning phase |
executing-plans | add-feature | Execution (parallel session) |
subagent-driven-development | add-feature | Execution (this session) |
dispatching-parallel-agents | add-feature, ingest | Parallel components |
using-git-worktrees | add-feature, fix-bug | Isolated branch |
test-driven-development | add-feature, fix-bug, write-test-docs | Tests + implementation |
systematic-debugging | fix-bug | Diagnose root cause |
requesting-code-review | add-feature, fix-bug | After implementation |
receiving-code-review | add-feature, fix-bug | Process feedback |
finishing-a-development-branch | add-feature, fix-bug | Merge/PR |
verification-before-completion | pre-release-check | Evidence-based checks |
writing-skills | (meta) | Edit vladyslav skills |
/model switches needed.pre-release-check phase.Agent(...) call with explicit model= ("sonnet" for executor work, "opus" for synthesis/research).Backend (single choice): python (default) / go / other / none
Frontend/Mobile (multi-select): flutter / swift / kotlin / other / none
All stacks: CORE (bare AI shell) is always written. Docs / backend-infra / agents are opt-in via the interactive menu. minimal mode = CORE only.