# Plan Guide

> vive-specific planning guidance. Use when this capability is needed.

- Skill: `tomevault-io/plan-guide` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/plan-guide`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/plan-guide/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/plan-guide

---


# 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.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/k4h4shi) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

