cc-agentic-framework 1.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +686 -0
- package/bin/agentic-framework +2 -0
- package/bin/mcp-server +14 -0
- package/dist/__mocks__/chalk.d.ts +11 -0
- package/dist/__mocks__/chalk.d.ts.map +1 -0
- package/dist/__mocks__/chalk.js +20 -0
- package/dist/__mocks__/chalk.js.map +1 -0
- package/dist/__mocks__/ora.d.ts +20 -0
- package/dist/__mocks__/ora.d.ts.map +1 -0
- package/dist/__mocks__/ora.js +52 -0
- package/dist/__mocks__/ora.js.map +1 -0
- package/dist/commands/add.d.ts +6 -0
- package/dist/commands/add.d.ts.map +1 -0
- package/dist/commands/add.js +105 -0
- package/dist/commands/add.js.map +1 -0
- package/dist/commands/agent/index.d.ts +11 -0
- package/dist/commands/agent/index.d.ts.map +1 -0
- package/dist/commands/agent/index.js +22 -0
- package/dist/commands/agent/index.js.map +1 -0
- package/dist/commands/agent/list.d.ts +8 -0
- package/dist/commands/agent/list.d.ts.map +1 -0
- package/dist/commands/agent/list.js +53 -0
- package/dist/commands/agent/list.js.map +1 -0
- package/dist/commands/agent/run.d.ts +9 -0
- package/dist/commands/agent/run.d.ts.map +1 -0
- package/dist/commands/agent/run.js +180 -0
- package/dist/commands/agent/run.js.map +1 -0
- package/dist/commands/agent/show.d.ts +8 -0
- package/dist/commands/agent/show.d.ts.map +1 -0
- package/dist/commands/agent/show.js +109 -0
- package/dist/commands/agent/show.js.map +1 -0
- package/dist/commands/backlog/create-ticket.d.ts +19 -0
- package/dist/commands/backlog/create-ticket.d.ts.map +1 -0
- package/dist/commands/backlog/create-ticket.js +168 -0
- package/dist/commands/backlog/create-ticket.js.map +1 -0
- package/dist/commands/backlog/import-jira.d.ts +32 -0
- package/dist/commands/backlog/import-jira.d.ts.map +1 -0
- package/dist/commands/backlog/import-jira.js +126 -0
- package/dist/commands/backlog/import-jira.js.map +1 -0
- package/dist/commands/backlog/migrate-milestones.d.ts +21 -0
- package/dist/commands/backlog/migrate-milestones.d.ts.map +1 -0
- package/dist/commands/backlog/migrate-milestones.js +155 -0
- package/dist/commands/backlog/migrate-milestones.js.map +1 -0
- package/dist/commands/backlog/update-fields.d.ts +36 -0
- package/dist/commands/backlog/update-fields.d.ts.map +1 -0
- package/dist/commands/backlog/update-fields.js +251 -0
- package/dist/commands/backlog/update-fields.js.map +1 -0
- package/dist/commands/backlog/validate-enhanced.d.ts +19 -0
- package/dist/commands/backlog/validate-enhanced.d.ts.map +1 -0
- package/dist/commands/backlog/validate-enhanced.js +282 -0
- package/dist/commands/backlog/validate-enhanced.js.map +1 -0
- package/dist/commands/backlog/validate.d.ts +19 -0
- package/dist/commands/backlog/validate.d.ts.map +1 -0
- package/dist/commands/backlog/validate.js +283 -0
- package/dist/commands/backlog/validate.js.map +1 -0
- package/dist/commands/build.d.ts +20 -0
- package/dist/commands/build.d.ts.map +1 -0
- package/dist/commands/build.js +116 -0
- package/dist/commands/build.js.map +1 -0
- package/dist/commands/bump-version.d.ts +61 -0
- package/dist/commands/bump-version.d.ts.map +1 -0
- package/dist/commands/bump-version.js +618 -0
- package/dist/commands/bump-version.js.map +1 -0
- package/dist/commands/confluence/create-page.d.ts +11 -0
- package/dist/commands/confluence/create-page.d.ts.map +1 -0
- package/dist/commands/confluence/create-page.js +72 -0
- package/dist/commands/confluence/create-page.js.map +1 -0
- package/dist/commands/confluence/fetch-page.d.ts +11 -0
- package/dist/commands/confluence/fetch-page.d.ts.map +1 -0
- package/dist/commands/confluence/fetch-page.js +64 -0
- package/dist/commands/confluence/fetch-page.js.map +1 -0
- package/dist/commands/confluence/import-reports.d.ts +12 -0
- package/dist/commands/confluence/import-reports.d.ts.map +1 -0
- package/dist/commands/confluence/import-reports.js +68 -0
- package/dist/commands/confluence/import-reports.js.map +1 -0
- package/dist/commands/confluence/validate.d.ts +23 -0
- package/dist/commands/confluence/validate.d.ts.map +1 -0
- package/dist/commands/confluence/validate.js +272 -0
- package/dist/commands/confluence/validate.js.map +1 -0
- package/dist/commands/create-agent.d.ts +8 -0
- package/dist/commands/create-agent.d.ts.map +1 -0
- package/dist/commands/create-agent.js +104 -0
- package/dist/commands/create-agent.js.map +1 -0
- package/dist/commands/create-module.d.ts +8 -0
- package/dist/commands/create-module.d.ts.map +1 -0
- package/dist/commands/create-module.js +123 -0
- package/dist/commands/create-module.js.map +1 -0
- package/dist/commands/create-skill.d.ts +8 -0
- package/dist/commands/create-skill.d.ts.map +1 -0
- package/dist/commands/create-skill.js +108 -0
- package/dist/commands/create-skill.js.map +1 -0
- package/dist/commands/dev.d.ts +21 -0
- package/dist/commands/dev.d.ts.map +1 -0
- package/dist/commands/dev.js +304 -0
- package/dist/commands/dev.js.map +1 -0
- package/dist/commands/generate-agents.d.ts +19 -0
- package/dist/commands/generate-agents.d.ts.map +1 -0
- package/dist/commands/generate-agents.js +146 -0
- package/dist/commands/generate-agents.js.map +1 -0
- package/dist/commands/generate-commands.d.ts +13 -0
- package/dist/commands/generate-commands.d.ts.map +1 -0
- package/dist/commands/generate-commands.js +229 -0
- package/dist/commands/generate-commands.js.map +1 -0
- package/dist/commands/info.d.ts +2 -0
- package/dist/commands/info.d.ts.map +1 -0
- package/dist/commands/info.js +83 -0
- package/dist/commands/info.js.map +1 -0
- package/dist/commands/init.d.ts +27 -0
- package/dist/commands/init.d.ts.map +1 -0
- package/dist/commands/init.js +740 -0
- package/dist/commands/init.js.map +1 -0
- package/dist/commands/jira/export.d.ts +19 -0
- package/dist/commands/jira/export.d.ts.map +1 -0
- package/dist/commands/jira/export.js +212 -0
- package/dist/commands/jira/export.js.map +1 -0
- package/dist/commands/jira/sync.d.ts +20 -0
- package/dist/commands/jira/sync.d.ts.map +1 -0
- package/dist/commands/jira/sync.js +242 -0
- package/dist/commands/jira/sync.js.map +1 -0
- package/dist/commands/list.d.ts +6 -0
- package/dist/commands/list.d.ts.map +1 -0
- package/dist/commands/list.js +51 -0
- package/dist/commands/list.js.map +1 -0
- package/dist/commands/mcp/check.d.ts +11 -0
- package/dist/commands/mcp/check.d.ts.map +1 -0
- package/dist/commands/mcp/check.js +71 -0
- package/dist/commands/mcp/check.js.map +1 -0
- package/dist/commands/mcp/index.d.ts +15 -0
- package/dist/commands/mcp/index.d.ts.map +1 -0
- package/dist/commands/mcp/index.js +28 -0
- package/dist/commands/mcp/index.js.map +1 -0
- package/dist/commands/mcp/seed.d.ts +11 -0
- package/dist/commands/mcp/seed.d.ts.map +1 -0
- package/dist/commands/mcp/seed.js +222 -0
- package/dist/commands/mcp/seed.js.map +1 -0
- package/dist/commands/mcp/setup.d.ts +13 -0
- package/dist/commands/mcp/setup.d.ts.map +1 -0
- package/dist/commands/mcp/setup.js +387 -0
- package/dist/commands/mcp/setup.js.map +1 -0
- package/dist/commands/mcp/status.d.ts +11 -0
- package/dist/commands/mcp/status.d.ts.map +1 -0
- package/dist/commands/mcp/status.js +126 -0
- package/dist/commands/mcp/status.js.map +1 -0
- package/dist/commands/openclaw/export.d.ts +9 -0
- package/dist/commands/openclaw/export.d.ts.map +1 -0
- package/dist/commands/openclaw/export.js +72 -0
- package/dist/commands/openclaw/export.js.map +1 -0
- package/dist/commands/openclaw/index.d.ts +6 -0
- package/dist/commands/openclaw/index.d.ts.map +1 -0
- package/dist/commands/openclaw/index.js +11 -0
- package/dist/commands/openclaw/index.js.map +1 -0
- package/dist/commands/planning/create-plan.d.ts +21 -0
- package/dist/commands/planning/create-plan.d.ts.map +1 -0
- package/dist/commands/planning/create-plan.js +74 -0
- package/dist/commands/planning/create-plan.js.map +1 -0
- package/dist/commands/planning/validate-plan.d.ts +19 -0
- package/dist/commands/planning/validate-plan.d.ts.map +1 -0
- package/dist/commands/planning/validate-plan.js +276 -0
- package/dist/commands/planning/validate-plan.js.map +1 -0
- package/dist/commands/remove.d.ts +8 -0
- package/dist/commands/remove.d.ts.map +1 -0
- package/dist/commands/remove.js +157 -0
- package/dist/commands/remove.js.map +1 -0
- package/dist/commands/routes.d.ts +16 -0
- package/dist/commands/routes.d.ts.map +1 -0
- package/dist/commands/routes.js +153 -0
- package/dist/commands/routes.js.map +1 -0
- package/dist/commands/skill/deploy.d.ts +12 -0
- package/dist/commands/skill/deploy.d.ts.map +1 -0
- package/dist/commands/skill/deploy.js +327 -0
- package/dist/commands/skill/deploy.js.map +1 -0
- package/dist/commands/skill/index.d.ts +6 -0
- package/dist/commands/skill/index.d.ts.map +1 -0
- package/dist/commands/skill/index.js +20 -0
- package/dist/commands/skill/index.js.map +1 -0
- package/dist/commands/skill/info.d.ts +11 -0
- package/dist/commands/skill/info.d.ts.map +1 -0
- package/dist/commands/skill/info.js +260 -0
- package/dist/commands/skill/info.js.map +1 -0
- package/dist/commands/skill/list.d.ts +11 -0
- package/dist/commands/skill/list.d.ts.map +1 -0
- package/dist/commands/skill/list.js +242 -0
- package/dist/commands/skill/list.js.map +1 -0
- package/dist/commands/skill/pull.d.ts +12 -0
- package/dist/commands/skill/pull.d.ts.map +1 -0
- package/dist/commands/skill/pull.js +133 -0
- package/dist/commands/skill/pull.js.map +1 -0
- package/dist/commands/skill/remove.d.ts +12 -0
- package/dist/commands/skill/remove.d.ts.map +1 -0
- package/dist/commands/skill/remove.js +99 -0
- package/dist/commands/skill/remove.js.map +1 -0
- package/dist/commands/status.d.ts +11 -0
- package/dist/commands/status.d.ts.map +1 -0
- package/dist/commands/status.js +195 -0
- package/dist/commands/status.js.map +1 -0
- package/dist/commands/sync.d.ts +20 -0
- package/dist/commands/sync.d.ts.map +1 -0
- package/dist/commands/sync.js +517 -0
- package/dist/commands/sync.js.map +1 -0
- package/dist/commands/template/index.d.ts +12 -0
- package/dist/commands/template/index.d.ts.map +1 -0
- package/dist/commands/template/index.js +24 -0
- package/dist/commands/template/index.js.map +1 -0
- package/dist/commands/template/info.d.ts +8 -0
- package/dist/commands/template/info.d.ts.map +1 -0
- package/dist/commands/template/info.js +125 -0
- package/dist/commands/template/info.js.map +1 -0
- package/dist/commands/template/list.d.ts +8 -0
- package/dist/commands/template/list.d.ts.map +1 -0
- package/dist/commands/template/list.js +77 -0
- package/dist/commands/template/list.js.map +1 -0
- package/dist/commands/template/render.d.ts +8 -0
- package/dist/commands/template/render.d.ts.map +1 -0
- package/dist/commands/template/render.js +115 -0
- package/dist/commands/template/render.js.map +1 -0
- package/dist/commands/template/validate.d.ts +8 -0
- package/dist/commands/template/validate.d.ts.map +1 -0
- package/dist/commands/template/validate.js +137 -0
- package/dist/commands/template/validate.js.map +1 -0
- package/dist/commands/test.d.ts +40 -0
- package/dist/commands/test.d.ts.map +1 -0
- package/dist/commands/test.js +240 -0
- package/dist/commands/test.js.map +1 -0
- package/dist/commands/update.d.ts +12 -0
- package/dist/commands/update.d.ts.map +1 -0
- package/dist/commands/update.js +248 -0
- package/dist/commands/update.js.map +1 -0
- package/dist/commands/validate.d.ts +12 -0
- package/dist/commands/validate.d.ts.map +1 -0
- package/dist/commands/validate.js +355 -0
- package/dist/commands/validate.js.map +1 -0
- package/dist/commands/writer/analyze.d.ts +19 -0
- package/dist/commands/writer/analyze.d.ts.map +1 -0
- package/dist/commands/writer/analyze.js +210 -0
- package/dist/commands/writer/analyze.js.map +1 -0
- package/dist/commands/writer/build.d.ts +21 -0
- package/dist/commands/writer/build.d.ts.map +1 -0
- package/dist/commands/writer/build.js +241 -0
- package/dist/commands/writer/build.js.map +1 -0
- package/dist/commands/writer/create-chapter.d.ts +19 -0
- package/dist/commands/writer/create-chapter.d.ts.map +1 -0
- package/dist/commands/writer/create-chapter.js +260 -0
- package/dist/commands/writer/create-chapter.js.map +1 -0
- package/dist/commands/writer/create-character.d.ts +19 -0
- package/dist/commands/writer/create-character.d.ts.map +1 -0
- package/dist/commands/writer/create-character.js +263 -0
- package/dist/commands/writer/create-character.js.map +1 -0
- package/dist/commands/writer/create-part.d.ts +19 -0
- package/dist/commands/writer/create-part.d.ts.map +1 -0
- package/dist/commands/writer/create-part.js +239 -0
- package/dist/commands/writer/create-part.js.map +1 -0
- package/dist/commands/writer/create-scene.d.ts +19 -0
- package/dist/commands/writer/create-scene.d.ts.map +1 -0
- package/dist/commands/writer/create-scene.js +286 -0
- package/dist/commands/writer/create-scene.js.map +1 -0
- package/dist/commands/writer/export.d.ts +21 -0
- package/dist/commands/writer/export.d.ts.map +1 -0
- package/dist/commands/writer/export.js +230 -0
- package/dist/commands/writer/export.js.map +1 -0
- package/dist/commands/writer/init.d.ts +19 -0
- package/dist/commands/writer/init.d.ts.map +1 -0
- package/dist/commands/writer/init.js +227 -0
- package/dist/commands/writer/init.js.map +1 -0
- package/dist/commands/writer/lib/immutability-utils.d.ts +82 -0
- package/dist/commands/writer/lib/immutability-utils.d.ts.map +1 -0
- package/dist/commands/writer/lib/immutability-utils.js +253 -0
- package/dist/commands/writer/lib/immutability-utils.js.map +1 -0
- package/dist/commands/writer/lib/lock-utils.d.ts +48 -0
- package/dist/commands/writer/lib/lock-utils.d.ts.map +1 -0
- package/dist/commands/writer/lib/lock-utils.js +122 -0
- package/dist/commands/writer/lib/lock-utils.js.map +1 -0
- package/dist/commands/writer/lock-fact.d.ts +20 -0
- package/dist/commands/writer/lock-fact.d.ts.map +1 -0
- package/dist/commands/writer/lock-fact.js +174 -0
- package/dist/commands/writer/lock-fact.js.map +1 -0
- package/dist/commands/writer/unlock-fact.d.ts +20 -0
- package/dist/commands/writer/unlock-fact.d.ts.map +1 -0
- package/dist/commands/writer/unlock-fact.js +160 -0
- package/dist/commands/writer/unlock-fact.js.map +1 -0
- package/dist/commands/writer/validate-immutability.d.ts +19 -0
- package/dist/commands/writer/validate-immutability.d.ts.map +1 -0
- package/dist/commands/writer/validate-immutability.js +148 -0
- package/dist/commands/writer/validate-immutability.js.map +1 -0
- package/dist/commands/writer/validate.d.ts +20 -0
- package/dist/commands/writer/validate.d.ts.map +1 -0
- package/dist/commands/writer/validate.js +370 -0
- package/dist/commands/writer/validate.js.map +1 -0
- package/dist/hooks/claude-folder-protection.d.ts +23 -0
- package/dist/hooks/claude-folder-protection.d.ts.map +1 -0
- package/dist/hooks/claude-folder-protection.js +98 -0
- package/dist/hooks/claude-folder-protection.js.map +1 -0
- package/dist/hooks/index.d.ts +24 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/index.js +24 -0
- package/dist/hooks/index.js.map +1 -0
- package/dist/hooks/post-write-validate.d.ts +14 -0
- package/dist/hooks/post-write-validate.d.ts.map +1 -0
- package/dist/hooks/post-write-validate.js +142 -0
- package/dist/hooks/post-write-validate.js.map +1 -0
- package/dist/hooks/pre-commit-skill-reminder.d.ts +21 -0
- package/dist/hooks/pre-commit-skill-reminder.d.ts.map +1 -0
- package/dist/hooks/pre-commit-skill-reminder.js +142 -0
- package/dist/hooks/pre-commit-skill-reminder.js.map +1 -0
- package/dist/hooks/pre-write-quality.d.ts +14 -0
- package/dist/hooks/pre-write-quality.d.ts.map +1 -0
- package/dist/hooks/pre-write-quality.js +114 -0
- package/dist/hooks/pre-write-quality.js.map +1 -0
- package/dist/hooks/skill-reminder.d.ts +22 -0
- package/dist/hooks/skill-reminder.d.ts.map +1 -0
- package/dist/hooks/skill-reminder.js +285 -0
- package/dist/hooks/skill-reminder.js.map +1 -0
- package/dist/hooks/stop-quality-check.d.ts +14 -0
- package/dist/hooks/stop-quality-check.d.ts.map +1 -0
- package/dist/hooks/stop-quality-check.js +122 -0
- package/dist/hooks/stop-quality-check.js.map +1 -0
- package/dist/hooks/subagent-context-loader.d.ts +12 -0
- package/dist/hooks/subagent-context-loader.d.ts.map +1 -0
- package/dist/hooks/subagent-context-loader.js +124 -0
- package/dist/hooks/subagent-context-loader.js.map +1 -0
- package/dist/hooks/types.d.ts +89 -0
- package/dist/hooks/types.d.ts.map +1 -0
- package/dist/hooks/types.js +57 -0
- package/dist/hooks/types.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +256 -0
- package/dist/index.js.map +1 -0
- package/dist/lib/affected-modules.d.ts +104 -0
- package/dist/lib/affected-modules.d.ts.map +1 -0
- package/dist/lib/affected-modules.js +283 -0
- package/dist/lib/affected-modules.js.map +1 -0
- package/dist/lib/agent-generator.d.ts +137 -0
- package/dist/lib/agent-generator.d.ts.map +1 -0
- package/dist/lib/agent-generator.js +274 -0
- package/dist/lib/agent-generator.js.map +1 -0
- package/dist/lib/backlog/__mocks__/prompt-utils.d.ts +5 -0
- package/dist/lib/backlog/__mocks__/prompt-utils.d.ts.map +1 -0
- package/dist/lib/backlog/__mocks__/prompt-utils.js +5 -0
- package/dist/lib/backlog/__mocks__/prompt-utils.js.map +1 -0
- package/dist/lib/backlog/content-parser.d.ts +83 -0
- package/dist/lib/backlog/content-parser.d.ts.map +1 -0
- package/dist/lib/backlog/content-parser.js +284 -0
- package/dist/lib/backlog/content-parser.js.map +1 -0
- package/dist/lib/backlog/csv-extractor.d.ts +87 -0
- package/dist/lib/backlog/csv-extractor.d.ts.map +1 -0
- package/dist/lib/backlog/csv-extractor.js +338 -0
- package/dist/lib/backlog/csv-extractor.js.map +1 -0
- package/dist/lib/backlog/epic-handler.d.ts +55 -0
- package/dist/lib/backlog/epic-handler.d.ts.map +1 -0
- package/dist/lib/backlog/epic-handler.js +222 -0
- package/dist/lib/backlog/epic-handler.js.map +1 -0
- package/dist/lib/backlog/field-updater.d.ts +195 -0
- package/dist/lib/backlog/field-updater.d.ts.map +1 -0
- package/dist/lib/backlog/field-updater.js +287 -0
- package/dist/lib/backlog/field-updater.js.map +1 -0
- package/dist/lib/backlog/import-engine.d.ts +110 -0
- package/dist/lib/backlog/import-engine.d.ts.map +1 -0
- package/dist/lib/backlog/import-engine.js +241 -0
- package/dist/lib/backlog/import-engine.js.map +1 -0
- package/dist/lib/backlog/import-strategies.d.ts +110 -0
- package/dist/lib/backlog/import-strategies.d.ts.map +1 -0
- package/dist/lib/backlog/import-strategies.js +398 -0
- package/dist/lib/backlog/import-strategies.js.map +1 -0
- package/dist/lib/backlog/jira-file-generators.d.ts +154 -0
- package/dist/lib/backlog/jira-file-generators.d.ts.map +1 -0
- package/dist/lib/backlog/jira-file-generators.js +265 -0
- package/dist/lib/backlog/jira-file-generators.js.map +1 -0
- package/dist/lib/backlog/jira-import-workflows.d.ts +112 -0
- package/dist/lib/backlog/jira-import-workflows.d.ts.map +1 -0
- package/dist/lib/backlog/jira-import-workflows.js +339 -0
- package/dist/lib/backlog/jira-import-workflows.js.map +1 -0
- package/dist/lib/backlog/jira-lookup.d.ts +121 -0
- package/dist/lib/backlog/jira-lookup.d.ts.map +1 -0
- package/dist/lib/backlog/jira-lookup.js +232 -0
- package/dist/lib/backlog/jira-lookup.js.map +1 -0
- package/dist/lib/backlog/jira-prompts.d.ts +66 -0
- package/dist/lib/backlog/jira-prompts.d.ts.map +1 -0
- package/dist/lib/backlog/jira-prompts.js +232 -0
- package/dist/lib/backlog/jira-prompts.js.map +1 -0
- package/dist/lib/backlog/jira-validators.d.ts +123 -0
- package/dist/lib/backlog/jira-validators.d.ts.map +1 -0
- package/dist/lib/backlog/jira-validators.js +394 -0
- package/dist/lib/backlog/jira-validators.js.map +1 -0
- package/dist/lib/backlog/milestone-generator.d.ts +172 -0
- package/dist/lib/backlog/milestone-generator.d.ts.map +1 -0
- package/dist/lib/backlog/milestone-generator.js +378 -0
- package/dist/lib/backlog/milestone-generator.js.map +1 -0
- package/dist/lib/backlog/milestone-migrator.d.ts +174 -0
- package/dist/lib/backlog/milestone-migrator.d.ts.map +1 -0
- package/dist/lib/backlog/milestone-migrator.js +401 -0
- package/dist/lib/backlog/milestone-migrator.js.map +1 -0
- package/dist/lib/backlog/milestone-sanitizer.d.ts +72 -0
- package/dist/lib/backlog/milestone-sanitizer.d.ts.map +1 -0
- package/dist/lib/backlog/milestone-sanitizer.js +139 -0
- package/dist/lib/backlog/milestone-sanitizer.js.map +1 -0
- package/dist/lib/backlog/prompt-utils.d.ts +9 -0
- package/dist/lib/backlog/prompt-utils.d.ts.map +1 -0
- package/dist/lib/backlog/prompt-utils.js +11 -0
- package/dist/lib/backlog/prompt-utils.js.map +1 -0
- package/dist/lib/backlog/sprint-creator.d.ts +145 -0
- package/dist/lib/backlog/sprint-creator.d.ts.map +1 -0
- package/dist/lib/backlog/sprint-creator.js +295 -0
- package/dist/lib/backlog/sprint-creator.js.map +1 -0
- package/dist/lib/backlog/ticket-generator.d.ts +79 -0
- package/dist/lib/backlog/ticket-generator.d.ts.map +1 -0
- package/dist/lib/backlog/ticket-generator.js +281 -0
- package/dist/lib/backlog/ticket-generator.js.map +1 -0
- package/dist/lib/backlog/ticket-processor.d.ts +205 -0
- package/dist/lib/backlog/ticket-processor.d.ts.map +1 -0
- package/dist/lib/backlog/ticket-processor.js +422 -0
- package/dist/lib/backlog/ticket-processor.js.map +1 -0
- package/dist/lib/backlog/types.d.ts +37 -0
- package/dist/lib/backlog/types.d.ts.map +1 -0
- package/dist/lib/backlog/types.js +7 -0
- package/dist/lib/backlog/types.js.map +1 -0
- package/dist/lib/backlog/validator.d.ts +61 -0
- package/dist/lib/backlog/validator.d.ts.map +1 -0
- package/dist/lib/backlog/validator.js +285 -0
- package/dist/lib/backlog/validator.js.map +1 -0
- package/dist/lib/boundary-validator.d.ts +88 -0
- package/dist/lib/boundary-validator.d.ts.map +1 -0
- package/dist/lib/boundary-validator.js +494 -0
- package/dist/lib/boundary-validator.js.map +1 -0
- package/dist/lib/build/build-engine.d.ts +142 -0
- package/dist/lib/build/build-engine.d.ts.map +1 -0
- package/dist/lib/build/build-engine.js +487 -0
- package/dist/lib/build/build-engine.js.map +1 -0
- package/dist/lib/build/index.d.ts +7 -0
- package/dist/lib/build/index.d.ts.map +1 -0
- package/dist/lib/build/index.js +7 -0
- package/dist/lib/build/index.js.map +1 -0
- package/dist/lib/cleanup-engine.d.ts +121 -0
- package/dist/lib/cleanup-engine.d.ts.map +1 -0
- package/dist/lib/cleanup-engine.js +252 -0
- package/dist/lib/cleanup-engine.js.map +1 -0
- package/dist/lib/cli-context.d.ts +283 -0
- package/dist/lib/cli-context.d.ts.map +1 -0
- package/dist/lib/cli-context.js +403 -0
- package/dist/lib/cli-context.js.map +1 -0
- package/dist/lib/cli-version.d.ts +7 -0
- package/dist/lib/cli-version.d.ts.map +1 -0
- package/dist/lib/cli-version.js +30 -0
- package/dist/lib/cli-version.js.map +1 -0
- package/dist/lib/command-factory.d.ts +76 -0
- package/dist/lib/command-factory.d.ts.map +1 -0
- package/dist/lib/command-factory.js +166 -0
- package/dist/lib/command-factory.js.map +1 -0
- package/dist/lib/common/api-client.d.ts +92 -0
- package/dist/lib/common/api-client.d.ts.map +1 -0
- package/dist/lib/common/api-client.js +206 -0
- package/dist/lib/common/api-client.js.map +1 -0
- package/dist/lib/common/file-utils.d.ts +92 -0
- package/dist/lib/common/file-utils.d.ts.map +1 -0
- package/dist/lib/common/file-utils.js +143 -0
- package/dist/lib/common/file-utils.js.map +1 -0
- package/dist/lib/common/validation.d.ts +91 -0
- package/dist/lib/common/validation.d.ts.map +1 -0
- package/dist/lib/common/validation.js +213 -0
- package/dist/lib/common/validation.js.map +1 -0
- package/dist/lib/common/yaml-frontmatter.d.ts +76 -0
- package/dist/lib/common/yaml-frontmatter.d.ts.map +1 -0
- package/dist/lib/common/yaml-frontmatter.js +89 -0
- package/dist/lib/common/yaml-frontmatter.js.map +1 -0
- package/dist/lib/confluence/adf-converter.d.ts +30 -0
- package/dist/lib/confluence/adf-converter.d.ts.map +1 -0
- package/dist/lib/confluence/adf-converter.js +649 -0
- package/dist/lib/confluence/adf-converter.js.map +1 -0
- package/dist/lib/confluence/confluence-client.d.ts +121 -0
- package/dist/lib/confluence/confluence-client.d.ts.map +1 -0
- package/dist/lib/confluence/confluence-client.js +249 -0
- package/dist/lib/confluence/confluence-client.js.map +1 -0
- package/dist/lib/confluence/confluence-commands.d.ts +58 -0
- package/dist/lib/confluence/confluence-commands.d.ts.map +1 -0
- package/dist/lib/confluence/confluence-commands.js +231 -0
- package/dist/lib/confluence/confluence-commands.js.map +1 -0
- package/dist/lib/discovery-engine.d.ts +159 -0
- package/dist/lib/discovery-engine.d.ts.map +1 -0
- package/dist/lib/discovery-engine.js +538 -0
- package/dist/lib/discovery-engine.js.map +1 -0
- package/dist/lib/framework-validator.d.ts +81 -0
- package/dist/lib/framework-validator.d.ts.map +1 -0
- package/dist/lib/framework-validator.js +546 -0
- package/dist/lib/framework-validator.js.map +1 -0
- package/dist/lib/global-skills-manager.d.ts +90 -0
- package/dist/lib/global-skills-manager.d.ts.map +1 -0
- package/dist/lib/global-skills-manager.js +180 -0
- package/dist/lib/global-skills-manager.js.map +1 -0
- package/dist/lib/jira/acceptance-criteria.d.ts +76 -0
- package/dist/lib/jira/acceptance-criteria.d.ts.map +1 -0
- package/dist/lib/jira/acceptance-criteria.js +163 -0
- package/dist/lib/jira/acceptance-criteria.js.map +1 -0
- package/dist/lib/jira/export-engine.d.ts +132 -0
- package/dist/lib/jira/export-engine.d.ts.map +1 -0
- package/dist/lib/jira/export-engine.js +332 -0
- package/dist/lib/jira/export-engine.js.map +1 -0
- package/dist/lib/jira/field-mapper.d.ts +101 -0
- package/dist/lib/jira/field-mapper.d.ts.map +1 -0
- package/dist/lib/jira/field-mapper.js +346 -0
- package/dist/lib/jira/field-mapper.js.map +1 -0
- package/dist/lib/jira/jira-client.d.ts +117 -0
- package/dist/lib/jira/jira-client.d.ts.map +1 -0
- package/dist/lib/jira/jira-client.js +255 -0
- package/dist/lib/jira/jira-client.js.map +1 -0
- package/dist/lib/jira/sync-engine.d.ts +154 -0
- package/dist/lib/jira/sync-engine.d.ts.map +1 -0
- package/dist/lib/jira/sync-engine.js +420 -0
- package/dist/lib/jira/sync-engine.js.map +1 -0
- package/dist/lib/jira/wiki-converter.d.ts +133 -0
- package/dist/lib/jira/wiki-converter.d.ts.map +1 -0
- package/dist/lib/jira/wiki-converter.js +245 -0
- package/dist/lib/jira/wiki-converter.js.map +1 -0
- package/dist/lib/link-transformer.d.ts +176 -0
- package/dist/lib/link-transformer.d.ts.map +1 -0
- package/dist/lib/link-transformer.js +349 -0
- package/dist/lib/link-transformer.js.map +1 -0
- package/dist/lib/link-validator.d.ts +232 -0
- package/dist/lib/link-validator.d.ts.map +1 -0
- package/dist/lib/link-validator.js +504 -0
- package/dist/lib/link-validator.js.map +1 -0
- package/dist/lib/manifest-manager.d.ts +112 -0
- package/dist/lib/manifest-manager.d.ts.map +1 -0
- package/dist/lib/manifest-manager.js +153 -0
- package/dist/lib/manifest-manager.js.map +1 -0
- package/dist/lib/mcp/extractors/framework-project.d.ts +29 -0
- package/dist/lib/mcp/extractors/framework-project.d.ts.map +1 -0
- package/dist/lib/mcp/extractors/framework-project.js +402 -0
- package/dist/lib/mcp/extractors/framework-project.js.map +1 -0
- package/dist/lib/mcp/extractors/generic-project.d.ts +25 -0
- package/dist/lib/mcp/extractors/generic-project.d.ts.map +1 -0
- package/dist/lib/mcp/extractors/generic-project.js +344 -0
- package/dist/lib/mcp/extractors/generic-project.js.map +1 -0
- package/dist/lib/mcp/extractors/index.d.ts +48 -0
- package/dist/lib/mcp/extractors/index.d.ts.map +1 -0
- package/dist/lib/mcp/extractors/index.js +28 -0
- package/dist/lib/mcp/extractors/index.js.map +1 -0
- package/dist/lib/mcp/index.d.ts +11 -0
- package/dist/lib/mcp/index.d.ts.map +1 -0
- package/dist/lib/mcp/index.js +11 -0
- package/dist/lib/mcp/index.js.map +1 -0
- package/dist/lib/mcp/install-instructions.d.ts +39 -0
- package/dist/lib/mcp/install-instructions.d.ts.map +1 -0
- package/dist/lib/mcp/install-instructions.js +317 -0
- package/dist/lib/mcp/install-instructions.js.map +1 -0
- package/dist/lib/mcp/prerequisite-checker.d.ts +79 -0
- package/dist/lib/mcp/prerequisite-checker.d.ts.map +1 -0
- package/dist/lib/mcp/prerequisite-checker.js +213 -0
- package/dist/lib/mcp/prerequisite-checker.js.map +1 -0
- package/dist/lib/module-loader.d.ts +77 -0
- package/dist/lib/module-loader.d.ts.map +1 -0
- package/dist/lib/module-loader.js +135 -0
- package/dist/lib/module-loader.js.map +1 -0
- package/dist/lib/path-resolver.d.ts +160 -0
- package/dist/lib/path-resolver.d.ts.map +1 -0
- package/dist/lib/path-resolver.js +205 -0
- package/dist/lib/path-resolver.js.map +1 -0
- package/dist/lib/planning/plan-creator.d.ts +132 -0
- package/dist/lib/planning/plan-creator.d.ts.map +1 -0
- package/dist/lib/planning/plan-creator.js +361 -0
- package/dist/lib/planning/plan-creator.js.map +1 -0
- package/dist/lib/project-resolver.d.ts +124 -0
- package/dist/lib/project-resolver.d.ts.map +1 -0
- package/dist/lib/project-resolver.js +362 -0
- package/dist/lib/project-resolver.js.map +1 -0
- package/dist/lib/registry-generator.d.ts +11 -0
- package/dist/lib/registry-generator.d.ts.map +1 -0
- package/dist/lib/registry-generator.js +288 -0
- package/dist/lib/registry-generator.js.map +1 -0
- package/dist/lib/routes-validator.d.ts +50 -0
- package/dist/lib/routes-validator.d.ts.map +1 -0
- package/dist/lib/routes-validator.js +260 -0
- package/dist/lib/routes-validator.js.map +1 -0
- package/dist/lib/schemas/agent.schema.d.ts +175 -0
- package/dist/lib/schemas/agent.schema.d.ts.map +1 -0
- package/dist/lib/schemas/agent.schema.js +86 -0
- package/dist/lib/schemas/agent.schema.js.map +1 -0
- package/dist/lib/schemas/index.d.ts +13 -0
- package/dist/lib/schemas/index.d.ts.map +1 -0
- package/dist/lib/schemas/index.js +13 -0
- package/dist/lib/schemas/index.js.map +1 -0
- package/dist/lib/schemas/skill.schema.d.ts +92 -0
- package/dist/lib/schemas/skill.schema.d.ts.map +1 -0
- package/dist/lib/schemas/skill.schema.js +98 -0
- package/dist/lib/schemas/skill.schema.js.map +1 -0
- package/dist/lib/sdk/executor.d.ts +37 -0
- package/dist/lib/sdk/executor.d.ts.map +1 -0
- package/dist/lib/sdk/executor.js +137 -0
- package/dist/lib/sdk/executor.js.map +1 -0
- package/dist/lib/sdk/generator.d.ts +79 -0
- package/dist/lib/sdk/generator.d.ts.map +1 -0
- package/dist/lib/sdk/generator.js +316 -0
- package/dist/lib/sdk/generator.js.map +1 -0
- package/dist/lib/sdk/index.d.ts +12 -0
- package/dist/lib/sdk/index.d.ts.map +1 -0
- package/dist/lib/sdk/index.js +15 -0
- package/dist/lib/sdk/index.js.map +1 -0
- package/dist/lib/sdk/message-handler.d.ts +40 -0
- package/dist/lib/sdk/message-handler.d.ts.map +1 -0
- package/dist/lib/sdk/message-handler.js +215 -0
- package/dist/lib/sdk/message-handler.js.map +1 -0
- package/dist/lib/sdk/sub-agents.d.ts +51 -0
- package/dist/lib/sdk/sub-agents.d.ts.map +1 -0
- package/dist/lib/sdk/sub-agents.js +234 -0
- package/dist/lib/sdk/sub-agents.js.map +1 -0
- package/dist/lib/sdk/types.d.ts +169 -0
- package/dist/lib/sdk/types.d.ts.map +1 -0
- package/dist/lib/sdk/types.js +7 -0
- package/dist/lib/sdk/types.js.map +1 -0
- package/dist/lib/skill-cli-parser.d.ts +79 -0
- package/dist/lib/skill-cli-parser.d.ts.map +1 -0
- package/dist/lib/skill-cli-parser.js +172 -0
- package/dist/lib/skill-cli-parser.js.map +1 -0
- package/dist/lib/skill-template-engine.d.ts +116 -0
- package/dist/lib/skill-template-engine.d.ts.map +1 -0
- package/dist/lib/skill-template-engine.js +220 -0
- package/dist/lib/skill-template-engine.js.map +1 -0
- package/dist/lib/sync-engine.d.ts +344 -0
- package/dist/lib/sync-engine.d.ts.map +1 -0
- package/dist/lib/sync-engine.js +1255 -0
- package/dist/lib/sync-engine.js.map +1 -0
- package/dist/lib/telemetry/config.d.ts +22 -0
- package/dist/lib/telemetry/config.d.ts.map +1 -0
- package/dist/lib/telemetry/config.js +210 -0
- package/dist/lib/telemetry/config.js.map +1 -0
- package/dist/lib/telemetry/exporters/console-exporter.d.ts +72 -0
- package/dist/lib/telemetry/exporters/console-exporter.d.ts.map +1 -0
- package/dist/lib/telemetry/exporters/console-exporter.js +228 -0
- package/dist/lib/telemetry/exporters/console-exporter.js.map +1 -0
- package/dist/lib/telemetry/exporters/json-file-exporter.d.ts +48 -0
- package/dist/lib/telemetry/exporters/json-file-exporter.d.ts.map +1 -0
- package/dist/lib/telemetry/exporters/json-file-exporter.js +202 -0
- package/dist/lib/telemetry/exporters/json-file-exporter.js.map +1 -0
- package/dist/lib/telemetry/exporters/otel-exporter.d.ts +48 -0
- package/dist/lib/telemetry/exporters/otel-exporter.d.ts.map +1 -0
- package/dist/lib/telemetry/exporters/otel-exporter.js +299 -0
- package/dist/lib/telemetry/exporters/otel-exporter.js.map +1 -0
- package/dist/lib/telemetry/exporters/session-file-exporter.d.ts +66 -0
- package/dist/lib/telemetry/exporters/session-file-exporter.d.ts.map +1 -0
- package/dist/lib/telemetry/exporters/session-file-exporter.js +223 -0
- package/dist/lib/telemetry/exporters/session-file-exporter.js.map +1 -0
- package/dist/lib/telemetry/index.d.ts +44 -0
- package/dist/lib/telemetry/index.d.ts.map +1 -0
- package/dist/lib/telemetry/index.js +69 -0
- package/dist/lib/telemetry/index.js.map +1 -0
- package/dist/lib/telemetry/instrumentation/cli-instrumentation.d.ts +25 -0
- package/dist/lib/telemetry/instrumentation/cli-instrumentation.d.ts.map +1 -0
- package/dist/lib/telemetry/instrumentation/cli-instrumentation.js +83 -0
- package/dist/lib/telemetry/instrumentation/cli-instrumentation.js.map +1 -0
- package/dist/lib/telemetry/instrumentation/discovery-instrumentation.d.ts +21 -0
- package/dist/lib/telemetry/instrumentation/discovery-instrumentation.d.ts.map +1 -0
- package/dist/lib/telemetry/instrumentation/discovery-instrumentation.js +78 -0
- package/dist/lib/telemetry/instrumentation/discovery-instrumentation.js.map +1 -0
- package/dist/lib/telemetry/instrumentation/mcp-instrumentation.d.ts +76 -0
- package/dist/lib/telemetry/instrumentation/mcp-instrumentation.d.ts.map +1 -0
- package/dist/lib/telemetry/instrumentation/mcp-instrumentation.js +168 -0
- package/dist/lib/telemetry/instrumentation/mcp-instrumentation.js.map +1 -0
- package/dist/lib/telemetry/instrumentation/sync-instrumentation.d.ts +25 -0
- package/dist/lib/telemetry/instrumentation/sync-instrumentation.d.ts.map +1 -0
- package/dist/lib/telemetry/instrumentation/sync-instrumentation.js +51 -0
- package/dist/lib/telemetry/instrumentation/sync-instrumentation.js.map +1 -0
- package/dist/lib/telemetry/session-context.d.ts +109 -0
- package/dist/lib/telemetry/session-context.d.ts.map +1 -0
- package/dist/lib/telemetry/session-context.js +170 -0
- package/dist/lib/telemetry/session-context.js.map +1 -0
- package/dist/lib/telemetry/telemetry-manager.d.ts +88 -0
- package/dist/lib/telemetry/telemetry-manager.d.ts.map +1 -0
- package/dist/lib/telemetry/telemetry-manager.js +347 -0
- package/dist/lib/telemetry/telemetry-manager.js.map +1 -0
- package/dist/lib/telemetry/types.d.ts +302 -0
- package/dist/lib/telemetry/types.d.ts.map +1 -0
- package/dist/lib/telemetry/types.js +6 -0
- package/dist/lib/telemetry/types.js.map +1 -0
- package/dist/lib/template-engine.d.ts +5 -0
- package/dist/lib/template-engine.d.ts.map +1 -0
- package/dist/lib/template-engine.js +294 -0
- package/dist/lib/template-engine.js.map +1 -0
- package/dist/lib/unified-template-engine/computed-variables.d.ts +38 -0
- package/dist/lib/unified-template-engine/computed-variables.d.ts.map +1 -0
- package/dist/lib/unified-template-engine/computed-variables.js +85 -0
- package/dist/lib/unified-template-engine/computed-variables.js.map +1 -0
- package/dist/lib/unified-template-engine/index.d.ts +67 -0
- package/dist/lib/unified-template-engine/index.d.ts.map +1 -0
- package/dist/lib/unified-template-engine/index.js +200 -0
- package/dist/lib/unified-template-engine/index.js.map +1 -0
- package/dist/lib/unified-template-engine/resolver.d.ts +63 -0
- package/dist/lib/unified-template-engine/resolver.d.ts.map +1 -0
- package/dist/lib/unified-template-engine/resolver.js +312 -0
- package/dist/lib/unified-template-engine/resolver.js.map +1 -0
- package/dist/lib/unified-template-engine/types.d.ts +177 -0
- package/dist/lib/unified-template-engine/types.d.ts.map +1 -0
- package/dist/lib/unified-template-engine/types.js +7 -0
- package/dist/lib/unified-template-engine/types.js.map +1 -0
- package/dist/lib/unified-template-engine/validator.d.ts +23 -0
- package/dist/lib/unified-template-engine/validator.d.ts.map +1 -0
- package/dist/lib/unified-template-engine/validator.js +217 -0
- package/dist/lib/unified-template-engine/validator.js.map +1 -0
- package/dist/lib/validation/rules/plan-rules.d.ts +48 -0
- package/dist/lib/validation/rules/plan-rules.d.ts.map +1 -0
- package/dist/lib/validation/rules/plan-rules.js +152 -0
- package/dist/lib/validation/rules/plan-rules.js.map +1 -0
- package/dist/lib/validation/rules/ticket-rules.d.ts +54 -0
- package/dist/lib/validation/rules/ticket-rules.d.ts.map +1 -0
- package/dist/lib/validation/rules/ticket-rules.js +136 -0
- package/dist/lib/validation/rules/ticket-rules.js.map +1 -0
- package/dist/lib/validation/schema-validator.d.ts +26 -0
- package/dist/lib/validation/schema-validator.d.ts.map +1 -0
- package/dist/lib/validation/schema-validator.js +183 -0
- package/dist/lib/validation/schema-validator.js.map +1 -0
- package/dist/lib/validation/validation-report.d.ts +68 -0
- package/dist/lib/validation/validation-report.d.ts.map +1 -0
- package/dist/lib/validation/validation-report.js +141 -0
- package/dist/lib/validation/validation-report.js.map +1 -0
- package/dist/lib/version-validator.d.ts +89 -0
- package/dist/lib/version-validator.d.ts.map +1 -0
- package/dist/lib/version-validator.js +178 -0
- package/dist/lib/version-validator.js.map +1 -0
- package/dist/lib/wizard/detection.d.ts +48 -0
- package/dist/lib/wizard/detection.d.ts.map +1 -0
- package/dist/lib/wizard/detection.js +116 -0
- package/dist/lib/wizard/detection.js.map +1 -0
- package/dist/lib/wizard/file-handlers.d.ts +40 -0
- package/dist/lib/wizard/file-handlers.d.ts.map +1 -0
- package/dist/lib/wizard/file-handlers.js +204 -0
- package/dist/lib/wizard/file-handlers.js.map +1 -0
- package/dist/lib/wizard/index.d.ts +9 -0
- package/dist/lib/wizard/index.d.ts.map +1 -0
- package/dist/lib/wizard/index.js +9 -0
- package/dist/lib/wizard/index.js.map +1 -0
- package/dist/lib/wizard/init-wizard.d.ts +35 -0
- package/dist/lib/wizard/init-wizard.d.ts.map +1 -0
- package/dist/lib/wizard/init-wizard.js +86 -0
- package/dist/lib/wizard/init-wizard.js.map +1 -0
- package/dist/lib/wizard/module-groups.d.ts +55 -0
- package/dist/lib/wizard/module-groups.d.ts.map +1 -0
- package/dist/lib/wizard/module-groups.js +128 -0
- package/dist/lib/wizard/module-groups.js.map +1 -0
- package/dist/lib/wizard/prompts.d.ts +36 -0
- package/dist/lib/wizard/prompts.d.ts.map +1 -0
- package/dist/lib/wizard/prompts.js +253 -0
- package/dist/lib/wizard/prompts.js.map +1 -0
- package/dist/lib/wizard/summary.d.ts +45 -0
- package/dist/lib/wizard/summary.d.ts.map +1 -0
- package/dist/lib/wizard/summary.js +162 -0
- package/dist/lib/wizard/summary.js.map +1 -0
- package/dist/mcp/index.d.ts +15 -0
- package/dist/mcp/index.d.ts.map +1 -0
- package/dist/mcp/index.js +75 -0
- package/dist/mcp/index.js.map +1 -0
- package/dist/mcp/result-formatter.d.ts +68 -0
- package/dist/mcp/result-formatter.d.ts.map +1 -0
- package/dist/mcp/result-formatter.js +191 -0
- package/dist/mcp/result-formatter.js.map +1 -0
- package/dist/mcp/tool-registry.d.ts +70 -0
- package/dist/mcp/tool-registry.d.ts.map +1 -0
- package/dist/mcp/tool-registry.js +183 -0
- package/dist/mcp/tool-registry.js.map +1 -0
- package/dist/mcp/tools/agent.d.ts +22 -0
- package/dist/mcp/tools/agent.d.ts.map +1 -0
- package/dist/mcp/tools/agent.js +267 -0
- package/dist/mcp/tools/agent.js.map +1 -0
- package/dist/mcp/tools/backlog.d.ts +15 -0
- package/dist/mcp/tools/backlog.d.ts.map +1 -0
- package/dist/mcp/tools/backlog.js +355 -0
- package/dist/mcp/tools/backlog.js.map +1 -0
- package/dist/mcp/tools/confluence.d.ts +32 -0
- package/dist/mcp/tools/confluence.d.ts.map +1 -0
- package/dist/mcp/tools/confluence.js +367 -0
- package/dist/mcp/tools/confluence.js.map +1 -0
- package/dist/mcp/tools/create.d.ts +22 -0
- package/dist/mcp/tools/create.d.ts.map +1 -0
- package/dist/mcp/tools/create.js +311 -0
- package/dist/mcp/tools/create.js.map +1 -0
- package/dist/mcp/tools/framework.d.ts +24 -0
- package/dist/mcp/tools/framework.d.ts.map +1 -0
- package/dist/mcp/tools/framework.js +430 -0
- package/dist/mcp/tools/framework.js.map +1 -0
- package/dist/mcp/tools/index.d.ts +32 -0
- package/dist/mcp/tools/index.d.ts.map +1 -0
- package/dist/mcp/tools/index.js +58 -0
- package/dist/mcp/tools/index.js.map +1 -0
- package/dist/mcp/tools/jira.d.ts +12 -0
- package/dist/mcp/tools/jira.d.ts.map +1 -0
- package/dist/mcp/tools/jira.js +206 -0
- package/dist/mcp/tools/jira.js.map +1 -0
- package/dist/mcp/tools/planning.d.ts +22 -0
- package/dist/mcp/tools/planning.d.ts.map +1 -0
- package/dist/mcp/tools/planning.js +264 -0
- package/dist/mcp/tools/planning.js.map +1 -0
- package/dist/mcp/tools/skill.d.ts +42 -0
- package/dist/mcp/tools/skill.d.ts.map +1 -0
- package/dist/mcp/tools/skill.js +561 -0
- package/dist/mcp/tools/skill.js.map +1 -0
- package/dist/mcp/tools/template.d.ts +36 -0
- package/dist/mcp/tools/template.d.ts.map +1 -0
- package/dist/mcp/tools/template.js +354 -0
- package/dist/mcp/tools/template.js.map +1 -0
- package/dist/mcp/tools/writer.d.ts +23 -0
- package/dist/mcp/tools/writer.d.ts.map +1 -0
- package/dist/mcp/tools/writer.js +394 -0
- package/dist/mcp/tools/writer.js.map +1 -0
- package/dist/mcp/types.d.ts +102 -0
- package/dist/mcp/types.d.ts.map +1 -0
- package/dist/mcp/types.js +37 -0
- package/dist/mcp/types.js.map +1 -0
- package/dist/templates/index.d.ts +11 -0
- package/dist/templates/index.d.ts.map +1 -0
- package/dist/templates/index.js +11 -0
- package/dist/templates/index.js.map +1 -0
- package/dist/templates/mcp-hooks.d.ts +37 -0
- package/dist/templates/mcp-hooks.d.ts.map +1 -0
- package/dist/templates/mcp-hooks.js +224 -0
- package/dist/templates/mcp-hooks.js.map +1 -0
- package/dist/templates/serena-project.d.ts +14 -0
- package/dist/templates/serena-project.d.ts.map +1 -0
- package/dist/templates/serena-project.js +105 -0
- package/dist/templates/serena-project.js.map +1 -0
- package/dist/templates/settings-json.d.ts +28 -0
- package/dist/templates/settings-json.d.ts.map +1 -0
- package/dist/templates/settings-json.js +190 -0
- package/dist/templates/settings-json.js.map +1 -0
- package/dist/templates/settings-local.d.ts +69 -0
- package/dist/templates/settings-local.d.ts.map +1 -0
- package/dist/templates/settings-local.js +56 -0
- package/dist/templates/settings-local.js.map +1 -0
- package/dist/templates/statusline.d.ts +7 -0
- package/dist/templates/statusline.d.ts.map +1 -0
- package/dist/templates/statusline.js +260 -0
- package/dist/templates/statusline.js.map +1 -0
- package/dist/types/command-options.d.ts +392 -0
- package/dist/types/command-options.d.ts.map +1 -0
- package/dist/types/command-options.js +15 -0
- package/dist/types/command-options.js.map +1 -0
- package/framework/modules/backlog/agents/ai-backlog-manager.md +430 -0
- package/framework/modules/backlog/commands/cmd-backlog-create-ticket.md +42 -0
- package/framework/modules/backlog/commands/cmd-backlog-import.md +42 -0
- package/framework/modules/backlog/commands/cmd-backlog-migrate-milestones.md +42 -0
- package/framework/modules/backlog/commands/cmd-backlog-update-fields.md +42 -0
- package/framework/modules/backlog/commands/cmd-backlog-validate.md +42 -0
- package/framework/modules/backlog/module.json +82 -0
- package/framework/modules/backlog/schemas/ticket.schema.json +143 -0
- package/framework/modules/backlog/skills/backlog/building-tickets/BODY-STRUCTURE.md +470 -0
- package/framework/modules/backlog/skills/backlog/building-tickets/EXAMPLES.md +561 -0
- package/framework/modules/backlog/skills/backlog/building-tickets/SKILL.md +293 -0
- package/framework/modules/backlog/skills/backlog/building-tickets/VALIDATION-RULES.md +748 -0
- package/framework/modules/backlog/skills/backlog/building-tickets/YAML-STRUCTURE.md +439 -0
- package/framework/modules/backlog/skills/backlog/building-tickets/templates/bug.template.md +83 -0
- package/framework/modules/backlog/skills/backlog/building-tickets/templates/epic.template.md +96 -0
- package/framework/modules/backlog/skills/backlog/building-tickets/templates/story.template.md +68 -0
- package/framework/modules/backlog/skills/backlog/building-tickets/templates/task.template.md +66 -0
- package/framework/modules/backlog/skills/backlog/building-tickets/templates/template.config.json +50 -0
- package/framework/modules/backlog/skills/backlog/organizing-backlog/DIRECTORY-STRUCTURE.md +195 -0
- package/framework/modules/backlog/skills/backlog/organizing-backlog/EXAMPLES.md +374 -0
- package/framework/modules/backlog/skills/backlog/organizing-backlog/JIRA-SOURCE-OF-TRUTH.md +384 -0
- package/framework/modules/backlog/skills/backlog/organizing-backlog/NAMING-CONVENTIONS.md +230 -0
- package/framework/modules/backlog/skills/backlog/organizing-backlog/SKILL.md +332 -0
- package/framework/modules/backlog/skills/backlog/organizing-backlog/WORKFLOW-PIPELINE.md +298 -0
- package/framework/modules/backlog/templates/ticket.md.template +111 -0
- package/framework/modules/coding/agents/ai-app-developer.md +275 -0
- package/framework/modules/coding/agents/ai-architect.md +454 -0
- package/framework/modules/coding/agents/ai-hig-reviewer.md +69 -0
- package/framework/modules/coding/agents/ai-ios-developer.md +303 -0
- package/framework/modules/coding/module.json +56 -0
- package/framework/modules/coding/skills/coding/designing-architecture/SKILL.md +475 -0
- package/framework/modules/coding/skills/coding/designing-ios-ui/SKILL.md +405 -0
- package/framework/modules/coding/skills/coding/implementing-code/EXAMPLES.md +565 -0
- package/framework/modules/coding/skills/coding/implementing-code/SKILL.md +490 -0
- package/framework/modules/coding/skills/coding/implementing-ios/ANTI-PATTERNS.md +564 -0
- package/framework/modules/coding/skills/coding/implementing-ios/ARCHITECTURE-PATTERNS.md +539 -0
- package/framework/modules/coding/skills/coding/implementing-ios/HIG-COMPLIANCE.md +492 -0
- package/framework/modules/coding/skills/coding/implementing-ios/SKILL.md +506 -0
- package/framework/modules/coding/skills/coding/implementing-ios/SWIFTUI-PATTERNS.md +625 -0
- package/framework/modules/coding/skills/coding/implementing-ios/TESTING-PATTERNS.md +625 -0
- package/framework/modules/coding/skills/coding/implementing-ios/UIKIT-PATTERNS.md +470 -0
- package/framework/modules/coding/skills/coding/structuring-code/CHECKLISTS.md +151 -0
- package/framework/modules/coding/skills/coding/structuring-code/DRY-PRINCIPLES.md +285 -0
- package/framework/modules/coding/skills/coding/structuring-code/FILE-ORGANIZATION.md +278 -0
- package/framework/modules/coding/skills/coding/structuring-code/READABILITY.md +291 -0
- package/framework/modules/coding/skills/coding/structuring-code/SKILL.md +289 -0
- package/framework/modules/confluence/agents/ai-confluence-manager.md +369 -0
- package/framework/modules/confluence/commands/cmd-confluence-create-page.md +42 -0
- package/framework/modules/confluence/commands/cmd-confluence-fetch-page.md +42 -0
- package/framework/modules/confluence/commands/cmd-confluence-import-reports.md +42 -0
- package/framework/modules/confluence/commands/cmd-confluence-validate.md +42 -0
- package/framework/modules/confluence/module.json +69 -0
- package/framework/modules/confluence/schemas/adf.schema.json +128 -0
- package/framework/modules/confluence/skills/confluence/converting-adf/SKILL.md +455 -0
- package/framework/modules/confluence/skills/confluence/publishing-confluence/ADF-EXAMPLES.md +433 -0
- package/framework/modules/confluence/skills/confluence/publishing-confluence/EXAMPLES.md +513 -0
- package/framework/modules/confluence/skills/confluence/publishing-confluence/SKILL.md +651 -0
- package/framework/modules/core/agents/ai-framework-developer.md +184 -0
- package/framework/modules/core/agents/ai-framework-manager.md +222 -0
- package/framework/modules/core/agents/ai-scout-backlog.md +65 -0
- package/framework/modules/core/agents/ai-scout-codebase.md +66 -0
- package/framework/modules/core/agents/ai-scout-knowledge.md +63 -0
- package/framework/modules/core/commands/cmd-agent-list.md +37 -0
- package/framework/modules/core/commands/cmd-agent-run.md +37 -0
- package/framework/modules/core/commands/cmd-agent-show.md +37 -0
- package/framework/modules/core/commands/cmd-bump-version.md +42 -0
- package/framework/modules/core/commands/cmd-mcp-check.md +59 -0
- package/framework/modules/core/commands/cmd-mcp-seed.md +69 -0
- package/framework/modules/core/commands/cmd-mcp-setup.md +61 -0
- package/framework/modules/core/commands/cmd-mcp-status.md +70 -0
- package/framework/modules/core/commands/cmd-validate-links.md +42 -0
- package/framework/modules/core/commands/cmd-validate-versions.md +42 -0
- package/framework/modules/core/hooks/_lib/notify-helper.sh +27 -0
- package/framework/modules/core/hooks/block-main-commit.sh +35 -0
- package/framework/modules/core/hooks/notify.sh +43 -0
- package/framework/modules/core/hooks/post-write-format.sh +52 -0
- package/framework/modules/core/hooks/post-write-validate.sh +24 -0
- package/framework/modules/core/hooks/pre-bash-safety.sh +44 -0
- package/framework/modules/core/hooks/pre-commit-skill-reminder.sh +24 -0
- package/framework/modules/core/hooks/pre-write-quality.sh +24 -0
- package/framework/modules/core/hooks/session-compact-context.sh +37 -0
- package/framework/modules/core/hooks/session-end-reminder.sh +36 -0
- package/framework/modules/core/hooks/session-start-context.sh +33 -0
- package/framework/modules/core/hooks/session-start-worktree.sh +30 -0
- package/framework/modules/core/hooks/skill-reminder.sh +24 -0
- package/framework/modules/core/hooks/stop-commit-check.sh +24 -0
- package/framework/modules/core/hooks/stop-pr-suggest.sh +42 -0
- package/framework/modules/core/hooks/stop-quality-check.sh +24 -0
- package/framework/modules/core/hooks/subagent-context-loader.sh +24 -0
- package/framework/modules/core/module.json +205 -0
- package/framework/modules/core/registries/schemas/agents.schema.json +209 -0
- package/framework/modules/core/registries/schemas/command.schema.json +98 -0
- package/framework/modules/core/registries/schemas/custom-agent.schema.json +108 -0
- package/framework/modules/core/registries/schemas/module.schema.json +233 -0
- package/framework/modules/core/registries/schemas/template.schema.json +164 -0
- package/framework/modules/core/registries/skill-triggers.json +196 -0
- package/framework/modules/core/skills/building-agents/AGENT-TEMPLATE.md +289 -0
- package/framework/modules/core/skills/building-agents/CONTENT-ROUTING.md +302 -0
- package/framework/modules/core/skills/building-agents/EXAMPLES.md +448 -0
- package/framework/modules/core/skills/building-agents/SKILL.md +289 -0
- package/framework/modules/core/skills/building-agents/VALIDATION-CHECKLIST.md +304 -0
- package/framework/modules/core/skills/building-context/CONTENT-GUIDELINES.md +471 -0
- package/framework/modules/core/skills/building-context/EXAMPLES.md +1606 -0
- package/framework/modules/core/skills/building-context/LEVEL-DECISION-TREE.md +262 -0
- package/framework/modules/core/skills/building-context/SKILL.md +479 -0
- package/framework/modules/core/skills/building-context/VALIDATION-CHECKLIST.md +358 -0
- package/framework/modules/core/skills/building-framework/AGENT-CREATION-WORKFLOW.md +268 -0
- package/framework/modules/core/skills/building-framework/DECISION-TREES.md +183 -0
- package/framework/modules/core/skills/building-framework/EXAMPLES.md +387 -0
- package/framework/modules/core/skills/building-framework/GOVERNANCE-RULES.md +446 -0
- package/framework/modules/core/skills/building-framework/GOVERNANCE-UPDATE-WORKFLOW.md +172 -0
- package/framework/modules/core/skills/building-framework/REGISTRY-GUIDE.md +551 -0
- package/framework/modules/core/skills/building-framework/SCOPE-DECISION-TREE.md +284 -0
- package/framework/modules/core/skills/building-framework/SKILL.md +210 -0
- package/framework/modules/core/skills/building-skills/ANTI-PATTERNS-CONTENT.md +219 -0
- package/framework/modules/core/skills/building-skills/ANTI-PATTERNS-MCP.md +119 -0
- package/framework/modules/core/skills/building-skills/ANTI-PATTERNS-NAMING.md +129 -0
- package/framework/modules/core/skills/building-skills/ANTI-PATTERNS-STRUCTURE.md +139 -0
- package/framework/modules/core/skills/building-skills/EXAMPLES.md +330 -0
- package/framework/modules/core/skills/building-skills/PATTERNS.md +523 -0
- package/framework/modules/core/skills/building-skills/SKILL-CREATION-WORKFLOW-FRAMEWORK.md +253 -0
- package/framework/modules/core/skills/building-skills/SKILL.md +543 -0
- package/framework/modules/core/skills/committing-code/EXAMPLES.md +567 -0
- package/framework/modules/core/skills/committing-code/SKILL.md +285 -0
- package/framework/modules/core/skills/committing-code/STANDARDS-BRANCHES.md +95 -0
- package/framework/modules/core/skills/committing-code/STANDARDS-COMMITS.md +140 -0
- package/framework/modules/core/skills/committing-code/STANDARDS-FRAMEWORK.md +234 -0
- package/framework/modules/core/skills/committing-code/STANDARDS-TICKETS.md +102 -0
- package/framework/modules/core/skills/gathering-intelligence/SKILL.md +136 -0
- package/framework/modules/core/skills/managing-versions/EXAMPLES.md +277 -0
- package/framework/modules/core/skills/managing-versions/SCRIPTS-REFERENCE.md +295 -0
- package/framework/modules/core/skills/managing-versions/SKILL.md +260 -0
- package/framework/modules/core/skills/managing-versions/STANDARDS.md +231 -0
- package/framework/modules/core/skills/using-context/EXAMPLES.md +257 -0
- package/framework/modules/core/skills/using-context/SKILL.md +238 -0
- package/framework/modules/core/skills/using-context/STANDARDS.md +241 -0
- package/framework/modules/core/skills/using-framework/BEST-PRACTICES.md +421 -0
- package/framework/modules/core/skills/using-framework/DISCOVERY-ENGINE-ARCHITECTURE.md +331 -0
- package/framework/modules/core/skills/using-framework/EXAMPLES.md +535 -0
- package/framework/modules/core/skills/using-framework/ROUTES-REGISTRY-DESIGN.md +455 -0
- package/framework/modules/core/skills/using-framework/SKILL.md +176 -0
- package/framework/modules/core/skills/using-mcp/ANTI-PATTERNS.md +566 -0
- package/framework/modules/core/skills/using-mcp/DECISION-MATRICES.md +385 -0
- package/framework/modules/core/skills/using-mcp/EXAMPLES.md +466 -0
- package/framework/modules/core/skills/using-mcp/FRAMEWORK-MCP-PATTERNS.md +395 -0
- package/framework/modules/core/skills/using-mcp/QUICK-REFERENCE.md +98 -0
- package/framework/modules/core/skills/using-mcp/SKILL.md +624 -0
- package/framework/modules/core/skills/using-mcp/TOOLS-REFERENCE.md +532 -0
- package/framework/modules/core/skills/validating-links/EXAMPLES.md +326 -0
- package/framework/modules/core/skills/validating-links/SKILL.md +307 -0
- package/framework/modules/core/skills/validating-links/STANDARDS.md +353 -0
- package/framework/modules/core/skills/validating-markdown/EXAMPLES.md +516 -0
- package/framework/modules/core/skills/validating-markdown/SKILL.md +503 -0
- package/framework/modules/core/skills/validating-markdown/VALIDATION-RULES.md +360 -0
- package/framework/modules/core/skills/validating-markdown/YAML-SCHEMA.md +424 -0
- package/framework/modules/core/skills/verifying-quality/ANTI-PATTERNS.md +302 -0
- package/framework/modules/core/skills/verifying-quality/CLI-TESTING.md +389 -0
- package/framework/modules/core/skills/verifying-quality/DEFENSIVE-CODING.md +433 -0
- package/framework/modules/core/skills/verifying-quality/EVALUATION-PROTOCOL.md +106 -0
- package/framework/modules/core/skills/verifying-quality/EXAMPLES.md +588 -0
- package/framework/modules/core/skills/verifying-quality/QUALITY-CHECKLIST.md +181 -0
- package/framework/modules/core/skills/verifying-quality/SKILL.md +275 -0
- package/framework/modules/core/templates/agent/agent.template.md +97 -0
- package/framework/modules/core/templates/agent/template.config.json +47 -0
- package/framework/modules/core/templates/config/agentic-framework.json.template +17 -0
- package/framework/modules/core/templates/config/hooks/pre-commit-sync.sh.template +190 -0
- package/framework/modules/core/templates/config/hooks/pre-push.sh.template +330 -0
- package/framework/modules/core/templates/config/settings.local.json.template +39 -0
- package/framework/modules/core/templates/config/statusline.sh.template +253 -0
- package/framework/modules/core/templates/context/business-advanced.template.md +71 -0
- package/framework/modules/core/templates/context/business-basic.template.md +39 -0
- package/framework/modules/core/templates/context/business-expert.template.md +95 -0
- package/framework/modules/core/templates/context/process-advanced.template.md +141 -0
- package/framework/modules/core/templates/context/process-basic.template.md +87 -0
- package/framework/modules/core/templates/context/process-expert.template.md +213 -0
- package/framework/modules/core/templates/context/technical-advanced.template.md +111 -0
- package/framework/modules/core/templates/context/technical-basic.template.md +66 -0
- package/framework/modules/core/templates/context/technical-expert.template.md +157 -0
- package/framework/modules/core/templates/module/module.json.template +20 -0
- package/framework/modules/core/templates/module/template.config.json +41 -0
- package/framework/modules/core/templates/skill/SKILL.md.template +96 -0
- package/framework/modules/core/templates/skill/template.config.json +39 -0
- package/framework/modules/jira/agents/ai-jira-manager.md +320 -0
- package/framework/modules/jira/commands/cmd-jira-export.md +42 -0
- package/framework/modules/jira/commands/cmd-jira-sync.md +42 -0
- package/framework/modules/jira/module.json +55 -0
- package/framework/modules/jira/schemas/jira-sync.config.json +75 -0
- package/framework/modules/jira/skills/jira/integrating-jira/CONFLUENCE-PATTERNS.md +284 -0
- package/framework/modules/jira/skills/jira/integrating-jira/CONVERSION-RULES.md +188 -0
- package/framework/modules/jira/skills/jira/integrating-jira/EXAMPLES.md +406 -0
- package/framework/modules/jira/skills/jira/integrating-jira/JIRA-PATTERNS.md +284 -0
- package/framework/modules/jira/skills/jira/integrating-jira/SKILL.md +412 -0
- package/framework/modules/reporting/agents/ai-report-manager.md +410 -0
- package/framework/modules/reporting/module.json +35 -0
- package/framework/modules/reporting/skills/reporting/building-reports/EXAMPLES.md +613 -0
- package/framework/modules/reporting/skills/reporting/building-reports/SKILL.md +509 -0
- package/framework/modules/writer/BUILD_SYSTEM.md +325 -0
- package/framework/modules/writer/MIGRATION.md +326 -0
- package/framework/modules/writer/agents/ai-book-writer.md +196 -0
- package/framework/modules/writer/agents/ai-prose-writer.md +58 -0
- package/framework/modules/writer/agents/ai-world-builder.md +46 -0
- package/framework/modules/writer/commands/cmd-writer-add-fact.md +42 -0
- package/framework/modules/writer/commands/cmd-writer-analyze.md +42 -0
- package/framework/modules/writer/commands/cmd-writer-build.md +42 -0
- package/framework/modules/writer/commands/cmd-writer-create-chapter.md +42 -0
- package/framework/modules/writer/commands/cmd-writer-create-character.md +42 -0
- package/framework/modules/writer/commands/cmd-writer-create-history-event.md +42 -0
- package/framework/modules/writer/commands/cmd-writer-create-magic-system.md +42 -0
- package/framework/modules/writer/commands/cmd-writer-create-nation.md +42 -0
- package/framework/modules/writer/commands/cmd-writer-create-part.md +42 -0
- package/framework/modules/writer/commands/cmd-writer-create-region.md +42 -0
- package/framework/modules/writer/commands/cmd-writer-create-scene.md +42 -0
- package/framework/modules/writer/commands/cmd-writer-create-world-rule.md +42 -0
- package/framework/modules/writer/commands/cmd-writer-export.md +42 -0
- package/framework/modules/writer/commands/cmd-writer-generate-context.md +42 -0
- package/framework/modules/writer/commands/cmd-writer-init-baseline.md +42 -0
- package/framework/modules/writer/commands/cmd-writer-init.md +42 -0
- package/framework/modules/writer/commands/cmd-writer-lock-fact.md +42 -0
- package/framework/modules/writer/commands/cmd-writer-validate-immutability.md +42 -0
- package/framework/modules/writer/commands/cmd-writer-validate.md +42 -0
- package/framework/modules/writer/module.json +181 -0
- package/framework/modules/writer/schemas/baseline.schema.json +60 -0
- package/framework/modules/writer/schemas/manifest.schema.json +155 -0
- package/framework/modules/writer/schemas/prerequisites.schema.json +171 -0
- package/framework/modules/writer/schemas/token-budgets.json +129 -0
- package/framework/modules/writer/schemas/token-budgets.schema.json +92 -0
- package/framework/modules/writer/schemas/world-fact.schema.json +172 -0
- package/framework/modules/writer/schemas/world-lock.schema.json +244 -0
- package/framework/modules/writer/skills/writer/building-worlds/CONSISTENCY-PILLARS.md +412 -0
- package/framework/modules/writer/skills/writer/building-worlds/CULTURE-BUILDING.md +354 -0
- package/framework/modules/writer/skills/writer/building-worlds/GEOGRAPHY-HISTORY.md +293 -0
- package/framework/modules/writer/skills/writer/building-worlds/MAGIC-SYSTEMS.md +311 -0
- package/framework/modules/writer/skills/writer/building-worlds/REVELATION-CHECKLIST.md +282 -0
- package/framework/modules/writer/skills/writer/building-worlds/SKILL.md +313 -0
- package/framework/modules/writer/skills/writer/organizing-books/DOMAINS.md +212 -0
- package/framework/modules/writer/skills/writer/organizing-books/FOLDER-STRUCTURE.md +593 -0
- package/framework/modules/writer/skills/writer/organizing-books/IMMUTABILITY-GUIDE.md +350 -0
- package/framework/modules/writer/skills/writer/organizing-books/METADATA-GUIDE.md +780 -0
- package/framework/modules/writer/skills/writer/organizing-books/SKILL.md +257 -0
- package/framework/modules/writer/skills/writer/organizing-books/SSOT-RULES.md +214 -0
- package/framework/modules/writer/skills/writer/organizing-books/WORLD-STRUCTURE.md +222 -0
- package/framework/modules/writer/skills/writer/organizing-books/templates/chapter.template.md +57 -0
- package/framework/modules/writer/skills/writer/organizing-books/templates/character.template.md +121 -0
- package/framework/modules/writer/skills/writer/organizing-books/templates/part.template.md +67 -0
- package/framework/modules/writer/skills/writer/organizing-books/templates/scene.template.md +62 -0
- package/framework/modules/writer/skills/writer/organizing-books/templates/template.config.json +114 -0
- package/framework/modules/writer/skills/writer/writing-prose/CHARACTER-VOICE.md +654 -0
- package/framework/modules/writer/skills/writer/writing-prose/DESCRIPTION-TECHNIQUES.md +688 -0
- package/framework/modules/writer/skills/writer/writing-prose/DIALOGUE-GUIDE.md +663 -0
- package/framework/modules/writer/skills/writer/writing-prose/PACING-STRUCTURE.md +613 -0
- package/framework/modules/writer/skills/writer/writing-prose/PROSE-PATTERNS.md +569 -0
- package/framework/modules/writer/skills/writer/writing-prose/SKILL.md +583 -0
- package/framework/modules/writer/skills/writer/writing-prose/WORLD-BUILDING-RULES.md +692 -0
- package/framework/modules/writer/skills/writer/writing-prose/examples/blended-accessible.md +651 -0
- package/framework/modules/writer/skills/writer/writing-prose/examples/tolkien-style.md +534 -0
- package/framework/modules/writer/skills/writer/writing-prose/examples/zelazny-style.md +415 -0
- package/framework/modules/writer/src/package.json +3 -0
- package/framework/modules/writer/templates/package.json +28 -0
- package/framework/modules/writer/templates/world/baseline.template.md +183 -0
- package/framework/modules/writer/templates/world/history-event.template.md +89 -0
- package/framework/modules/writer/templates/world/magic-system.template.md +138 -0
- package/framework/modules/writer/templates/world/manifest.template.json +9 -0
- package/framework/modules/writer/templates/world/nation.template.md +123 -0
- package/framework/modules/writer/templates/world/region.template.md +65 -0
- package/framework/modules/writer/templates/world/world-rule.template.md +50 -0
- package/package.json +110 -0
|
@@ -0,0 +1,583 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: writing-prose
|
|
3
|
+
module: writer
|
|
4
|
+
name: managing-fantasy-prose-style
|
|
5
|
+
description: Define and enforce fantasy writing style blending Tolkien's rich world-building with Zelazny's tight pacing, using third-person omniscient narration and accessible English
|
|
6
|
+
scope: project-specific
|
|
7
|
+
applicable-projects: asterra
|
|
8
|
+
capabilities-provided:
|
|
9
|
+
- style-enforcement
|
|
10
|
+
- prose-generation
|
|
11
|
+
- world-building
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
# Managing Fantasy Prose Style
|
|
15
|
+
|
|
16
|
+
A writing style framework blending J.R.R. Tolkien's layered world-building (70%) with Roger Zelazny's tight pacing (30%), using **third-person omniscient** narration for accessible modern readers (Grade 10-12 reading level).
|
|
17
|
+
|
|
18
|
+
## Project-Specific Settings
|
|
19
|
+
|
|
20
|
+
| Setting | Value |
|
|
21
|
+
|---------|-------|
|
|
22
|
+
| **POV Style** | Third-person omniscient |
|
|
23
|
+
| **Primary POV** | Aisha (90% of narrative) |
|
|
24
|
+
| **Supporting POVs** | Maxen, villains, others as needed |
|
|
25
|
+
| **Style Balance** | 70% Tolkien / 30% Zelazny |
|
|
26
|
+
| **Chapter Length** | 3,000-5,000 words |
|
|
27
|
+
| **Violence Level** | YA-appropriate with minor blood/injuries |
|
|
28
|
+
| **Romance** | None in Book 1 |
|
|
29
|
+
| **Exposition** | Moderate (accessible, not cryptic) |
|
|
30
|
+
| **Thought Depth** | Balanced (character interiority + narrator observation) |
|
|
31
|
+
| **Prologue** | Iron Peace signing (Apex Order official POV) |
|
|
32
|
+
| **Time Span** | 4 years (age 13→17) |
|
|
33
|
+
| **Time Skip Approach** | Episodic chapters (weeks/months between) |
|
|
34
|
+
| **Power Unlock** | Emotional trauma catalyzes abilities |
|
|
35
|
+
|
|
36
|
+
## When to Use This Skill
|
|
37
|
+
|
|
38
|
+
Use this skill when:
|
|
39
|
+
|
|
40
|
+
- **Generating prose** for fantasy fiction that balances action and atmosphere
|
|
41
|
+
- **Enforcing voice consistency** across chapters or between writing sessions
|
|
42
|
+
- **Reviewing narrative sections** to ensure they match the established style
|
|
43
|
+
- **Creating character dialogue** that differentiates voices naturally
|
|
44
|
+
- **World-building** without exposition dumps or reader fatigue
|
|
45
|
+
- **Balancing pacing** between action, introspection, and description
|
|
46
|
+
- **Adapting classic fantasy patterns** for contemporary accessibility
|
|
47
|
+
|
|
48
|
+
Do NOT use this skill for:
|
|
49
|
+
|
|
50
|
+
- Non-fiction writing (use appropriate documentation standards)
|
|
51
|
+
- Hard science fiction (different voice requirements)
|
|
52
|
+
- Contemporary/literary fiction (style mismatch)
|
|
53
|
+
- Children's literature (different reading level needs)
|
|
54
|
+
- Poetry or verse (different structural rules)
|
|
55
|
+
|
|
56
|
+
## Style Philosophy
|
|
57
|
+
|
|
58
|
+
### The Tolkien-Zelazny Synthesis (70/30)
|
|
59
|
+
|
|
60
|
+
This framework prioritizes Tolkien's immersive world-building with Zelazny's pacing discipline:
|
|
61
|
+
|
|
62
|
+
**From Tolkien (70% - Primary Influence):**
|
|
63
|
+
- Rich, layered world with visible history
|
|
64
|
+
- Formal speech patterns for gravitas
|
|
65
|
+
- Nature descriptions carrying emotional weight
|
|
66
|
+
- Multiple cultures with distinct identities
|
|
67
|
+
- Heroic journey structure
|
|
68
|
+
- Good and evil as real forces
|
|
69
|
+
- Third-person narration with depth and scope
|
|
70
|
+
- Narrator can provide context characters lack
|
|
71
|
+
|
|
72
|
+
**From Zelazny (30% - Pacing Discipline):**
|
|
73
|
+
- Economy in action scenes (short, visceral)
|
|
74
|
+
- Tight pacing that maintains momentum
|
|
75
|
+
- Philosophical depth delivered lightly
|
|
76
|
+
- Modern sensibility in mythic setting
|
|
77
|
+
- Wit and personality in character voice
|
|
78
|
+
- No unnecessary padding or repetition
|
|
79
|
+
|
|
80
|
+
**Third-Person Omniscient Adaptation:**
|
|
81
|
+
- Narrator observes all, reveals strategically
|
|
82
|
+
- Can hint at what characters don't know
|
|
83
|
+
- Balanced thought depth (inside character heads, but not trapped there)
|
|
84
|
+
- Multiple POVs possible for strategic reveals
|
|
85
|
+
- Narrator voice is warm but not intrusive
|
|
86
|
+
|
|
87
|
+
**Accessible Adaptation:**
|
|
88
|
+
- High school reading level (Grade 10-12)
|
|
89
|
+
- Modern vocabulary as baseline, archaic for flavor
|
|
90
|
+
- Clear sentence structure (subject-verb-object default)
|
|
91
|
+
- Short paragraphs (3-5 sentences maximum)
|
|
92
|
+
- No nested clauses beyond 2 levels
|
|
93
|
+
- Moderate exposition (explain enough to be accessible)
|
|
94
|
+
|
|
95
|
+
### Core Principles
|
|
96
|
+
|
|
97
|
+
1. **Voice Over Description**
|
|
98
|
+
- Character perception filters all details
|
|
99
|
+
- What the POV notices reveals who they are
|
|
100
|
+
- Internal monologue has personality
|
|
101
|
+
- Description serves character, not catalog
|
|
102
|
+
|
|
103
|
+
2. **Show Through Action**
|
|
104
|
+
- Physical movement reveals world layout
|
|
105
|
+
- Dialogue beats exposition in most cases
|
|
106
|
+
- Characters demonstrate values, don't state them
|
|
107
|
+
- Combat is character revelation
|
|
108
|
+
|
|
109
|
+
3. **Iceberg World-Building**
|
|
110
|
+
- Show 10%, imply 90%
|
|
111
|
+
- History emerges through artifacts and references
|
|
112
|
+
- Never explain what characters take for granted
|
|
113
|
+
- Mysteries deepen as knowledge grows
|
|
114
|
+
|
|
115
|
+
4. **Tension Through Simplicity**
|
|
116
|
+
- Short sentences build urgency
|
|
117
|
+
- Long sentences create breathing room
|
|
118
|
+
- Paragraph rhythm controls pacing
|
|
119
|
+
- White space has meaning
|
|
120
|
+
|
|
121
|
+
5. **Accessibility Without Dumbing Down**
|
|
122
|
+
- Complex ideas in clear language
|
|
123
|
+
- Sophisticated themes, straightforward prose
|
|
124
|
+
- Readers work for meaning, not vocabulary
|
|
125
|
+
- Grade 10-12 comfortable, college readers engaged
|
|
126
|
+
|
|
127
|
+
## Quick Reference for Prose
|
|
128
|
+
|
|
129
|
+
### Sentence Length by Scene Type
|
|
130
|
+
|
|
131
|
+
| Scene Type | Average Length | Paragraph Length | Purpose |
|
|
132
|
+
|------------|----------------|------------------|---------|
|
|
133
|
+
| **Action** | 8-12 words | 1-3 sentences | Drive urgency, build tension |
|
|
134
|
+
| **Dialogue** | 10-15 words | Short exchanges | Natural conversation flow |
|
|
135
|
+
| **Introspection** | 12-18 words | 3-5 sentences | Deepen character, explore theme |
|
|
136
|
+
| **Description** | 12-16 words | 3-5 sentences | Establish setting, mood |
|
|
137
|
+
| **Transition** | 8-10 words | 1-2 sentences | Move between scenes cleanly |
|
|
138
|
+
|
|
139
|
+
### Vocabulary Guidelines
|
|
140
|
+
|
|
141
|
+
**Preferred:**
|
|
142
|
+
- Anglo-Saxon root words (strong, clear, visceral)
|
|
143
|
+
- Concrete nouns over abstract concepts
|
|
144
|
+
- Active verbs without adverbs
|
|
145
|
+
- Sensory details (sight, sound, touch prioritized)
|
|
146
|
+
- One precise word over three generic ones
|
|
147
|
+
|
|
148
|
+
**Use Sparingly:**
|
|
149
|
+
- Latinate vocabulary (formal, distant, intellectual)
|
|
150
|
+
- Archaic forms (thee, thou, hath) - only for specific characters
|
|
151
|
+
- Made-up fantasy words - earn each one
|
|
152
|
+
- Adverbs ending in -ly - prefer action beats
|
|
153
|
+
- Adjectives beyond one per noun
|
|
154
|
+
|
|
155
|
+
**Avoid:**
|
|
156
|
+
- Cliches and tired fantasy phrases
|
|
157
|
+
- Modern slang that breaks immersion
|
|
158
|
+
- Technical jargon without world justification
|
|
159
|
+
- Purple prose (overwrought description)
|
|
160
|
+
- Nested subordinate clauses (readability killer)
|
|
161
|
+
|
|
162
|
+
### Point of View (Third-Person Omniscient)
|
|
163
|
+
|
|
164
|
+
**Strengths:**
|
|
165
|
+
- Narrator can provide world context characters lack
|
|
166
|
+
- Strategic reveals through POV shifts
|
|
167
|
+
- Balanced intimacy (in thoughts but not trapped)
|
|
168
|
+
- Rich description without filtering through naive character
|
|
169
|
+
- Prologue and historical framing natural
|
|
170
|
+
|
|
171
|
+
**Primary POV (Aisha - 90%):**
|
|
172
|
+
- Deep access to her thoughts and feelings
|
|
173
|
+
- Narrator observes her experience closely
|
|
174
|
+
- Can hint at things she doesn't understand yet
|
|
175
|
+
- Emotional journey is central focus
|
|
176
|
+
|
|
177
|
+
**Supporting POVs (10%):**
|
|
178
|
+
- Maxen: Adult perspective, business world, history with Antonian
|
|
179
|
+
- Villains/Others: Strategic reveals, tension building
|
|
180
|
+
- Use sparingly for maximum impact
|
|
181
|
+
- Clear scene breaks when switching POV
|
|
182
|
+
|
|
183
|
+
**Thought Depth (Balanced):**
|
|
184
|
+
- Inside character heads for emotional moments
|
|
185
|
+
- Narrator observation for context and world-building
|
|
186
|
+
- Mix of "She felt..." and "Aisha watched..." constructions
|
|
187
|
+
- Not pure limited (trapped in one head) nor pure distant
|
|
188
|
+
|
|
189
|
+
**Narrator Voice:**
|
|
190
|
+
- Warm but not intrusive
|
|
191
|
+
- Occasionally omniscient (knows more than characters)
|
|
192
|
+
- Provides context naturally through observation
|
|
193
|
+
- Doesn't lecture; shows and implies
|
|
194
|
+
|
|
195
|
+
## Character Voice Principles
|
|
196
|
+
|
|
197
|
+
### Voice Differentiation
|
|
198
|
+
|
|
199
|
+
**Aisha (Primary POV):**
|
|
200
|
+
- Observant, curious, determined
|
|
201
|
+
- Young but not naive (trained by master researchers)
|
|
202
|
+
- Grief underlies her observations
|
|
203
|
+
- Notices details her parents taught her to see
|
|
204
|
+
- Internal questions she's afraid to ask aloud
|
|
205
|
+
- Guarded with strangers, warmer with trusted figures
|
|
206
|
+
|
|
207
|
+
**Maxen (Supporting POV):**
|
|
208
|
+
- Practical, direct, problem-solver
|
|
209
|
+
- Warmth expressed through action not words
|
|
210
|
+
- Business-minded observations
|
|
211
|
+
- Resilience without self-pity
|
|
212
|
+
- Sees echoes of Antonian in Aisha
|
|
213
|
+
|
|
214
|
+
**Ancient Beings / Apex Figures (Tolkien-style):**
|
|
215
|
+
- Formal speech patterns
|
|
216
|
+
- Mythic resonance in word choice
|
|
217
|
+
- Patient, measured delivery
|
|
218
|
+
- Archaic constructions earned through age
|
|
219
|
+
- Weight behind every word
|
|
220
|
+
|
|
221
|
+
**Common Folk:**
|
|
222
|
+
- Colloquial, regional flavor
|
|
223
|
+
- Informal contractions
|
|
224
|
+
- Direct, practical concerns
|
|
225
|
+
- Superstition and folklore
|
|
226
|
+
- Less formal education apparent
|
|
227
|
+
|
|
228
|
+
**Antagonists:**
|
|
229
|
+
- Precise, economical language
|
|
230
|
+
- Threatening through implication
|
|
231
|
+
- No wasted words
|
|
232
|
+
- Power demonstrated, not stated
|
|
233
|
+
- Cold logic or hot passion, rarely mixed
|
|
234
|
+
|
|
235
|
+
### Dialogue Rules
|
|
236
|
+
|
|
237
|
+
1. **Tags:** Use "said" as default, action beats preferred
|
|
238
|
+
2. **Subtext:** Characters don't state the obvious
|
|
239
|
+
3. **Interruption:** People talk over each other naturally
|
|
240
|
+
4. **Silence:** Not answering is an answer
|
|
241
|
+
5. **Rhythm:** Vary sentence length for natural flow
|
|
242
|
+
6. **Dialect:** Suggest through word choice, not phonetic spelling
|
|
243
|
+
7. **Exposition:** Never explain what both speakers know
|
|
244
|
+
8. **Conflict:** Even allies have friction
|
|
245
|
+
|
|
246
|
+
## World-Building in Prose
|
|
247
|
+
|
|
248
|
+
For detailed world-building guidance, see the **building-worlds** skill. This section covers only how world-building appears in prose.
|
|
249
|
+
|
|
250
|
+
### The Prose Writer's World-Building Rule
|
|
251
|
+
|
|
252
|
+
**Show the world through story, not through explanation.**
|
|
253
|
+
|
|
254
|
+
| Instead Of | Use |
|
|
255
|
+
|------------|-----|
|
|
256
|
+
| Exposition paragraphs | Character discovery |
|
|
257
|
+
| "As you know" dialogue | Conflict-driven revelation |
|
|
258
|
+
| Narrator lectures | Environmental details |
|
|
259
|
+
| Info-dumps | Artifacts and objects |
|
|
260
|
+
|
|
261
|
+
### Moderate Exposition Principle
|
|
262
|
+
|
|
263
|
+
For accessible reading:
|
|
264
|
+
- Narrator can provide context characters take for granted
|
|
265
|
+
- Reader shouldn't be confused about basics
|
|
266
|
+
- Mysteries are intentional, not accidental confusion
|
|
267
|
+
- World-building serves story, not puzzle-solving
|
|
268
|
+
|
|
269
|
+
**For world design, magic systems, cultural logic, and consistency principles, see the `building-worlds` skill.**
|
|
270
|
+
|
|
271
|
+
## Narrative Time Management
|
|
272
|
+
|
|
273
|
+
This book spans **4 years** (age 13→17) with strategic time compression. We focus on **pivotal moments**, not daily life.
|
|
274
|
+
|
|
275
|
+
### Time Skip Philosophy
|
|
276
|
+
|
|
277
|
+
**Core Principle**: Real life happens between chapters. We skip the mundane to show the meaningful.
|
|
278
|
+
|
|
279
|
+
| Time Scale | Treatment | Example |
|
|
280
|
+
|------------|-----------|---------|
|
|
281
|
+
| Hours/Days | Scene-by-scene | Crisis, confrontation, key decisions |
|
|
282
|
+
| Weeks | Within-chapter jumps | Training montage, travel |
|
|
283
|
+
| Months | Chapter breaks | Semesters, seasons |
|
|
284
|
+
| Years | Part transitions | Part 1 covers 2 years (age 13→15) |
|
|
285
|
+
|
|
286
|
+
### Conveying Skipped Time
|
|
287
|
+
|
|
288
|
+
**Method 1: Narrator Summary**
|
|
289
|
+
```
|
|
290
|
+
The months that followed blurred together in a rhythm of lessons
|
|
291
|
+
and practice. By the time the first snows fell, Aisha could cast
|
|
292
|
+
spells that had taken her parents years to master.
|
|
293
|
+
```
|
|
294
|
+
|
|
295
|
+
**Method 2: Character Memory/Reflection**
|
|
296
|
+
```
|
|
297
|
+
She remembered that first disastrous attempt at ward-breaking—
|
|
298
|
+
three months ago now, though it felt like yesterday. The burn
|
|
299
|
+
marks on her fingers had long since healed.
|
|
300
|
+
```
|
|
301
|
+
|
|
302
|
+
**Method 3: Dialogue (Telling Someone)**
|
|
303
|
+
```
|
|
304
|
+
"You've been here a year," Maxen said. "I barely recognize you."
|
|
305
|
+
She smiled. "I barely recognize myself."
|
|
306
|
+
```
|
|
307
|
+
|
|
308
|
+
**Method 4: Environmental/Physical Markers**
|
|
309
|
+
```
|
|
310
|
+
Her old robes no longer fit. The growth had crept up on her—
|
|
311
|
+
two inches taller since arriving in Nexus, her face losing
|
|
312
|
+
the roundness of childhood.
|
|
313
|
+
```
|
|
314
|
+
|
|
315
|
+
### What We Skip vs. Show
|
|
316
|
+
|
|
317
|
+
**SKIP (Summarize or imply):**
|
|
318
|
+
- Routine lessons (unless something goes wrong)
|
|
319
|
+
- Daily meals, sleep, travel logistics
|
|
320
|
+
- Repetitive training (after first demonstration)
|
|
321
|
+
- Administrative/bureaucratic processes
|
|
322
|
+
- Ordinary conversations
|
|
323
|
+
|
|
324
|
+
**SHOW (Scene by scene):**
|
|
325
|
+
- First time doing something significant
|
|
326
|
+
- Moments of crisis or decision
|
|
327
|
+
- Relationship-defining interactions
|
|
328
|
+
- Discoveries and revelations
|
|
329
|
+
- Emotional turning points
|
|
330
|
+
- Power manifestations
|
|
331
|
+
|
|
332
|
+
### Episodic Chapter Structure
|
|
333
|
+
|
|
334
|
+
Each chapter is a **self-contained episode** in the larger story:
|
|
335
|
+
- Chapters can be weeks or months apart
|
|
336
|
+
- Opening establishes time passage naturally
|
|
337
|
+
- Each chapter has complete narrative arc
|
|
338
|
+
- Reader trusts unseen life continues between chapters
|
|
339
|
+
|
|
340
|
+
**Opening Line Time Markers:**
|
|
341
|
+
```
|
|
342
|
+
"Three weeks later, Aisha stood before the examination board..."
|
|
343
|
+
"By midwinter, the theory lessons had grown more challenging..."
|
|
344
|
+
"The spring term brought changes she hadn't expected..."
|
|
345
|
+
```
|
|
346
|
+
|
|
347
|
+
## Power Unlock and Emotional Catalysts
|
|
348
|
+
|
|
349
|
+
### Trauma Unlocks Ability (The Trope)
|
|
350
|
+
|
|
351
|
+
Aisha's initial power surge stems from **emotional crisis**, not training. This follows the established fantasy pattern: great loss can open pathways to power.
|
|
352
|
+
|
|
353
|
+
**The Mechanism (In-World):**
|
|
354
|
+
- Magic responds to emotional state
|
|
355
|
+
- Grief and loss create intense focus
|
|
356
|
+
- The crystal amplifies whatever state she's in
|
|
357
|
+
- Crisis strips away mental blocks that limit power
|
|
358
|
+
|
|
359
|
+
**Her First Surge (Caravan Scene):**
|
|
360
|
+
- Parents just collapsed, grief raw
|
|
361
|
+
- Simple spell (light) she's done countless times
|
|
362
|
+
- Emotional intensity + crystal = explosive result
|
|
363
|
+
- Others attribute it to "grief affecting control" (true, but incomplete)
|
|
364
|
+
|
|
365
|
+
### Emotional States and Power Expression
|
|
366
|
+
|
|
367
|
+
| Emotional State | Power Effect | Example Scene |
|
|
368
|
+
|-----------------|--------------|---------------|
|
|
369
|
+
| **Grief** | Uncontrolled amplification | First surge on caravan |
|
|
370
|
+
| **Fear** | Defensive surge | Crisis in Part 4 |
|
|
371
|
+
| **Determination** | Focused precision | Training breakthroughs |
|
|
372
|
+
| **Anger** | Destructive potential | TBD in later books |
|
|
373
|
+
| **Calm** | Controlled, measured | After mastery |
|
|
374
|
+
|
|
375
|
+
### Writing Emotional Power Scenes
|
|
376
|
+
|
|
377
|
+
**Build the emotional foundation FIRST:**
|
|
378
|
+
```
|
|
379
|
+
WRONG: She cast the spell and it exploded with power.
|
|
380
|
+
|
|
381
|
+
RIGHT: The grief hit her like a wave—Mother's empty eyes,
|
|
382
|
+
Father's last words. The spell formed without thought.
|
|
383
|
+
Light blazed. Someone screamed. Maybe her.
|
|
384
|
+
```
|
|
385
|
+
|
|
386
|
+
**Connect power to emotion, not just plot:**
|
|
387
|
+
- The reader should feel why the power surged
|
|
388
|
+
- Physical sensation accompanies emotional state
|
|
389
|
+
- Crystal warmth/response as physical anchor
|
|
390
|
+
- Eyes turning blue = visible external marker
|
|
391
|
+
|
|
392
|
+
### The "Explain Away" Pattern
|
|
393
|
+
|
|
394
|
+
When Aisha's powers manifest unusually, others rationalize:
|
|
395
|
+
- "Grief affecting her control" (true, incomplete)
|
|
396
|
+
- "Natural talent from famous parents" (partially true)
|
|
397
|
+
- "Stress of the journey" (cover story)
|
|
398
|
+
- "Some people are just gifted" (dismissive)
|
|
399
|
+
|
|
400
|
+
This pattern allows her to hide in plain sight while building dramatic irony—we know the truth, most characters don't.
|
|
401
|
+
|
|
402
|
+
## Pacing and Structure
|
|
403
|
+
|
|
404
|
+
### Scene Rhythm
|
|
405
|
+
|
|
406
|
+
**Fast Pacing (Action):**
|
|
407
|
+
```
|
|
408
|
+
Short sentences. Sharp verbs.
|
|
409
|
+
Minimal description. Movement constant.
|
|
410
|
+
One action per sentence. Build to climax.
|
|
411
|
+
```
|
|
412
|
+
|
|
413
|
+
**Medium Pacing (Dialogue):**
|
|
414
|
+
```
|
|
415
|
+
Natural back-and-forth. Beats between exchanges.
|
|
416
|
+
Characters move while talking. Subtext underneath.
|
|
417
|
+
Questions and answers. Tension in what's unsaid.
|
|
418
|
+
```
|
|
419
|
+
|
|
420
|
+
**Slow Pacing (Introspection/Description):**
|
|
421
|
+
```
|
|
422
|
+
Longer sentences with room to breathe. Sensory details
|
|
423
|
+
accumulate gradually. The character observes and reflects.
|
|
424
|
+
Themes emerge through meditation on the concrete. The world
|
|
425
|
+
reveals itself through careful attention to the moment.
|
|
426
|
+
```
|
|
427
|
+
|
|
428
|
+
### Chapter Structure
|
|
429
|
+
|
|
430
|
+
Each chapter should have:
|
|
431
|
+
- **Opening Hook** - Immediate engagement (question, conflict, change)
|
|
432
|
+
- **Development** - Escalation or exploration
|
|
433
|
+
- **Turning Point** - Something changes or is revealed
|
|
434
|
+
- **Closing Hook** - Reason to continue reading
|
|
435
|
+
|
|
436
|
+
### Part/Arc Structure
|
|
437
|
+
|
|
438
|
+
- **Setup** - Establish situation, introduce tension
|
|
439
|
+
- **Complication** - Obstacles emerge, stakes rise
|
|
440
|
+
- **Crisis** - Point of no return, must act
|
|
441
|
+
- **Climax** - Confrontation and resolution
|
|
442
|
+
- **Denouement** - Consequences settle, new normal
|
|
443
|
+
|
|
444
|
+
## Prose Generation Workflow
|
|
445
|
+
|
|
446
|
+
When generating prose using this framework:
|
|
447
|
+
|
|
448
|
+
1. **Establish POV and Narrator Balance**
|
|
449
|
+
- Which character's POV for this scene? (Aisha 90%, others 10%)
|
|
450
|
+
- How deep into their thoughts? (balanced: not trapped, not distant)
|
|
451
|
+
- Does narrator need to provide context here?
|
|
452
|
+
- Review character voice template (see CHARACTER-VOICE.md)
|
|
453
|
+
|
|
454
|
+
2. **Determine Scene Type**
|
|
455
|
+
- Action, dialogue, introspection, description, or transition?
|
|
456
|
+
- Select appropriate pacing (see PACING-STRUCTURE.md)
|
|
457
|
+
- Choose sentence/paragraph rhythm
|
|
458
|
+
- Target: 3,000-5,000 words per chapter
|
|
459
|
+
|
|
460
|
+
3. **Apply Style Patterns**
|
|
461
|
+
- Use prose patterns from PROSE-PATTERNS.md
|
|
462
|
+
- Follow dialogue rules from DIALOGUE-GUIDE.md
|
|
463
|
+
- Implement description techniques from DESCRIPTION-TECHNIQUES.md
|
|
464
|
+
- Prioritize Tolkien richness (70%) with Zelazny pacing (30%)
|
|
465
|
+
|
|
466
|
+
4. **Check World-Building**
|
|
467
|
+
- Verify consistency with WORLD-BUILDING-RULES.md
|
|
468
|
+
- Moderate exposition (reader should understand, not be confused)
|
|
469
|
+
- Narrator can provide context naturally
|
|
470
|
+
- Preserve mysteries intentionally
|
|
471
|
+
|
|
472
|
+
5. **Review Accessibility**
|
|
473
|
+
- Reading level Grade 10-12
|
|
474
|
+
- Clear sentence structure
|
|
475
|
+
- No nested clauses > 2 levels
|
|
476
|
+
- Vocabulary modern with archaic accents
|
|
477
|
+
- Violence: YA-appropriate with minor blood/injuries
|
|
478
|
+
|
|
479
|
+
6. **Polish Narrative Voice**
|
|
480
|
+
- Does narrator voice stay warm but not intrusive?
|
|
481
|
+
- Is thought depth balanced? (inside heads for emotion, outside for context)
|
|
482
|
+
- Does pacing match scene needs?
|
|
483
|
+
- Are POV shifts clearly marked with scene breaks?
|
|
484
|
+
|
|
485
|
+
## Quality Checks
|
|
486
|
+
|
|
487
|
+
Before finalizing any prose section:
|
|
488
|
+
|
|
489
|
+
- [ ] POV clear and consistent within scene (Aisha primary, others strategic)
|
|
490
|
+
- [ ] Narrator voice warm but not intrusive
|
|
491
|
+
- [ ] Thought depth balanced (interiority + observation)
|
|
492
|
+
- [ ] Reading level appropriate (Grade 10-12 comfortable)
|
|
493
|
+
- [ ] Moderate exposition (accessible, not confusing)
|
|
494
|
+
- [ ] Action scenes economical and visceral (Zelazny pacing)
|
|
495
|
+
- [ ] Description rich but purposeful (Tolkien depth)
|
|
496
|
+
- [ ] Chapter length on target (3,000-5,000 words)
|
|
497
|
+
- [ ] Violence YA-appropriate (minor blood/injuries okay)
|
|
498
|
+
- [ ] No romance content (Book 1)
|
|
499
|
+
- [ ] Paragraph length under 5 sentences
|
|
500
|
+
- [ ] No nested clauses beyond 2 levels
|
|
501
|
+
- [ ] Dialogue differentiated by character voice
|
|
502
|
+
- [ ] Pacing matches scene type and story needs
|
|
503
|
+
- [ ] POV shifts marked with clear scene breaks
|
|
504
|
+
|
|
505
|
+
## Common Anti-Patterns to Avoid
|
|
506
|
+
|
|
507
|
+
**Exposition Dumps:**
|
|
508
|
+
```
|
|
509
|
+
BAD: "As you know, the Pattern of Amber grants us the power to
|
|
510
|
+
walk between shadows, which are infinite reflections of the one
|
|
511
|
+
true city, created when Dworkin inscribed the Pattern with the
|
|
512
|
+
blood of the Unicorn, giving our family the ability to..."
|
|
513
|
+
|
|
514
|
+
GOOD: "The Pattern," she said.
|
|
515
|
+
"You've walked it?"
|
|
516
|
+
"Three times."
|
|
517
|
+
I filed that away. Three times meant something.
|
|
518
|
+
```
|
|
519
|
+
|
|
520
|
+
**Purple Prose:**
|
|
521
|
+
```
|
|
522
|
+
BAD: The resplendent orb of incandescent solar glory descended
|
|
523
|
+
majestically behind the far-distant, snow-capped peaks of the
|
|
524
|
+
ancient, primordial mountains.
|
|
525
|
+
|
|
526
|
+
GOOD: The sun set behind the mountains. Snow caught the last
|
|
527
|
+
light and held it, turning the peaks to fire.
|
|
528
|
+
```
|
|
529
|
+
|
|
530
|
+
**As-You-Know Bob:**
|
|
531
|
+
```
|
|
532
|
+
BAD: "As you know, Father was killed by Benedict in the great
|
|
533
|
+
war that we both fought in together."
|
|
534
|
+
|
|
535
|
+
GOOD: "Benedict killed him."
|
|
536
|
+
"I was there. I remember."
|
|
537
|
+
```
|
|
538
|
+
|
|
539
|
+
**Info-Dumping:**
|
|
540
|
+
```
|
|
541
|
+
BAD: Aisha walked through the streets of Nexus, which had been
|
|
542
|
+
founded as the ocean gate to Caldris and served as the primary
|
|
543
|
+
trade hub for the entire Arcane state for centuries...
|
|
544
|
+
|
|
545
|
+
GOOD: Nexus had grown from a harbor into something more. Aisha
|
|
546
|
+
could see it in the layers—old stone foundations beneath newer
|
|
547
|
+
brick, ancient wards glowing faintly above modern street lamps.
|
|
548
|
+
The city remembered its past even as it reached for the future.
|
|
549
|
+
```
|
|
550
|
+
|
|
551
|
+
**Passive Voice Without Purpose:**
|
|
552
|
+
```
|
|
553
|
+
BAD: The sword was drawn by Corwin, and the enemy was struck
|
|
554
|
+
down by his blade.
|
|
555
|
+
|
|
556
|
+
GOOD: Corwin drew. The blade took the enemy in the throat.
|
|
557
|
+
```
|
|
558
|
+
|
|
559
|
+
## See Also
|
|
560
|
+
|
|
561
|
+
**Supporting Documentation:**
|
|
562
|
+
- [PROSE-PATTERNS.md](./PROSE-PATTERNS.md) - Narrative techniques from Zelazny and Tolkien
|
|
563
|
+
- [DIALOGUE-GUIDE.md](./DIALOGUE-GUIDE.md) - Character voice in conversation
|
|
564
|
+
- [DESCRIPTION-TECHNIQUES.md](./DESCRIPTION-TECHNIQUES.md) - Sensory details and setting
|
|
565
|
+
- [CHARACTER-VOICE.md](./CHARACTER-VOICE.md) - Voice templates and archetypes
|
|
566
|
+
- [PACING-STRUCTURE.md](./PACING-STRUCTURE.md) - Scene rhythm and arc structure
|
|
567
|
+
- [examples/zelazny-style.md](./examples/zelazny-style.md) - Annotated Zelazny examples
|
|
568
|
+
- [examples/tolkien-style.md](./examples/tolkien-style.md) - Annotated Tolkien examples
|
|
569
|
+
- [examples/blended-accessible.md](./examples/blended-accessible.md) - Target style examples
|
|
570
|
+
|
|
571
|
+
**Related Skills:**
|
|
572
|
+
- `building-worlds` - World design, magic systems, cultures, consistency (framework-level)
|
|
573
|
+
- `organizing-books` - Book project structure and file organization
|
|
574
|
+
|
|
575
|
+
---
|
|
576
|
+
|
|
577
|
+
**Version:** 2.0.0
|
|
578
|
+
**Skill Type:** Project-Specific (Asterra)
|
|
579
|
+
**POV Style:** Third-Person Omniscient
|
|
580
|
+
**Style Balance:** 70% Tolkien / 30% Zelazny
|
|
581
|
+
**Reading Level Target:** Grade 10-12
|
|
582
|
+
**Chapter Length:** 3,000-5,000 words
|
|
583
|
+
**Primary Influences:** J.R.R. Tolkien (Lord of the Rings), Roger Zelazny (Chronicles of Amber)
|