원클릭으로
planning
// Create comprehensive implementation plans and write them to plan files. Use when the user asks for a plan, comprehensive plan, systematic workflow design, or wants decisions documented in a plan file.
// Create comprehensive implementation plans and write them to plan files. Use when the user asks for a plan, comprehensive plan, systematic workflow design, or wants decisions documented in a plan file.
Translate VMark documentation and app strings to all 9 supported locales with subagent-driven audit, proofreading, and cultural polish. Use when adding or updating website pages, React locale JSON (src/locales/en/*.json), or Rust locale YAML (src-tauri/locales/en.yml) that need multi-language support.
Test-driven CSS design system modifications. Run checks before/after CSS changes to verify token usage, variable definitions, fallbacks, and consistency. Use when modifying CSS tokens, fixing design inconsistencies, or auditing CSS architecture.
Build or update MCP server/client integrations for VMark. Use when configuring MCP servers, adding MCP tools, or updating MCP-related docs and settings.
Audit an implementation against a plan (dev-docs/plans/*). Use when a user asks to check for gaps, logic errors, or missing tests relative to a plan or Work Items.
Verify a completed implementation against a plan by running gates and checking acceptance criteria. Use when the user asks to verify work items or confirm completion.
Implement or modify VMark React UI with project conventions (Zustand selectors, Tailwind v4, shadcn/ui). Use for components, hooks, stores, and UI behavior changes.
| name | planning |
| description | Create comprehensive implementation plans and write them to plan files. Use when the user asks for a plan, comprehensive plan, systematic workflow design, or wants decisions documented in a plan file. |
Use this skill when the user asks for planning, a roadmap, a spec-to-implementation breakdown, or wants decisions documented.
Choose the lightest mode that meets the request.
quick-planUse when:
Output:
full-plan (default)Use when:
Output:
Clarify outcomes
Inventory current behavior
Define target rules
Structure the plan
Write the plan file
templates/TEMPLATE.md (bundled with this skill) if available, otherwise follow the structure above.dev-docs/plans/YYYYMMDD-HHMM-<topic>.md.Acceptance must be measurable and verifiable:
locator_v1 for every result (unit test).”At the end of the plan, include:
If the plan changes anything persisted (DB, on-disk cache, config files, APIs that clients store):
If the plan touches indexing/search/performance-sensitive paths:
If behavior changes are user-visible or risky: