From 89f1e3cfc5dcde60ee40db0d5698c2f2f2d25496 Mon Sep 17 00:00:00 2001 From: PAE Date: Wed, 1 Apr 2026 18:30:51 +0000 Subject: [PATCH] Bootstrap: project.yml for binding-thread --- projects/binding-thread/project.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 projects/binding-thread/project.yml diff --git a/projects/binding-thread/project.yml b/projects/binding-thread/project.yml new file mode 100644 index 0000000..ac1d7c8 --- /dev/null +++ b/projects/binding-thread/project.yml @@ -0,0 +1,17 @@ +name: Binding Thread +slug: binding-thread +status: active +goal: Binding Thread +intents: + - keyword: book_outline + description: Generate or update the chapter outline for this book + template: book_outline + - keyword: book_research + description: Research themes, settings, or historical details + template: book_research + - keyword: write_chapter + description: Write a chapter draft + template: book_chapter + - keyword: character_sheet + description: Create or update a character sheet + template: character_sheet