Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 2.14 KB

File metadata and controls

51 lines (38 loc) · 2.14 KB

Start Here

Choose the path that matches your goal, then follow the checklist in order.

Quick commands

# Check current manifest status
vstack manifest status --target .

# Update hooks only
vstack init --only hook

# Force one artifact (example: agent/engineer)
vstack install --force-name agent/engineer

# Force update one type (hooks)
vstack init --only hook --force

# Verify manifest health
vstack manifest verify --target .

1. New User Path

  1. Learn the end-to-end flow in First time using vstack.
  2. Run your first orchestrated workflow in First planner run.
  3. Learn shared team baselines in Community patterns.
  4. Run your baseline setup with Fresh install.
  5. Learn daily commands in CLI commands.
  6. Configure defaults in Configuration.
  7. If anything fails, use Troubleshooting.

2. Upgrade Path

  1. Start with Upgrade with checks for a walkthrough.
  2. Use the operational guide in Upgrade.
  3. Use Partial upgrade when you only need selected updates.
  4. Rebuild generated artifacts if needed with Reinitialize.
  5. Confirm output health with Artifact checks.
  6. Validate command behavior with CLI commands.

3. Operations Path

  1. Set operating behavior in Configure workflow modes.
  2. Choose execution style with Choose agent, skill, or prompt.
  3. Tune project settings in Configuration.
  4. Manage automation points in Hooks.
  5. Review role-owned outputs and handoff artifacts in Work items.
  6. Use Troubleshooting for incidents and recovery.
  7. If you need profile-scoped setup, use Global install and Uninstall.