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
28 lines
1.0 KiB
YAML
28 lines
1.0 KiB
YAML
# Team: Story Development
|
|
# Short fiction team — researches foundations, outlines structure, drafts prose, reviews quality.
|
|
# Designed for 5-15k word stories. Works with or without colette.yaml.
|
|
|
|
name: story-development
|
|
description: "Kurzgeschichten-Entwicklung: Recherche, Outline, Draft, Review"
|
|
domain: writing
|
|
|
|
# Plan: story-explorer researches emotional core and plot seeds,
|
|
# creator designs scene outline and tension arc.
|
|
plan: [story-explorer, creator]
|
|
|
|
# Do: maker drafts the prose scene by scene.
|
|
do: [maker]
|
|
|
|
# Check: guardian validates plot coherence and continuity,
|
|
# story-sage evaluates prose quality and voice consistency.
|
|
check: [guardian, story-sage]
|
|
|
|
exit: all_approved
|
|
max_cycles: ${max_cycles}
|
|
|
|
# Notes:
|
|
# - story-explorer and story-sage are custom archetypes (see archetypes/ directory)
|
|
# - guardian uses standard archetype with writing domain review_focus overrides
|
|
# - creator designs the outline (standard archetype, context-adapted)
|
|
# - maker drafts the prose (standard archetype, model override to sonnet for quality)
|