feat: add 4 template bundles (writing, backend, security, quick-fix)
Ready-to-use project templates with team, workflow, domain, and config: - writing-short-story: fiction 5-15k words, custom archetypes, sonnet for prose - backend-feature: standard PDCA, full team, haiku for reviews - security-review: thorough 3-cycle, all reviewers incl. trickster - quick-fix: minimal 1-cycle, creator+maker+guardian only
This commit is contained in:
19
templates/bundles/quick-fix/manifest.yaml
Normal file
19
templates/bundles/quick-fix/manifest.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
# Bundle: quick-fix
|
||||
# Minimal setup for small bug fixes and patches. Fast workflow with 1 cycle,
|
||||
# reduced team (no Explorer or Sage), and low budget. Get in, fix, get out.
|
||||
|
||||
name: quick-fix
|
||||
description: "Small bug fix or patch — minimal team, 1 fast cycle, low overhead"
|
||||
version: "1.0.0"
|
||||
domain: code
|
||||
includes:
|
||||
team: team.yaml
|
||||
workflow: workflow.yaml
|
||||
domain: domain.yaml
|
||||
config: config.yaml
|
||||
archetypes: []
|
||||
requires: []
|
||||
variables:
|
||||
max_cycles: 1 # Fast: single cycle, ship it
|
||||
test_command: "" # Override: pytest, cargo test, npm test, etc.
|
||||
lint_command: "" # Override: ruff, clippy, eslint, etc.
|
||||
Reference in New Issue
Block a user