Files
Christian Nennemann 52d9d8dd05 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
2026-04-03 12:14:14 +02:00

22 lines
739 B
YAML

# Config: writing-short-story defaults
# Sensible defaults for short fiction. Override with --set at init time
# or edit .archeflow/config.yaml after init.
budget:
max_usd: 10 # Total budget ceiling for a full run
warn_at_pct: 80 # Warn when 80% of budget is consumed
models:
default: haiku # Default model for analytical/structural work
maker: sonnet # Prose drafting needs quality
story-sage: sonnet # Voice evaluation needs taste
story-explorer: haiku # Research is analytical
creator: haiku # Outlining is structural
guardian: haiku # Plot checks are analytical
variables:
target_words: 8000
max_cycles: 2
voice_profile: ""
dialect_density: 0.15