vapa-init
Installation
SKILL.md
/vapa-init
Initialize the VAPA (Vision-driven · Async · Proposal-based · Agent-executed) workflow on the current GitHub repository.
What it does
- Detects the target repository from
git remote get-url origin. - Checks the remote repo for VAPA configuration across three layers:
- Issue types (organization-level): Feature, Problem, Vision Amendment, Experiment, Improvement, Technical Debt, Research
- Issue fields (organization-level): Align, Size, Shaper, Reviewed By, Validator, Sponsor. The contributor-role fields (
Shaper,Reviewed By,Validator,Sponsor) are single-select fields whose options are the organization's members. - Labels (repository-level): only the
status:*taxonomy - Issue templates (repository-level): feature-proposal, problem-statement, vision-amendment, experiment
- Asks you to choose the action:
- Initialize / Update: create missing labels/templates and update existing ones to match the VAPA spec.
- Reset: delete all existing VAPA labels/templates and recreate them from scratch (useful for testing/debugging).
- Cancel: do nothing.
- Executes the chosen action.
- Optionally guides you to create or update
VISION.mdin the project root.