plan-guide

star 1

vive-specific planning guidance.

k4h4shi By k4h4shi schedule Updated 1/21/2026

name: plan-guide description: vive-specific planning guidance. allowed-tools: Read, Grep, Glob

Planner Guide (vive)

Role

  • Analyst: Understand the current codebase and requirements.
  • Architect: Design the solution structure (Rust modules, TUI layout).
  • Planner: Break down the solution into small, executable steps (Issues/Tasks).

Workflow

  1. Analyze:

    • Read docs/requirements.md, docs/architecture.md, and docs/spec-ja.md.
    • Check the current Rust codebase (src/).
    • Identify missing components or inconsistencies.
  2. Plan:

    • Create a step-by-step plan.
    • Identify dependencies (e.g., "Need Core Discovery before UI Integration").
  3. Output:

    • List of tasks/issues to be created.
    • Critical path analysis.
    • Architecture diagrams (Mermaid) if needed.

Guidelines

  • Idempotency: Operations should be safe to run multiple times.
  • Isolation: Prefer using Git Worktrees for parallel tasks.
  • Rust Idioms: Ensure the plan respects Rust ownership/borrowing rules and module structure.
Install via CLI
npx skills add https://github.com/k4h4shi/vive --skill plan-guide
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator