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,692 @@
|
|
|
1
|
+
# World-Building Rules: Consistency and Revelation
|
|
2
|
+
|
|
3
|
+
> **DEPRECATED:** This content has been migrated to the **building-worlds** skill with significant enhancements.
|
|
4
|
+
>
|
|
5
|
+
> See the new skill at: `framework/modules/writer/skills/writer/building-worlds/`
|
|
6
|
+
> - [SKILL.md](../building-worlds/SKILL.md) - Main skill overview
|
|
7
|
+
> - [CONSISTENCY-PILLARS.md](../building-worlds/CONSISTENCY-PILLARS.md) - The Five Pillars (expanded)
|
|
8
|
+
> - [REVELATION-CHECKLIST.md](../building-worlds/REVELATION-CHECKLIST.md) - Information pacing (expanded)
|
|
9
|
+
>
|
|
10
|
+
> This file is retained for backwards compatibility and will be removed in a future version.
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
This document provides frameworks for building coherent fantasy worlds without exposition dumps, maintaining internal consistency, and revealing history organically.
|
|
15
|
+
|
|
16
|
+
## Core World-Building Principles
|
|
17
|
+
|
|
18
|
+
### The Iceberg Principle
|
|
19
|
+
|
|
20
|
+
**Rule:** Show 10%, imply 90%. The world should feel deeper than what's on the page.
|
|
21
|
+
|
|
22
|
+
**Above Water (Visible to Reader):**
|
|
23
|
+
- Current events and immediate conflicts
|
|
24
|
+
- Physical details of present locations
|
|
25
|
+
- Active characters and their relationships
|
|
26
|
+
- Surface-level cultural practices
|
|
27
|
+
- Direct plot-relevant information
|
|
28
|
+
|
|
29
|
+
**Below Water (Implied, Never Fully Shown):**
|
|
30
|
+
- Deep history and past ages
|
|
31
|
+
- Distant lands and their politics
|
|
32
|
+
- Complete magical theory
|
|
33
|
+
- Economic systems and trade networks
|
|
34
|
+
- Religious doctrine and philosophy
|
|
35
|
+
- Language evolution and etymology
|
|
36
|
+
- Geological/geographical formation
|
|
37
|
+
- Previous wars and their causes
|
|
38
|
+
|
|
39
|
+
**Application:**
|
|
40
|
+
|
|
41
|
+
**Bad (Info-Dump):**
|
|
42
|
+
```
|
|
43
|
+
The Pattern of Amber was created ten thousand years ago by
|
|
44
|
+
Dworkin Barimen, a mysterious figure who may have been one of
|
|
45
|
+
the Lords of Chaos or perhaps a son of the Unicorn itself,
|
|
46
|
+
though scholars disagree on this point. He used the blood of
|
|
47
|
+
the Unicorn to inscribe the Pattern into the fabric of reality,
|
|
48
|
+
creating Amber as the one true city from which all shadow
|
|
49
|
+
worlds are mere reflections. The Pattern grants those of the
|
|
50
|
+
blood of Amber the ability to walk between these shadows,
|
|
51
|
+
traveling to infinite variations of reality. However, walking
|
|
52
|
+
the Pattern is dangerous and has killed many who attempted it.
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
**Good (Iceberg):**
|
|
56
|
+
```
|
|
57
|
+
"Your father walked the Pattern," she said.
|
|
58
|
+
|
|
59
|
+
I looked at my hands. The burns were still visible, even
|
|
60
|
+
after three weeks.
|
|
61
|
+
|
|
62
|
+
"So did I."
|
|
63
|
+
|
|
64
|
+
She went very still. "You survived."
|
|
65
|
+
|
|
66
|
+
"Apparently." I flexed my fingers. They still ached when it
|
|
67
|
+
rained. "Dworkin's legacy. The gift that keeps on taking."
|
|
68
|
+
|
|
69
|
+
"He was mad, you know. When he drew it."
|
|
70
|
+
|
|
71
|
+
"That would explain a lot."
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
**Why It Works:**
|
|
75
|
+
- Pattern exists (shown through burns)
|
|
76
|
+
- It's dangerous (survived implies others didn't)
|
|
77
|
+
- It's old (Dworkin is historical figure)
|
|
78
|
+
- It has costs (burns, aching)
|
|
79
|
+
- Characters know more than they say (iceberg below)
|
|
80
|
+
- Reader learns through dialogue, not lecture
|
|
81
|
+
|
|
82
|
+
## The Five Consistency Pillars
|
|
83
|
+
|
|
84
|
+
### 1. Magic Has Costs
|
|
85
|
+
|
|
86
|
+
**Rule:** Every use of power requires payment. No free lunch.
|
|
87
|
+
|
|
88
|
+
**Cost Types:**
|
|
89
|
+
- **Physical:** Exhaustion, injury, aging, death
|
|
90
|
+
- **Mental:** Sanity, memory, personality changes
|
|
91
|
+
- **Social:** Reputation, relationships, political standing
|
|
92
|
+
- **Material:** Rare components, artifacts consumed
|
|
93
|
+
- **Temporal:** Time required, missed opportunities
|
|
94
|
+
- **Moral:** Ethical compromises, corruption
|
|
95
|
+
|
|
96
|
+
**Application:**
|
|
97
|
+
|
|
98
|
+
**Bad (Consequence-Free):**
|
|
99
|
+
```
|
|
100
|
+
I waved my hand and healed her wounds. Then I teleported us
|
|
101
|
+
both to safety. After that, I summoned a storm to destroy our
|
|
102
|
+
enemies. Magic was convenient like that.
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
**Good (Costs Applied):**
|
|
106
|
+
```
|
|
107
|
+
Healing her would take everything I had left. And probably some
|
|
108
|
+
I didn't have. The Pattern's power wasn't free—it took payment
|
|
109
|
+
in blood and will and pieces of yourself you didn't always get
|
|
110
|
+
back.
|
|
111
|
+
|
|
112
|
+
I knelt beside her and placed my hands on the wound. The power
|
|
113
|
+
flowed. So did the pain.
|
|
114
|
+
|
|
115
|
+
By the time I finished, I was on my back staring at the sky,
|
|
116
|
+
wondering if I'd ever feel my fingers again. Worth it, though.
|
|
117
|
+
She was breathing.
|
|
118
|
+
|
|
119
|
+
Teleporting was out of the question. We'd walk. Slowly.
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
**Consistency Check:**
|
|
123
|
+
- Same power costs roughly the same each time
|
|
124
|
+
- Stronger effects cost proportionally more
|
|
125
|
+
- Costs are meaningful to character
|
|
126
|
+
- Reader can anticipate consequences
|
|
127
|
+
- Temptation to use power is real (otherwise why have costs?)
|
|
128
|
+
|
|
129
|
+
### 2. Geography Matters
|
|
130
|
+
|
|
131
|
+
**Rule:** Distance, terrain, and environment are real constraints.
|
|
132
|
+
|
|
133
|
+
**Geographic Elements:**
|
|
134
|
+
- **Distance:** Travel takes time, impacts logistics
|
|
135
|
+
- **Terrain:** Mountains, rivers, forests affect movement
|
|
136
|
+
- **Climate:** Weather and seasons are consistent
|
|
137
|
+
- **Resources:** Locations have specific advantages/scarcities
|
|
138
|
+
- **Borders:** Natural and political boundaries exist
|
|
139
|
+
|
|
140
|
+
**Application:**
|
|
141
|
+
|
|
142
|
+
**Bad (Ignored Geography):**
|
|
143
|
+
```
|
|
144
|
+
We traveled from the northern mountains to the southern desert.
|
|
145
|
+
It took about a day. Then we went to the eastern islands, which
|
|
146
|
+
took another day or so.
|
|
147
|
+
```
|
|
148
|
+
|
|
149
|
+
**Good (Geography Constrains):**
|
|
150
|
+
```
|
|
151
|
+
"The desert is three weeks south. In summer. If we don't hit
|
|
152
|
+
storms." She studied the map. "Winter travel? Five weeks minimum,
|
|
153
|
+
and that's if the passes stay clear."
|
|
154
|
+
|
|
155
|
+
"We don't have five weeks."
|
|
156
|
+
|
|
157
|
+
"Then we don't have the desert. Geography doesn't negotiate."
|
|
158
|
+
|
|
159
|
+
She was right. We'd have to find another way. The world didn't
|
|
160
|
+
rearrange itself for convenience, no matter how urgent the need.
|
|
161
|
+
```
|
|
162
|
+
|
|
163
|
+
**Consistency Check:**
|
|
164
|
+
- Same journey takes similar time each instance
|
|
165
|
+
- Terrain affects difficulty and duration
|
|
166
|
+
- Characters plan for logistics (food, water, supplies)
|
|
167
|
+
- Seasons impact travel options
|
|
168
|
+
- Geography influences culture and politics
|
|
169
|
+
|
|
170
|
+
### 3. History Has Weight
|
|
171
|
+
|
|
172
|
+
**Rule:** Past events cast long shadows. Consequences persist.
|
|
173
|
+
|
|
174
|
+
**Historical Impact:**
|
|
175
|
+
- **Physical:** Ruins, modified landscape, remaining artifacts
|
|
176
|
+
- **Political:** Current borders reflect old conflicts
|
|
177
|
+
- **Cultural:** Traditions echo historical events
|
|
178
|
+
- **Personal:** Family histories shape present characters
|
|
179
|
+
- **Linguistic:** Place names carry historical meaning
|
|
180
|
+
|
|
181
|
+
**Application:**
|
|
182
|
+
|
|
183
|
+
**Bad (History Ignored):**
|
|
184
|
+
```
|
|
185
|
+
There was a great war a thousand years ago. Nobody really
|
|
186
|
+
remembers it now, and it doesn't affect anything in the present.
|
|
187
|
+
```
|
|
188
|
+
|
|
189
|
+
**Good (History Persists):**
|
|
190
|
+
```
|
|
191
|
+
The border followed the river. It had followed the river for
|
|
192
|
+
three hundred years, ever since the Treaty of Ashenfell ended
|
|
193
|
+
the Succession Wars.
|
|
194
|
+
|
|
195
|
+
"Wars" plural. It had taken four tries before everyone was
|
|
196
|
+
tired enough to stop. The river had run red so many times they'd
|
|
197
|
+
renamed it. Blood Water. Subtle.
|
|
198
|
+
|
|
199
|
+
The older generation still wouldn't cross it without iron in
|
|
200
|
+
their hands. Couldn't blame them. Some memories don't fade just
|
|
201
|
+
because the signing parties are all dead.
|
|
202
|
+
```
|
|
203
|
+
|
|
204
|
+
**Consistency Check:**
|
|
205
|
+
- Major historical events have lasting consequences
|
|
206
|
+
- Characters reference history naturally
|
|
207
|
+
- Physical evidence supports historical claims
|
|
208
|
+
- Cultural attitudes reflect past trauma/triumph
|
|
209
|
+
- Timeline is internally consistent
|
|
210
|
+
|
|
211
|
+
### 4. Cultures Have Internal Logic
|
|
212
|
+
|
|
213
|
+
**Rule:** Every custom, belief, and practice exists for a reason.
|
|
214
|
+
|
|
215
|
+
**Cultural Elements:**
|
|
216
|
+
- **Practical origins:** Most traditions start with survival
|
|
217
|
+
- **Environmental factors:** Climate shapes culture
|
|
218
|
+
- **Historical events:** Traumas create taboos
|
|
219
|
+
- **Resource distribution:** Scarcity drives values
|
|
220
|
+
- **Belief systems:** Religion explains what science can't
|
|
221
|
+
|
|
222
|
+
**Application:**
|
|
223
|
+
|
|
224
|
+
**Bad (Random Customs):**
|
|
225
|
+
```
|
|
226
|
+
The northern people always wore blue on Thursdays and never
|
|
227
|
+
ate fish. Nobody knew why. It was just tradition.
|
|
228
|
+
```
|
|
229
|
+
|
|
230
|
+
**Good (Logical Customs):**
|
|
231
|
+
```
|
|
232
|
+
The northern clans wore blue. Always. It was the color of ice,
|
|
233
|
+
and ice was sacred—it was what protected them from the things
|
|
234
|
+
that lived in the deep forests. Wear the ice's color, carry the
|
|
235
|
+
ice's protection.
|
|
236
|
+
|
|
237
|
+
Made sense, in a superstitious kind of way. But then again,
|
|
238
|
+
I'd seen what lived in those forests. Maybe it wasn't superstition.
|
|
239
|
+
|
|
240
|
+
Fish, though. They didn't eat fish. That one was practical. The
|
|
241
|
+
fish in the northern rivers carried parasites that could kill
|
|
242
|
+
you in three days. Tradition was just "don't eat the deadly fish"
|
|
243
|
+
wrapped in cultural packaging.
|
|
244
|
+
```
|
|
245
|
+
|
|
246
|
+
**Consistency Check:**
|
|
247
|
+
- Customs can be traced to practical origins
|
|
248
|
+
- Beliefs reflect environment and history
|
|
249
|
+
- Taboos usually prevent real dangers
|
|
250
|
+
- Values align with survival needs
|
|
251
|
+
- Different cultures have different logic, all internally consistent
|
|
252
|
+
|
|
253
|
+
### 5. Power Has Limits
|
|
254
|
+
|
|
255
|
+
**Rule:** No character is omnipotent. Everyone has weaknesses.
|
|
256
|
+
|
|
257
|
+
**Limitation Types:**
|
|
258
|
+
- **Scope:** Can affect X but not Y
|
|
259
|
+
- **Duration:** Effect lasts limited time
|
|
260
|
+
- **Range:** Must be close/can work at distance
|
|
261
|
+
- **Knowledge:** Doesn't know how to do something
|
|
262
|
+
- **Permission:** Not allowed by rules/society/magic itself
|
|
263
|
+
- **Personal:** Moral lines they won't cross
|
|
264
|
+
|
|
265
|
+
**Application:**
|
|
266
|
+
|
|
267
|
+
**Bad (Omnipotent Character):**
|
|
268
|
+
```
|
|
269
|
+
The wizard could do anything. He reshaped reality with a thought,
|
|
270
|
+
traveled through time, raised the dead, and knew everything that
|
|
271
|
+
would happen. But he chose not to interfere because... reasons.
|
|
272
|
+
```
|
|
273
|
+
|
|
274
|
+
**Good (Limited Power):**
|
|
275
|
+
```
|
|
276
|
+
"Can't you just teleport us out?" she asked.
|
|
277
|
+
|
|
278
|
+
"To where? I need to know the destination. Precisely. Down to
|
|
279
|
+
the foot. Teleporting blind is a great way to end up inside a
|
|
280
|
+
wall."
|
|
281
|
+
|
|
282
|
+
"Then scry for a safe location."
|
|
283
|
+
|
|
284
|
+
"Scrying takes an hour and a clear mind. We have neither." I
|
|
285
|
+
checked the door. Still locked, but that wouldn't last. "We're
|
|
286
|
+
walking. Fast."
|
|
287
|
+
|
|
288
|
+
"What good is magic if you can't use it when you need it?"
|
|
289
|
+
|
|
290
|
+
"That's what everyone asks. Right before they die trying."
|
|
291
|
+
```
|
|
292
|
+
|
|
293
|
+
**Consistency Check:**
|
|
294
|
+
- Powerful characters have defined limitations
|
|
295
|
+
- Limitations create tension and challenge
|
|
296
|
+
- Can't solve every problem with same solution
|
|
297
|
+
- Power's absence must be justified in-world
|
|
298
|
+
- Weaknesses are real, not just plot convenience
|
|
299
|
+
|
|
300
|
+
## Revelation Strategies
|
|
301
|
+
|
|
302
|
+
### First Third: Fragments and Mysteries
|
|
303
|
+
|
|
304
|
+
**Goal:** Establish that the world is deeper than surface. Create questions.
|
|
305
|
+
|
|
306
|
+
**Techniques:**
|
|
307
|
+
- Partial information through dialogue
|
|
308
|
+
- Contradictory accounts of history
|
|
309
|
+
- References to events/places without explanation
|
|
310
|
+
- Characters withhold information naturally
|
|
311
|
+
- Physical evidence of unknown origins
|
|
312
|
+
|
|
313
|
+
**Example:**
|
|
314
|
+
```
|
|
315
|
+
"The old kingdom fell three ages ago," the scholar said.
|
|
316
|
+
|
|
317
|
+
"Five ages," the warrior corrected. "My people remember."
|
|
318
|
+
|
|
319
|
+
They both looked at the statue. It was older than either estimate.
|
|
320
|
+
I didn't mention that. Wasn't my argument to settle.
|
|
321
|
+
|
|
322
|
+
But I made note. Someone's history was wrong. Or incomplete.
|
|
323
|
+
Possibly both.
|
|
324
|
+
```
|
|
325
|
+
|
|
326
|
+
**Effect:** Reader knows there's more to learn. Mysteries established.
|
|
327
|
+
|
|
328
|
+
### Second Third: Connections Form
|
|
329
|
+
|
|
330
|
+
**Goal:** Start answering questions. Reveal patterns. Create new questions.
|
|
331
|
+
|
|
332
|
+
**Techniques:**
|
|
333
|
+
- Information from multiple sources converges
|
|
334
|
+
- Historical parallels to current events become clear
|
|
335
|
+
- Earlier clues gain new meaning
|
|
336
|
+
- Characters piece together implications
|
|
337
|
+
- Reader stays one step ahead or behind POV
|
|
338
|
+
|
|
339
|
+
**Example:**
|
|
340
|
+
```
|
|
341
|
+
The border followed the river. That much I'd known. What I
|
|
342
|
+
hadn't known was why the river bent in that unnatural curve
|
|
343
|
+
near Ashenfell.
|
|
344
|
+
|
|
345
|
+
"They redirected it," she said, pointing to the map. "After
|
|
346
|
+
the third war. Dammed it here, cut a new channel there. Changed
|
|
347
|
+
the border without changing the treaty."
|
|
348
|
+
|
|
349
|
+
I stared at the map. "That's—"
|
|
350
|
+
|
|
351
|
+
"Brilliant? Insane? Both?" She traced the new river path. "It
|
|
352
|
+
gave them three hundred miles of territory the treaty said
|
|
353
|
+
belonged to their enemies. All perfectly legal."
|
|
354
|
+
|
|
355
|
+
The statue. The one that was older than either history claimed.
|
|
356
|
+
It stood in the river bend. The old river bend.
|
|
357
|
+
|
|
358
|
+
"Someone remembers," I said quietly.
|
|
359
|
+
|
|
360
|
+
"Someone always does."
|
|
361
|
+
```
|
|
362
|
+
|
|
363
|
+
**Effect:** Earlier mystery (statue age) connects to new information (redirected river). Pattern emerges.
|
|
364
|
+
|
|
365
|
+
### Final Third: Full Picture Revealed
|
|
366
|
+
|
|
367
|
+
**Goal:** Deliver payoff. Answer major questions. Provide satisfying resolution.
|
|
368
|
+
|
|
369
|
+
**Techniques:**
|
|
370
|
+
- Direct revelation from authoritative source
|
|
371
|
+
- POV assembles all clues into complete picture
|
|
372
|
+
- Historical flashback (used sparingly)
|
|
373
|
+
- Document/artifact provides missing piece
|
|
374
|
+
- Enemy explains their perspective
|
|
375
|
+
|
|
376
|
+
**Example:**
|
|
377
|
+
```
|
|
378
|
+
"You want to know why the histories disagree?" The ancient
|
|
379
|
+
looked at me with eyes that had seen centuries. "Because they're
|
|
380
|
+
all true. And all false."
|
|
381
|
+
|
|
382
|
+
I waited. Ancient beings loved their dramatic pauses.
|
|
383
|
+
|
|
384
|
+
"The kingdom fell three ages ago. Political collapse. The warrior
|
|
385
|
+
peoples remember five ages because that's when the war started—
|
|
386
|
+
the war that led to the collapse. The statue predates both because
|
|
387
|
+
it wasn't built for that kingdom. It was built for the one before."
|
|
388
|
+
|
|
389
|
+
"How many—"
|
|
390
|
+
|
|
391
|
+
"Kingdoms? Seven. That we know of. Possibly more." He gestured
|
|
392
|
+
at the valley. "All in this same place. Building on the ruins of
|
|
393
|
+
what came before. Rewriting the histories to make themselves the
|
|
394
|
+
first. The only. The true."
|
|
395
|
+
|
|
396
|
+
"So our kingdom—"
|
|
397
|
+
|
|
398
|
+
"Will fall, like all the others. Something will rise in its place.
|
|
399
|
+
They'll find our statues and argue about how old they are. The
|
|
400
|
+
cycle continues."
|
|
401
|
+
|
|
402
|
+
"That's bleak."
|
|
403
|
+
|
|
404
|
+
"That's time. Whether you're ready or not."
|
|
405
|
+
```
|
|
406
|
+
|
|
407
|
+
**Effect:** Complete answer to earlier questions. But opens new ones (seven kingdoms? more?). Satisfying while maintaining mystery.
|
|
408
|
+
|
|
409
|
+
## World-Building Through Different Elements
|
|
410
|
+
|
|
411
|
+
### Through Objects
|
|
412
|
+
|
|
413
|
+
**Technique:** Artifacts tell stories without exposition.
|
|
414
|
+
|
|
415
|
+
**Example:**
|
|
416
|
+
```
|
|
417
|
+
The sword was older than the kingdom. You could tell by the
|
|
418
|
+
metalwork—too fine for modern forges, too simple for ancient
|
|
419
|
+
ones. Middle period. Third Age, maybe Fourth.
|
|
420
|
+
|
|
421
|
+
The blade had been reforged. Multiple times. You could see the
|
|
422
|
+
layers if you knew where to look. Each generation had reshaped
|
|
423
|
+
it slightly, adapting the balance to new fighting styles. But
|
|
424
|
+
the core remained. Somebody's great-great-grandfather had carried
|
|
425
|
+
this.
|
|
426
|
+
|
|
427
|
+
Now it was mine. That came with weight. The physical kind, and
|
|
428
|
+
the other kind.
|
|
429
|
+
```
|
|
430
|
+
|
|
431
|
+
**What It Reveals:**
|
|
432
|
+
- Multiple historical periods exist
|
|
433
|
+
- Craftsmanship quality varies by age
|
|
434
|
+
- Fighting styles have evolved
|
|
435
|
+
- Family legacy matters
|
|
436
|
+
- Inheritance carries obligation
|
|
437
|
+
|
|
438
|
+
### Through Language
|
|
439
|
+
|
|
440
|
+
**Technique:** Names, phrases, and speech patterns encode history.
|
|
441
|
+
|
|
442
|
+
**Example:**
|
|
443
|
+
```
|
|
444
|
+
"The Scar." That's what she called it. Everyone from the north
|
|
445
|
+
called it that.
|
|
446
|
+
|
|
447
|
+
Everyone from the south called it "the Redemption Valley."
|
|
448
|
+
|
|
449
|
+
Same place. Two names. Two very different memories of the same
|
|
450
|
+
war. The north remembered losing. The south remembered winning.
|
|
451
|
+
|
|
452
|
+
I called it "the border" and tried not to pick sides. Hard to
|
|
453
|
+
stay neutral when language itself had chosen teams.
|
|
454
|
+
```
|
|
455
|
+
|
|
456
|
+
**What It Reveals:**
|
|
457
|
+
- Major conflict in past
|
|
458
|
+
- Different cultural perspectives persist
|
|
459
|
+
- Language reflects bias
|
|
460
|
+
- Border has symbolic weight
|
|
461
|
+
- Neutrality is difficult
|
|
462
|
+
|
|
463
|
+
### Through Character Knowledge
|
|
464
|
+
|
|
465
|
+
**Technique:** What characters know/don't know reveals social structure.
|
|
466
|
+
|
|
467
|
+
**Example:**
|
|
468
|
+
```
|
|
469
|
+
"You can't read this?" She stared at me like I'd admitted to
|
|
470
|
+
not knowing which end of a sword was pointy.
|
|
471
|
+
|
|
472
|
+
"It's Old Tongue. Nobody speaks Old Tongue anymore."
|
|
473
|
+
|
|
474
|
+
"Nobles do. It's part of our education." She looked at the text
|
|
475
|
+
again. "You really can't read any of this?"
|
|
476
|
+
|
|
477
|
+
"I really can't."
|
|
478
|
+
|
|
479
|
+
That shifted something in how she saw me. Lower class. Common
|
|
480
|
+
born. It shouldn't have mattered, but it did. Education was
|
|
481
|
+
privilege, and privilege was power.
|
|
482
|
+
|
|
483
|
+
I could kill her twelve different ways without using a weapon.
|
|
484
|
+
But I couldn't read her grandfather's diary.
|
|
485
|
+
|
|
486
|
+
Priorities were funny things.
|
|
487
|
+
```
|
|
488
|
+
|
|
489
|
+
**What It Reveals:**
|
|
490
|
+
- Class divisions exist
|
|
491
|
+
- Education stratified by status
|
|
492
|
+
- Old language preserved by elite
|
|
493
|
+
- Combat skill vs. academic knowledge
|
|
494
|
+
- Character's background and biases
|
|
495
|
+
|
|
496
|
+
### Through Environment
|
|
497
|
+
|
|
498
|
+
**Technique:** Physical world reflects magical/historical forces.
|
|
499
|
+
|
|
500
|
+
**Example:**
|
|
501
|
+
```
|
|
502
|
+
The trees near the Pattern grew wrong. Twisted. Branches bent
|
|
503
|
+
at angles that shouldn't work, shouldn't support their own weight.
|
|
504
|
+
But they did. Because the Pattern said they did.
|
|
505
|
+
|
|
506
|
+
Reality was negotiable this close to the source. Physics became
|
|
507
|
+
suggestions. The air tasted electric, like before a storm that
|
|
508
|
+
never broke.
|
|
509
|
+
|
|
510
|
+
Animals avoided it. Smart animals. The ones that didn't avoid
|
|
511
|
+
it changed. Got stranger. Sometimes got dangerous.
|
|
512
|
+
|
|
513
|
+
We walked through quickly. You didn't linger near the Pattern
|
|
514
|
+
unless you had business there. And business with the Pattern
|
|
515
|
+
usually ended badly.
|
|
516
|
+
```
|
|
517
|
+
|
|
518
|
+
**What It Reveals:**
|
|
519
|
+
- Magic affects physical world
|
|
520
|
+
- Pattern is powerful and dangerous
|
|
521
|
+
- Animals respond to magic
|
|
522
|
+
- Characters respect/fear the power
|
|
523
|
+
- World follows rules (reality negotiable near source)
|
|
524
|
+
|
|
525
|
+
## Common World-Building Mistakes
|
|
526
|
+
|
|
527
|
+
### Mistake 1: The Exposition Dump
|
|
528
|
+
|
|
529
|
+
**Problem:**
|
|
530
|
+
```
|
|
531
|
+
"As you know," the professor lectured, "our world was created
|
|
532
|
+
by the ancient gods who descended from the celestial realm to
|
|
533
|
+
forge reality from chaos. They established the seven kingdoms,
|
|
534
|
+
each ruled by one of their chosen bloodlines. The magic system
|
|
535
|
+
works by channeling ambient energy through crystalline focuses
|
|
536
|
+
that must be aligned with the planetary conjunctions. The Great
|
|
537
|
+
War of 1247 changed everything when..."
|
|
538
|
+
```
|
|
539
|
+
|
|
540
|
+
**Solution:**
|
|
541
|
+
Reveal information through conflict, discovery, or necessity. Never "as you know."
|
|
542
|
+
|
|
543
|
+
**Fixed:**
|
|
544
|
+
```
|
|
545
|
+
"Where'd you learn to do that?" she asked.
|
|
546
|
+
|
|
547
|
+
I looked at the crystal. It was still glowing faintly. "Family
|
|
548
|
+
trick. My grandfather could channel without a focus, but I'm not
|
|
549
|
+
that good."
|
|
550
|
+
|
|
551
|
+
"The alignment's wrong." She pointed at the stars. "Junction's
|
|
552
|
+
not for another week. You shouldn't be able to—"
|
|
553
|
+
|
|
554
|
+
"I know." That was the problem. Either I was getting stronger,
|
|
555
|
+
or the rules were changing.
|
|
556
|
+
|
|
557
|
+
Neither option was reassuring.
|
|
558
|
+
```
|
|
559
|
+
|
|
560
|
+
### Mistake 2: Cultures Without Logic
|
|
561
|
+
|
|
562
|
+
**Problem:**
|
|
563
|
+
```
|
|
564
|
+
The Northerners always wore purple on the third Tuesday of every
|
|
565
|
+
month and refused to touch copper. Nobody knew why. It was just
|
|
566
|
+
their weird culture.
|
|
567
|
+
```
|
|
568
|
+
|
|
569
|
+
**Solution:**
|
|
570
|
+
Every custom has origin. If you don't know it, character shouldn't mention it.
|
|
571
|
+
|
|
572
|
+
**Fixed:**
|
|
573
|
+
```
|
|
574
|
+
The Northerners wore purple in winter. Made sense when you
|
|
575
|
+
thought about it—purple dye came from the frost lichen that
|
|
576
|
+
only grew in snow. Wearing it was displaying wealth, proof you
|
|
577
|
+
could afford something that only existed for three months a year.
|
|
578
|
+
|
|
579
|
+
The copper thing was practical. Northern water had high copper
|
|
580
|
+
content. They'd evolved resistance, but copper tools still poisoned
|
|
581
|
+
their food. So they used iron. Different tools, different cooking,
|
|
582
|
+
different taste.
|
|
583
|
+
|
|
584
|
+
Culture was just survival with better marketing.
|
|
585
|
+
```
|
|
586
|
+
|
|
587
|
+
### Mistake 3: Inconsistent Magic
|
|
588
|
+
|
|
589
|
+
**Problem:**
|
|
590
|
+
```
|
|
591
|
+
Chapter 3: "Magic is very difficult and exhausting."
|
|
592
|
+
Chapter 15: [Character uses magic constantly with no fatigue]
|
|
593
|
+
Chapter 27: "I'm too exhausted to use magic."
|
|
594
|
+
```
|
|
595
|
+
|
|
596
|
+
**Solution:**
|
|
597
|
+
Establish costs early. Apply them consistently. Track usage.
|
|
598
|
+
|
|
599
|
+
**Fixed:**
|
|
600
|
+
Establish in Chapter 3: "Small magic—lights, minor illusions—that I could do all day. Healing, teleportation, combat magic? That took pieces of me I didn't get back easily."
|
|
601
|
+
|
|
602
|
+
Apply in Chapter 15: "I'd lit our way for three hours. It was taking a toll—headache building behind my eyes, fingers starting to numb. Small magic, but sustained. I'd pay for it tomorrow."
|
|
603
|
+
|
|
604
|
+
Apply in Chapter 27: "I'd already healed twice and teleported once today. Another use of the Pattern's power and I'd be unconscious for a week. If I was lucky."
|
|
605
|
+
|
|
606
|
+
### Mistake 4: History Without Consequences
|
|
607
|
+
|
|
608
|
+
**Problem:**
|
|
609
|
+
```
|
|
610
|
+
"There was a huge devastating war 20 years ago that killed
|
|
611
|
+
half the population."
|
|
612
|
+
[Everyone lives in perfect cities, no signs of war, economy
|
|
613
|
+
thriving, population normal]
|
|
614
|
+
```
|
|
615
|
+
|
|
616
|
+
**Solution:**
|
|
617
|
+
Major events leave marks. Show them.
|
|
618
|
+
|
|
619
|
+
**Fixed:**
|
|
620
|
+
```
|
|
621
|
+
The city was half empty. After the war, people just... never
|
|
622
|
+
came back. The population was a third of what it had been. You
|
|
623
|
+
could see it in the empty buildings, the streets too wide for
|
|
624
|
+
the current traffic.
|
|
625
|
+
|
|
626
|
+
The orphan generation was coming of age now. Twenty years old,
|
|
627
|
+
give or take. No parents. Raised by whoever had survived. They
|
|
628
|
+
had a look—not broken, exactly, but hard. Like they'd learned
|
|
629
|
+
early that nothing was permanent.
|
|
630
|
+
|
|
631
|
+
The economy had adapted. Fewer people meant fewer workers meant
|
|
632
|
+
higher wages. That meant more automation, more magic use, more
|
|
633
|
+
desperate innovation. Silver linings, if you squinted.
|
|
634
|
+
|
|
635
|
+
But you couldn't rebuild trust. That took generations.
|
|
636
|
+
```
|
|
637
|
+
|
|
638
|
+
## World-Building Checklist
|
|
639
|
+
|
|
640
|
+
Before publishing any world-building details:
|
|
641
|
+
|
|
642
|
+
- [ ] Information revealed through action or necessity, not lecture
|
|
643
|
+
- [ ] Characters never explain what they both know
|
|
644
|
+
- [ ] Magic system has clear costs, consistently applied
|
|
645
|
+
- [ ] Geography affects travel, logistics, culture, politics
|
|
646
|
+
- [ ] Historical events have lasting visible consequences
|
|
647
|
+
- [ ] Cultural practices have logical origins (even if not explained)
|
|
648
|
+
- [ ] All powerful characters have meaningful limitations
|
|
649
|
+
- [ ] Mysteries established early connect to later revelations
|
|
650
|
+
- [ ] 10% shown, 90% implied (iceberg principle)
|
|
651
|
+
- [ ] Different cultures have distinct but internally logical worldviews
|
|
652
|
+
- [ ] Artifacts, language, environment reveal history organically
|
|
653
|
+
- [ ] No exposition dumps disguised as dialogue
|
|
654
|
+
- [ ] World serves story, not the reverse
|
|
655
|
+
|
|
656
|
+
## World-Building Depth Template
|
|
657
|
+
|
|
658
|
+
Use this template for major world elements:
|
|
659
|
+
|
|
660
|
+
```
|
|
661
|
+
ELEMENT: [Magic system/Culture/Historical event/Geography/etc]
|
|
662
|
+
|
|
663
|
+
SURFACE (What Reader Sees):
|
|
664
|
+
- [Immediate visible effects]
|
|
665
|
+
- [How characters interact with it]
|
|
666
|
+
- [Direct plot relevance]
|
|
667
|
+
|
|
668
|
+
MIDDLE (What Reader Infers):
|
|
669
|
+
- [Implied origins]
|
|
670
|
+
- [Logical extensions]
|
|
671
|
+
- [Connections to other elements]
|
|
672
|
+
|
|
673
|
+
DEEP (What You Know But Don't Tell):
|
|
674
|
+
- [Complete history]
|
|
675
|
+
- [Full mechanical explanation]
|
|
676
|
+
- [Long-term implications]
|
|
677
|
+
- [Exceptions and edge cases]
|
|
678
|
+
|
|
679
|
+
REVELATION PLAN:
|
|
680
|
+
- First third: [What hints to drop]
|
|
681
|
+
- Second third: [What connections to make clear]
|
|
682
|
+
- Final third: [What full explanations to provide]
|
|
683
|
+
|
|
684
|
+
CONSISTENCY RULES:
|
|
685
|
+
- [Non-negotiable facts that never change]
|
|
686
|
+
- [How it interacts with other world elements]
|
|
687
|
+
- [What costs/limits apply]
|
|
688
|
+
```
|
|
689
|
+
|
|
690
|
+
---
|
|
691
|
+
|
|
692
|
+
**Next:** See [examples/](./examples/) directory for extended annotated examples of Zelazny style, Tolkien style, and blended accessible prose.
|