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,651 @@
|
|
|
1
|
+
# Blended Accessible Style Examples
|
|
2
|
+
|
|
3
|
+
Extended examples demonstrating the synthesis of Zelazny's sardonic voice with Tolkien's rich world-building, adapted for Grade 10-12 accessibility.
|
|
4
|
+
|
|
5
|
+
## Example 1: Opening with Voice and History
|
|
6
|
+
|
|
7
|
+
```
|
|
8
|
+
The Pattern had been burning people alive for ten thousand years.
|
|
9
|
+
You'd think someone would've mentioned that before I walked it.
|
|
10
|
+
|
|
11
|
+
I stood at the edge, looking at the silver lines on black stone.
|
|
12
|
+
They were beautiful, in a deadly sort of way. Like a tiger. Or a
|
|
13
|
+
forest fire. Pretty right up until it killed you.
|
|
14
|
+
|
|
15
|
+
"Second thoughts?" Elara asked. She'd walked it three years ago.
|
|
16
|
+
Still had the scars.
|
|
17
|
+
|
|
18
|
+
"Third or fourth thoughts, actually." I flexed my hands. "Nobody
|
|
19
|
+
walks the Pattern on their first thought. That's just suicide with
|
|
20
|
+
extra steps."
|
|
21
|
+
|
|
22
|
+
"Wise words." She smiled, but it didn't reach her eyes. "Pity you're
|
|
23
|
+
going to ignore them."
|
|
24
|
+
|
|
25
|
+
She was right. I was going to ignore them. Because the Pattern was
|
|
26
|
+
the only thing that could give me the power I needed. And I needed
|
|
27
|
+
that power for reasons that sounded noble when I said them in my
|
|
28
|
+
head and absolutely suicidal when I said them out loud.
|
|
29
|
+
|
|
30
|
+
I didn't say them out loud.
|
|
31
|
+
|
|
32
|
+
"How bad is it?" I asked instead.
|
|
33
|
+
|
|
34
|
+
"Remember the worst pain you've ever felt?"
|
|
35
|
+
|
|
36
|
+
"Yeah."
|
|
37
|
+
|
|
38
|
+
"Imagine that. For hours. While walking a maze that actively tries
|
|
39
|
+
to kill you if you step wrong. And if you survive, you get to spend
|
|
40
|
+
the rest of your unnaturally long life carrying the Pattern's mark."
|
|
41
|
+
|
|
42
|
+
"You're really selling it."
|
|
43
|
+
|
|
44
|
+
"I'm not trying to sell it. I'm trying to prepare you." She looked
|
|
45
|
+
at the Pattern with something that might've been hatred or might've
|
|
46
|
+
been respect. Hard to tell. Maybe both. "No one walks the Pattern
|
|
47
|
+
on a whim. People walk it because they have to. Because the alternative
|
|
48
|
+
is worse."
|
|
49
|
+
|
|
50
|
+
I looked at the alternative. At the kingdom crumbling under my uncle's
|
|
51
|
+
rule. At the war that was coming whether anyone wanted it or not. At
|
|
52
|
+
the people who would die if someone didn't do something impossibly
|
|
53
|
+
stupid and probably fatal.
|
|
54
|
+
|
|
55
|
+
"Yeah," I said quietly. "The alternative is worse."
|
|
56
|
+
|
|
57
|
+
I took the first step.
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
**Annotations:**
|
|
61
|
+
|
|
62
|
+
**Zelazny opening:**
|
|
63
|
+
- Sardonic voice immediate
|
|
64
|
+
- "You'd think someone would've mentioned"
|
|
65
|
+
- Modern, conversational
|
|
66
|
+
|
|
67
|
+
**Tolkien depth:**
|
|
68
|
+
- Ten thousand years
|
|
69
|
+
- Historical weight
|
|
70
|
+
- Pattern as ancient power
|
|
71
|
+
|
|
72
|
+
**Accessible language:**
|
|
73
|
+
- Short sentences
|
|
74
|
+
- Clear metaphors (tiger, fire)
|
|
75
|
+
- No nested clauses
|
|
76
|
+
|
|
77
|
+
**Character voice:**
|
|
78
|
+
- Humor as defense
|
|
79
|
+
- Self-aware about stupidity
|
|
80
|
+
- "Third or fourth thoughts"
|
|
81
|
+
|
|
82
|
+
**World-building through character:**
|
|
83
|
+
- Elara walked it before
|
|
84
|
+
- Has scars (cost established)
|
|
85
|
+
- Multiple people have history
|
|
86
|
+
|
|
87
|
+
**Dialogue reveals mechanics:**
|
|
88
|
+
- Pain described concretely
|
|
89
|
+
- Maze element
|
|
90
|
+
- Lifetime consequences
|
|
91
|
+
- No exposition dump
|
|
92
|
+
|
|
93
|
+
**Stakes established:**
|
|
94
|
+
- Kingdom crumbling
|
|
95
|
+
- War coming
|
|
96
|
+
- People will die
|
|
97
|
+
- Personal responsibility
|
|
98
|
+
|
|
99
|
+
**Hero reluctance (Tolkien):**
|
|
100
|
+
- "Alternative is worse"
|
|
101
|
+
- Not eager, necessary
|
|
102
|
+
- Quiet determination
|
|
103
|
+
|
|
104
|
+
**Blend of styles:**
|
|
105
|
+
- Sardonic tone + mythic weight
|
|
106
|
+
- Modern voice + ancient power
|
|
107
|
+
- Accessible language + complex themes
|
|
108
|
+
|
|
109
|
+
## Example 2: Combat with World Elements
|
|
110
|
+
|
|
111
|
+
```
|
|
112
|
+
The troll was bigger than the last three I'd fought. Combined.
|
|
113
|
+
|
|
114
|
+
Math was not in my favor.
|
|
115
|
+
|
|
116
|
+
It came at me with a club that looked like it had started life as
|
|
117
|
+
a tree. A whole tree. I went sideways, felt the wind as it passed.
|
|
118
|
+
The club hit the ground and cracked the stone.
|
|
119
|
+
|
|
120
|
+
Stone that had been laid down in the Second Age. The kind of stone
|
|
121
|
+
that was supposed to last forever.
|
|
122
|
+
|
|
123
|
+
The troll had just made "forever" a lot shorter.
|
|
124
|
+
|
|
125
|
+
I stabbed at its knee. My blade—good steel, dwarf-forged, sharp
|
|
126
|
+
enough to split hairs—bounced off. The troll's hide was like leather
|
|
127
|
+
armor that had been left in the sun for a century. Tough didn't begin
|
|
128
|
+
to cover it.
|
|
129
|
+
|
|
130
|
+
"You're going to have to try harder than that," it said.
|
|
131
|
+
|
|
132
|
+
Great. A talking troll. That was new. And not in a good way.
|
|
133
|
+
|
|
134
|
+
Talking usually meant thinking. Thinking usually meant strategy.
|
|
135
|
+
Strategy usually meant I was about to have a very bad day.
|
|
136
|
+
|
|
137
|
+
I revised my approach. Knees were out. Eyes, maybe? Trolls had to
|
|
138
|
+
see somehow. I just had to get close enough without getting pulverized.
|
|
139
|
+
|
|
140
|
+
The club came down again. I rolled, came up running. The Pattern's
|
|
141
|
+
power hummed in my blood—I could feel it offering options. Strength
|
|
142
|
+
beyond strength. Speed beyond speed. Fire, lightning, the ability to
|
|
143
|
+
bend reality until it screamed.
|
|
144
|
+
|
|
145
|
+
All of it with a price. All of it taking pieces of me I might not
|
|
146
|
+
get back.
|
|
147
|
+
|
|
148
|
+
I grabbed the power anyway. Felt it burn through me like liquid light.
|
|
149
|
+
|
|
150
|
+
My next strike didn't bounce.
|
|
151
|
+
|
|
152
|
+
The troll screamed. So did I. The Pattern's power wasn't gentle.
|
|
153
|
+
It was never gentle. It was raw force channeled through human flesh
|
|
154
|
+
that wasn't built to handle it.
|
|
155
|
+
|
|
156
|
+
But it worked.
|
|
157
|
+
|
|
158
|
+
The troll went down. I went down too, shaking and blind and wondering
|
|
159
|
+
if I'd be able to stand up again.
|
|
160
|
+
|
|
161
|
+
Eventually, I stood up. The troll didn't.
|
|
162
|
+
|
|
163
|
+
I'd take the win.
|
|
164
|
+
```
|
|
165
|
+
|
|
166
|
+
**Annotations:**
|
|
167
|
+
|
|
168
|
+
**Zelazny action economy:**
|
|
169
|
+
- Short sentences
|
|
170
|
+
- One action per sentence
|
|
171
|
+
- "Math was not in my favor"
|
|
172
|
+
|
|
173
|
+
**Tolkien world detail:**
|
|
174
|
+
- Second Age stone
|
|
175
|
+
- Dwarf-forged blade
|
|
176
|
+
- Historical depth in combat
|
|
177
|
+
|
|
178
|
+
**Accessible description:**
|
|
179
|
+
- Clear physical actions
|
|
180
|
+
- "Tree. A whole tree."
|
|
181
|
+
- Simple, vivid images
|
|
182
|
+
|
|
183
|
+
**Character voice maintained:**
|
|
184
|
+
- "Great. A talking troll."
|
|
185
|
+
- Sardonic under pressure
|
|
186
|
+
- Internal commentary
|
|
187
|
+
|
|
188
|
+
**Magic system shown:**
|
|
189
|
+
- Pattern offers power
|
|
190
|
+
- Multiple options listed
|
|
191
|
+
- Costs acknowledged
|
|
192
|
+
- Decision under pressure
|
|
193
|
+
|
|
194
|
+
**Physical consequences:**
|
|
195
|
+
- "Burn through me like liquid light"
|
|
196
|
+
- Pain for both
|
|
197
|
+
- Not heroic, realistic
|
|
198
|
+
|
|
199
|
+
**Tactical thinking:**
|
|
200
|
+
- Revises approach
|
|
201
|
+
- Considers options
|
|
202
|
+
- Makes hard choice
|
|
203
|
+
|
|
204
|
+
**Victory without glory:**
|
|
205
|
+
- Both go down
|
|
206
|
+
- Shaking and blind
|
|
207
|
+
- "I'd take the win"
|
|
208
|
+
|
|
209
|
+
**Blend achieved:**
|
|
210
|
+
- Modern voice (Zelazny)
|
|
211
|
+
- Ancient world (Tolkien)
|
|
212
|
+
- Clear accessibility
|
|
213
|
+
- Complex without confusion
|
|
214
|
+
|
|
215
|
+
## Example 3: Council Scene with Modern Voice
|
|
216
|
+
|
|
217
|
+
```
|
|
218
|
+
The war council was exactly as fun as it sounded. Which is to say,
|
|
219
|
+
not at all.
|
|
220
|
+
|
|
221
|
+
Fifteen nobles, all of whom thought they were the smartest person
|
|
222
|
+
in the room. All of whom had opinions on strategy, logistics, magic,
|
|
223
|
+
diplomacy, and what we should have for lunch. Most of those opinions
|
|
224
|
+
contradicted each other.
|
|
225
|
+
|
|
226
|
+
I sat at the far end of the table and tried to look like I was paying
|
|
227
|
+
attention.
|
|
228
|
+
|
|
229
|
+
Lord Carrick was talking. He was always talking. Today's topic was
|
|
230
|
+
the historical precedent for defensive positions during the War of
|
|
231
|
+
the Burning Coast. Which had happened three hundred years ago. Which
|
|
232
|
+
was fascinating and completely irrelevant to our current situation.
|
|
233
|
+
|
|
234
|
+
"The point," he was saying, "is that the commanders of that era
|
|
235
|
+
understood the value of fortified positions. They built their defenses
|
|
236
|
+
in depth, layer upon layer, ensuring that even if the outer walls fell—"
|
|
237
|
+
|
|
238
|
+
"The outer walls fell in six hours," Lady Theron interrupted. She was
|
|
239
|
+
seventy years old and had stopped pretending to be polite sometime in
|
|
240
|
+
her forties. "The whole fortress fell in a day. Everyone inside died.
|
|
241
|
+
This is your model for success?"
|
|
242
|
+
|
|
243
|
+
Carrick turned red. "The principle remains sound—"
|
|
244
|
+
|
|
245
|
+
"The principle got everyone killed."
|
|
246
|
+
|
|
247
|
+
"If you would let me finish—"
|
|
248
|
+
|
|
249
|
+
"I've let you finish seventeen speeches this week. I'm done."
|
|
250
|
+
|
|
251
|
+
I decided to intervene before someone drew steel. It had happened before.
|
|
252
|
+
|
|
253
|
+
"What about the northern approach?" I asked.
|
|
254
|
+
|
|
255
|
+
Everyone turned to stare at me. I'd been quiet for most of the council.
|
|
256
|
+
Apparently that had made them forget I was there.
|
|
257
|
+
|
|
258
|
+
"What about it?" Carrick asked suspiciously.
|
|
259
|
+
|
|
260
|
+
"The enemy has to cross the Barrows to reach the northern approach.
|
|
261
|
+
Nobody crosses the Barrows. Not if they value their sanity."
|
|
262
|
+
|
|
263
|
+
Silence. The kind of silence that meant everyone was thinking the same
|
|
264
|
+
thing and nobody wanted to say it.
|
|
265
|
+
|
|
266
|
+
Lady Theron said it anyway. "The Barrows have been quiet for a thousand
|
|
267
|
+
years. The restless dead sleep. They won't wake for an army passing
|
|
268
|
+
through."
|
|
269
|
+
|
|
270
|
+
"They woke for less before," I said quietly. "There are stories—"
|
|
271
|
+
|
|
272
|
+
"Stories." Carrick waved his hand dismissively. "Old wives' tales and
|
|
273
|
+
superstition. The Barrows are just burial grounds. Ancient burial grounds,
|
|
274
|
+
yes, but burial grounds nonetheless."
|
|
275
|
+
|
|
276
|
+
"Ancient burial grounds where the dead were buried with swords in their
|
|
277
|
+
hands and oaths on their lips." I met his eyes. "My grandmother's
|
|
278
|
+
grandmother walked those barrows once. She saw what happens when you
|
|
279
|
+
disturb the sleepers. She spent the rest of her life afraid of the dark."
|
|
280
|
+
|
|
281
|
+
"Anecdotal evidence—"
|
|
282
|
+
|
|
283
|
+
"Is all we have," I said. "Because everyone who gathers empirical evidence
|
|
284
|
+
doesn't come back."
|
|
285
|
+
|
|
286
|
+
That shut him up.
|
|
287
|
+
|
|
288
|
+
Lady Theron smiled. It was not a nice smile. "The northern approach, then.
|
|
289
|
+
Let the enemy test the Barrows. If the dead are sleeping, the enemy reaches
|
|
290
|
+
us intact. If the dead wake..." She shrugged. "One problem solves another."
|
|
291
|
+
|
|
292
|
+
I wanted to object. Wanted to say that waking the restless dead was playing
|
|
293
|
+
with forces we didn't understand. That the cure might be worse than the
|
|
294
|
+
disease.
|
|
295
|
+
|
|
296
|
+
But I was outvoted before I even spoke.
|
|
297
|
+
|
|
298
|
+
That was the thing about councils. Democracy sounded great until everyone
|
|
299
|
+
voted for the terrible idea.
|
|
300
|
+
```
|
|
301
|
+
|
|
302
|
+
**Annotations:**
|
|
303
|
+
|
|
304
|
+
**Modern opening:**
|
|
305
|
+
- "Exactly as fun as it sounded"
|
|
306
|
+
- Contemporary sarcasm
|
|
307
|
+
- Relatable frustration
|
|
308
|
+
|
|
309
|
+
**Character dynamics:**
|
|
310
|
+
- Fifteen nobles, clear personalities
|
|
311
|
+
- Carrick: long-winded academic
|
|
312
|
+
- Theron: blunt elder
|
|
313
|
+
- Protagonist: pragmatic outsider
|
|
314
|
+
|
|
315
|
+
**Historical depth (Tolkien):**
|
|
316
|
+
- War of Burning Coast (300 years ago)
|
|
317
|
+
- Barrows quiet for thousand years
|
|
318
|
+
- Multi-generational memory
|
|
319
|
+
|
|
320
|
+
**Accessible dialogue:**
|
|
321
|
+
- Short exchanges
|
|
322
|
+
- Clear positions
|
|
323
|
+
- No archaic language
|
|
324
|
+
- Natural interruptions
|
|
325
|
+
|
|
326
|
+
**Voice in observation:**
|
|
327
|
+
- "I tried to look like I was paying attention"
|
|
328
|
+
- "It had happened before" (drawn steel)
|
|
329
|
+
- "I decided to intervene"
|
|
330
|
+
|
|
331
|
+
**World-building organically:**
|
|
332
|
+
- Barrows through discussion
|
|
333
|
+
- Dead buried with swords and oaths
|
|
334
|
+
- Supernatural threat acknowledged
|
|
335
|
+
- Culture of storytelling
|
|
336
|
+
|
|
337
|
+
**Tension through disagreement:**
|
|
338
|
+
- Stories vs. empirical evidence
|
|
339
|
+
- Superstition vs. rationality
|
|
340
|
+
- All sides have validity
|
|
341
|
+
|
|
342
|
+
**Personal history:**
|
|
343
|
+
- Grandmother's grandmother
|
|
344
|
+
- Multi-generational trauma
|
|
345
|
+
- "Afraid of the dark" = concrete detail
|
|
346
|
+
|
|
347
|
+
**Moral complexity:**
|
|
348
|
+
- Protagonist objects internally
|
|
349
|
+
- Outvoted despite misgivings
|
|
350
|
+
- No clear right answer
|
|
351
|
+
|
|
352
|
+
**Sardonic conclusion:**
|
|
353
|
+
- "Democracy sounded great"
|
|
354
|
+
- Cynical wisdom
|
|
355
|
+
- Blend of humor and horror
|
|
356
|
+
|
|
357
|
+
## Example 4: Journey with Reflection
|
|
358
|
+
|
|
359
|
+
```
|
|
360
|
+
We'd been walking for six days. The mountains were behind us now,
|
|
361
|
+
just shadows on the horizon. Ahead lay the Whispering Waste—three
|
|
362
|
+
hundred miles of nothing good.
|
|
363
|
+
|
|
364
|
+
The name wasn't metaphorical. The Waste actually whispered. Wind
|
|
365
|
+
through rock formations, probably. Or ghosts. I'd stopped asking
|
|
366
|
+
which. The answer was never reassuring.
|
|
367
|
+
|
|
368
|
+
"We should reach the first waystation by tomorrow night," Kael said.
|
|
369
|
+
He was our guide. Had walked this route a dozen times and survived,
|
|
370
|
+
which made him either very skilled or very lucky. Possibly both.
|
|
371
|
+
|
|
372
|
+
"What's it like?" I asked. "The waystation."
|
|
373
|
+
|
|
374
|
+
"Depends on your standards. Compared to a nice inn? Terrible. Compared
|
|
375
|
+
to sleeping in the Waste with the whispers in your ear all night?
|
|
376
|
+
Paradise."
|
|
377
|
+
|
|
378
|
+
"I'll take it."
|
|
379
|
+
|
|
380
|
+
The Waste had been a kingdom once. Third Age, if the histories were
|
|
381
|
+
right. Might've been Fourth. Nobody was really sure, because nobody
|
|
382
|
+
from that kingdom had survived to write the history down. The whole
|
|
383
|
+
civilization had just... ended. One day they were there. Next day,
|
|
384
|
+
gone. Nothing but ruins and whispers.
|
|
385
|
+
|
|
386
|
+
That should have been a warning. That should have made every sane
|
|
387
|
+
person go around the Waste instead of through it.
|
|
388
|
+
|
|
389
|
+
But going around added three weeks to the journey. And we didn't have
|
|
390
|
+
three weeks. The war wouldn't wait for us to take the scenic route.
|
|
391
|
+
|
|
392
|
+
So we walked through the dead kingdom and tried not to think about
|
|
393
|
+
what had killed it.
|
|
394
|
+
|
|
395
|
+
"You ever wonder what happened here?" I asked.
|
|
396
|
+
|
|
397
|
+
Kael was quiet for a moment. "All the time. But wondering doesn't
|
|
398
|
+
change anything. The kingdom's gone. The people are gone. All that's
|
|
399
|
+
left are the stones and the stories."
|
|
400
|
+
|
|
401
|
+
"And the whispers."
|
|
402
|
+
|
|
403
|
+
"And the whispers," he agreed. "Whatever they are."
|
|
404
|
+
|
|
405
|
+
We walked in silence after that. The wind picked up, and with it
|
|
406
|
+
came the sound—voices, maybe, or just the wind pretending to be voices.
|
|
407
|
+
Saying things I couldn't quite make out. Saying things I was glad I
|
|
408
|
+
couldn't make out.
|
|
409
|
+
|
|
410
|
+
I pulled my cloak tighter and kept walking.
|
|
411
|
+
|
|
412
|
+
The road goes ever on, as the old songs said. You followed it or you
|
|
413
|
+
didn't. But once you started, turning back was just a different kind
|
|
414
|
+
of forward. You carried the road with you either way.
|
|
415
|
+
|
|
416
|
+
I'd made my choice in the capital when I'd agreed to this mission.
|
|
417
|
+
Everything since then was just details. Hard, dangerous, possibly
|
|
418
|
+
fatal details. But still just details.
|
|
419
|
+
|
|
420
|
+
The waystation tomorrow. The Waste after that. The border fortress
|
|
421
|
+
beyond. And eventually, if I survived, home.
|
|
422
|
+
|
|
423
|
+
Big "if."
|
|
424
|
+
|
|
425
|
+
But I'd survived bigger ifs before.
|
|
426
|
+
```
|
|
427
|
+
|
|
428
|
+
**Annotations:**
|
|
429
|
+
|
|
430
|
+
**Journey structure (Tolkien):**
|
|
431
|
+
- Travel between locations
|
|
432
|
+
- Geography matters
|
|
433
|
+
- Landmarks named
|
|
434
|
+
|
|
435
|
+
**Accessible description:**
|
|
436
|
+
- "Three hundred miles of nothing good"
|
|
437
|
+
- Clear, direct
|
|
438
|
+
- No flowery language
|
|
439
|
+
|
|
440
|
+
**World-building light touch:**
|
|
441
|
+
- Third or Fourth Age
|
|
442
|
+
- Nobody sure
|
|
443
|
+
- Kingdom vanished mysteriously
|
|
444
|
+
|
|
445
|
+
**Character voice (Zelazny):**
|
|
446
|
+
- "The answer was never reassuring"
|
|
447
|
+
- Practical assessment
|
|
448
|
+
- Sardonic acceptance
|
|
449
|
+
|
|
450
|
+
**Guide character:**
|
|
451
|
+
- Kael's experience
|
|
452
|
+
- "Skilled or lucky. Possibly both."
|
|
453
|
+
- Survival not glory
|
|
454
|
+
|
|
455
|
+
**Mystery maintained:**
|
|
456
|
+
- Don't explain the vanishing
|
|
457
|
+
- Whispers unexplained
|
|
458
|
+
- Reader imagination engaged
|
|
459
|
+
|
|
460
|
+
**Philosophical moment:**
|
|
461
|
+
- "Wondering doesn't change anything"
|
|
462
|
+
- Accepting mystery
|
|
463
|
+
- Moving forward anyway
|
|
464
|
+
|
|
465
|
+
**Sensory detail:**
|
|
466
|
+
- Wind and whispers
|
|
467
|
+
- Voices or not
|
|
468
|
+
- Glad can't understand
|
|
469
|
+
|
|
470
|
+
**Song reference (Tolkien):**
|
|
471
|
+
- "Road goes ever on"
|
|
472
|
+
- Embedded tradition
|
|
473
|
+
- Thematic echo
|
|
474
|
+
|
|
475
|
+
**Character reflection:**
|
|
476
|
+
- Choice already made
|
|
477
|
+
- Everything after = details
|
|
478
|
+
- Acceptance of risk
|
|
479
|
+
|
|
480
|
+
**Understated danger:**
|
|
481
|
+
- "Big if"
|
|
482
|
+
- "Survived bigger ifs"
|
|
483
|
+
- Humor about mortality
|
|
484
|
+
|
|
485
|
+
**Blend elements:**
|
|
486
|
+
- Modern voice + ancient mystery
|
|
487
|
+
- Practical character + mythic setting
|
|
488
|
+
- Accessible + atmospheric
|
|
489
|
+
|
|
490
|
+
## Example 5: Magic Use with Consequences
|
|
491
|
+
|
|
492
|
+
```
|
|
493
|
+
Using the Pattern's power was like borrowing money from a loan shark
|
|
494
|
+
who charged interest in pieces of your soul. You got what you needed.
|
|
495
|
+
The bill came later. And it always came.
|
|
496
|
+
|
|
497
|
+
I'd used it three times in the last week. Small magics, mostly—
|
|
498
|
+
enhanced sight to track the enemy, a burst of speed to avoid an ambush,
|
|
499
|
+
a flash of fire to light our way through a collapsed tunnel. Nothing
|
|
500
|
+
major.
|
|
501
|
+
|
|
502
|
+
But small magics added up. And the Pattern was keeping score.
|
|
503
|
+
|
|
504
|
+
I could feel it in my bones. A kind of hollow aching, like I was
|
|
505
|
+
being emptied out from the inside. My hands shook when I thought no
|
|
506
|
+
one was looking. My dreams were strange—full of silver lines and
|
|
507
|
+
voices speaking in languages I didn't know.
|
|
508
|
+
|
|
509
|
+
The Pattern was changing me. Slowly. Inevitably.
|
|
510
|
+
|
|
511
|
+
That's what happened when you walked it. You got power, and power
|
|
512
|
+
changed you. Sometimes the change was obvious—strength, speed,
|
|
513
|
+
abilities beyond normal human limits. Sometimes it was subtle. You
|
|
514
|
+
started thinking differently. Wanting differently. Becoming something
|
|
515
|
+
that wasn't quite what you'd been before.
|
|
516
|
+
|
|
517
|
+
My grandfather had walked the Pattern. By the end, he'd barely been
|
|
518
|
+
human. Lived for three hundred years, but the last century he'd spent
|
|
519
|
+
alone in a tower, talking to people who weren't there. The Pattern
|
|
520
|
+
had hollowed him out and filled the space with itself.
|
|
521
|
+
|
|
522
|
+
I was twenty-five. I had maybe two hundred and seventy-five years of
|
|
523
|
+
becoming something else ahead of me.
|
|
524
|
+
|
|
525
|
+
The thought should have terrified me. It did terrify me. But I pushed
|
|
526
|
+
the terror down and kept using the power anyway, because the alternative
|
|
527
|
+
was watching people die who I had the power to save.
|
|
528
|
+
|
|
529
|
+
That was the trap, really. The Pattern gave you the ability to help.
|
|
530
|
+
And if you had the ability, you had the responsibility. And if you had
|
|
531
|
+
the responsibility, you used the power. And if you used the power, it
|
|
532
|
+
changed you. Until eventually you weren't the person who'd wanted to
|
|
533
|
+
help anymore.
|
|
534
|
+
|
|
535
|
+
You were just the power. Walking around in human skin. Pretending.
|
|
536
|
+
|
|
537
|
+
"You okay?" Kael asked.
|
|
538
|
+
|
|
539
|
+
I realized I'd stopped walking. My hands were shaking again. I clenched
|
|
540
|
+
them into fists.
|
|
541
|
+
|
|
542
|
+
"Yeah," I lied. "Just tired."
|
|
543
|
+
|
|
544
|
+
He looked at me for a long moment. He knew I was lying. I knew he knew.
|
|
545
|
+
But he didn't push it. That was the thing about Kael. He understood
|
|
546
|
+
that sometimes people needed to lie, even when everyone knew the truth.
|
|
547
|
+
|
|
548
|
+
"We'll camp here," he said. "You should rest."
|
|
549
|
+
|
|
550
|
+
I should. But I probably wouldn't. Sleep meant dreams. Dreams meant
|
|
551
|
+
the Pattern. The Pattern meant facing what I was becoming.
|
|
552
|
+
|
|
553
|
+
I'd rather stay awake.
|
|
554
|
+
|
|
555
|
+
But exhaustion had its own demands. Eventually I slept.
|
|
556
|
+
|
|
557
|
+
Eventually I dreamed.
|
|
558
|
+
|
|
559
|
+
And in the dreams, the silver lines waited.
|
|
560
|
+
```
|
|
561
|
+
|
|
562
|
+
**Annotations:**
|
|
563
|
+
|
|
564
|
+
**Modern metaphor:**
|
|
565
|
+
- "Loan shark... interest in pieces of your soul"
|
|
566
|
+
- Accessible comparison
|
|
567
|
+
- Clear cost structure
|
|
568
|
+
|
|
569
|
+
**Tracking usage:**
|
|
570
|
+
- Three times listed
|
|
571
|
+
- Small magics specified
|
|
572
|
+
- Pattern keeping score
|
|
573
|
+
|
|
574
|
+
**Physical consequences:**
|
|
575
|
+
- Hollow aching
|
|
576
|
+
- Hands shake
|
|
577
|
+
- Strange dreams
|
|
578
|
+
- Concrete symptoms
|
|
579
|
+
|
|
580
|
+
**Grandfather example:**
|
|
581
|
+
- Lived 300 years
|
|
582
|
+
- Lost humanity gradually
|
|
583
|
+
- Last century alone
|
|
584
|
+
- Warning for protagonist
|
|
585
|
+
|
|
586
|
+
**Math of lifespan:**
|
|
587
|
+
- 25 now, 275 years ahead
|
|
588
|
+
- Becoming something else
|
|
589
|
+
- Specific, terrifying
|
|
590
|
+
|
|
591
|
+
**Moral trap:**
|
|
592
|
+
- Ability = responsibility
|
|
593
|
+
- Responsibility = use
|
|
594
|
+
- Use = change
|
|
595
|
+
- Change = loss of self
|
|
596
|
+
|
|
597
|
+
**Philosophical depth:**
|
|
598
|
+
- "Just the power... Pretending"
|
|
599
|
+
- Deep existential question
|
|
600
|
+
- Accessible language
|
|
601
|
+
|
|
602
|
+
**Character moment:**
|
|
603
|
+
- Stopped walking unconsciously
|
|
604
|
+
- Physical manifestation of fear
|
|
605
|
+
- Vulnerability shown
|
|
606
|
+
|
|
607
|
+
**Relationship dynamics:**
|
|
608
|
+
- Kael sees through lie
|
|
609
|
+
- Doesn't push
|
|
610
|
+
- Understanding silence
|
|
611
|
+
- Mature friendship
|
|
612
|
+
|
|
613
|
+
**Internal conflict:**
|
|
614
|
+
- Should rest vs. fears dreams
|
|
615
|
+
- Exhaustion vs. avoidance
|
|
616
|
+
- Inevitable surrender
|
|
617
|
+
|
|
618
|
+
**Ominous ending:**
|
|
619
|
+
- "Silver lines waited"
|
|
620
|
+
- No escape in sleep
|
|
621
|
+
- Pattern pervasive
|
|
622
|
+
- Dread established
|
|
623
|
+
|
|
624
|
+
**Style blend:**
|
|
625
|
+
- Zelazny voice (loan shark, sarcasm)
|
|
626
|
+
- Tolkien depth (300 years, gradual loss)
|
|
627
|
+
- Accessible complexity
|
|
628
|
+
- Grade 10-12 comfortable
|
|
629
|
+
|
|
630
|
+
## Key Blended Techniques Summary
|
|
631
|
+
|
|
632
|
+
1. **Modern Voice + Ancient World** - Accessible language in mythic setting
|
|
633
|
+
2. **Sardonic + Sincere** - Humor doesn't undercut genuine emotion
|
|
634
|
+
3. **Quick Pace + Rich Detail** - Short sentences carry world depth
|
|
635
|
+
4. **Practical Hero + Epic Stakes** - Reluctance meets necessity
|
|
636
|
+
5. **Clear Consequences** - Magic/power has real costs
|
|
637
|
+
6. **Mystery Maintained** - Don't explain everything
|
|
638
|
+
7. **Relationship Grounded** - Characters care about each other
|
|
639
|
+
8. **Moral Complexity** - No easy answers
|
|
640
|
+
9. **Physical Reality** - Pain, exhaustion, fear are real
|
|
641
|
+
10. **Hope Despite** - Keep trying despite probable failure
|
|
642
|
+
|
|
643
|
+
---
|
|
644
|
+
|
|
645
|
+
**Reading Level:** Grade 10-12 maintained
|
|
646
|
+
**Sentence Avg:** 10-15 words (balanced)
|
|
647
|
+
**Paragraph Max:** 5 sentences (usually 3-4)
|
|
648
|
+
**Vocabulary:** Modern baseline with archaic accents
|
|
649
|
+
**Themes:** Complex, language clear
|
|
650
|
+
|
|
651
|
+
This blended style takes Zelazny's accessible voice and Tolkien's rich world-building to create fantasy that feels both modern and timeless, immediate and epic, accessible and profound.
|