What problem does it solve?
Converts a natural language intent into a fully populated, copy/paste-ready Volon prompt so users do not need to manually assemble templates, guardrails, or repository-derived context.
Core Features & Use Cases
- Template selection and population: Infers the correct template (inception, task, ideation, planning, patch) and fills all placeholders with repo and runtime context.
- Repo-aware guardrails: Reads volon.yaml and .volon state to enforce single-writer rules, DONE tokens, commit policies, and to remove or qualify destructive operations.
- Use case: Quickly produce a safe, self-contained orchestrator prompt for planning a feature, applying a patch, or running an ideation session without manual prompt engineering.
Quick Start
Use volon-prompt to generate a copy/paste-ready Volon prompt for the intent to add CI checks, ensuring guardrails, placeholders, and repo context are applied.