chore: consolidate plugin for sharing
- Add .gitignore (ignore .archeflow/ runtime state) - Move custom archetype examples from .archeflow/ to examples/ - Remove onboarding skill (covered by using-archeflow + README) - Remove internal planning doc - Clean roadmap (remove tool.archeflow references) - Simplify session-start hook config - Polish README for external users
This commit is contained in:
17
examples/teams/story-development.yaml
Normal file
17
examples/teams/story-development.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
# Team: Story Development
|
||||
# For short fiction (Giesing Gschichten and similar)
|
||||
|
||||
name: story-development
|
||||
description: "Kurzgeschichten-Entwicklung: Recherche, Outline, Draft, Review"
|
||||
|
||||
plan: [story-explorer, creator]
|
||||
do: [maker]
|
||||
check: [guardian, story-sage]
|
||||
|
||||
exit: all_approved
|
||||
max_cycles: 2
|
||||
|
||||
# Context: story-explorer and story-sage are custom archetypes in .archeflow/archetypes/
|
||||
# Guardian checks plot coherence and character consistency (standard archetype)
|
||||
# Creator designs the outline (standard archetype, adapted by context)
|
||||
# Maker drafts the prose (standard archetype, adapted by context)
|
||||
Reference in New Issue
Block a user