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,624 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: using-mcp
|
|
3
|
+
name: generic-shared-using-mcp-meta
|
|
4
|
+
description: Understand comprehensive Model Context Protocol (MCP) usage across four approaches (reference MCPs, CLI commands, dynamic discovery, web search) AND MCP tool arguments/patterns. Use when deciding how to execute tasks, invoking MCP tools, building automation, discovering new MCPs, or searching the web for current information.
|
|
5
|
+
scope: generic
|
|
6
|
+
applicable-projects: any
|
|
7
|
+
module: core
|
|
8
|
+
capabilities-provided:
|
|
9
|
+
- mcp-tool-usage
|
|
10
|
+
- mcp-discovery
|
|
11
|
+
- web-search
|
|
12
|
+
# Claude Code v2.1 features
|
|
13
|
+
context: fork
|
|
14
|
+
tools:
|
|
15
|
+
- Read
|
|
16
|
+
- Glob
|
|
17
|
+
- Grep
|
|
18
|
+
- WebSearch
|
|
19
|
+
- WebFetch
|
|
20
|
+
- Bash
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
# Using MCP: Comprehensive Framework + Tools Guide
|
|
24
|
+
|
|
25
|
+
## When to Use This Skill
|
|
26
|
+
|
|
27
|
+
Use this skill when you need to:
|
|
28
|
+
- **Choose which MCP layer** (Reference, Scripts, Discovery) for your task
|
|
29
|
+
- **Invoke MCP tools** and need argument reference or usage patterns
|
|
30
|
+
- **Avoid common mistakes** with MCPs and tool invocations
|
|
31
|
+
- **Design task workflows** mixing file operations, git, and domain-specific tools
|
|
32
|
+
- **Build automation** scripts or tool chains with MCPs
|
|
33
|
+
- **Understand MCP decision frameworks** for any operation type
|
|
34
|
+
|
|
35
|
+
**Example scenarios:**
|
|
36
|
+
- "Should I export 50 tickets with a script or use MCP?"
|
|
37
|
+
- "How do I invoke git_add with multiple files?"
|
|
38
|
+
- "What are the arguments for this MCP tool?"
|
|
39
|
+
- "How do I link Jira and Confluence cross-system?"
|
|
40
|
+
|
|
41
|
+
This skill consolidates **both strategic framework (3-layer architecture) AND tactical tool reference** into one comprehensive resource.
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
## MCP Integration (Optional)
|
|
46
|
+
|
|
47
|
+
This skill uses **NO MCPs** - it teaches you how to use MCPs effectively:
|
|
48
|
+
- Works with built-in reference tools only
|
|
49
|
+
- Guides you to discover and load MCPs when needed
|
|
50
|
+
- Provides arguments reference for all major tools
|
|
51
|
+
- Shows fallback patterns for when MCPs unavailable
|
|
52
|
+
|
|
53
|
+
---
|
|
54
|
+
|
|
55
|
+
## Quick Start: Four MCP Layers
|
|
56
|
+
|
|
57
|
+
### Layer 1: Reference MCPs (Always Available)
|
|
58
|
+
Built-in tools loaded automatically:
|
|
59
|
+
- **Filesystem:** read_file, write_file, edit_file, search_files, etc.
|
|
60
|
+
- **Git:** status, log, diff, commit, checkout, etc.
|
|
61
|
+
- **Analysis:** Sequential Thinking for complex problems
|
|
62
|
+
|
|
63
|
+
**Use for:** Quick tasks, immediate execution, file/git operations
|
|
64
|
+
|
|
65
|
+
### Layer 2: CLI Commands (Pre-Built Automation)
|
|
66
|
+
Tested CLI commands for batch operations:
|
|
67
|
+
- `agentic-framework jira export` - Batch Jira export
|
|
68
|
+
- `agentic-framework backlog import` - Data import
|
|
69
|
+
- `agentic-framework confluence create-page` - Confluence automation
|
|
70
|
+
|
|
71
|
+
**Use for:** Batch operations (10+ items), repeated tasks, format conversion
|
|
72
|
+
|
|
73
|
+
### Layer 3: Dynamic MCP Discovery (Specialize When Needed)
|
|
74
|
+
Discover and load domain-specific MCPs:
|
|
75
|
+
- `mcp-find "atlassian"` - Find Jira/Confluence MCP
|
|
76
|
+
- `mcp-add "atlassian-mcp"` - Register and activate
|
|
77
|
+
- `mcp-exec tool_name` - Call MCP tool
|
|
78
|
+
|
|
79
|
+
**Use for:** Complex specialized operations, interactive domain work, when script unavailable
|
|
80
|
+
|
|
81
|
+
### Layer 3b: Web Search & Fetching (External Information)
|
|
82
|
+
Built-in web capabilities via MCP_DOCKER:
|
|
83
|
+
- `mcp__MCP_DOCKER__search` - Search DuckDuckGo
|
|
84
|
+
- `mcp__MCP_DOCKER__fetch_content` - Fetch and parse web pages
|
|
85
|
+
|
|
86
|
+
**Use for:** Current information, external docs, API references, troubleshooting
|
|
87
|
+
|
|
88
|
+
---
|
|
89
|
+
|
|
90
|
+
## Decision Framework: Which Layer to Use
|
|
91
|
+
|
|
92
|
+
### Step 1: Identify Task Category
|
|
93
|
+
|
|
94
|
+
```
|
|
95
|
+
Is this a quick, immediate task?
|
|
96
|
+
YES → Use Layer 1 (Reference MCPs)
|
|
97
|
+
NO → Continue to Step 2
|
|
98
|
+
|
|
99
|
+
Is this a batch/repeated operation (10+ items)?
|
|
100
|
+
YES → Use Layer 2 (Scripts) or Layer 3 (MCP)
|
|
101
|
+
NO → Continue to Step 2
|
|
102
|
+
|
|
103
|
+
Is this specialized domain operation (Jira, Confluence, etc.)?
|
|
104
|
+
YES → Use Layer 2 (if script exists) or Layer 3 (discover MCP)
|
|
105
|
+
NO → Use Layer 1
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
### Step 2: Quick Decision Matrix
|
|
109
|
+
|
|
110
|
+
| Task Type | Layer 1 | Layer 2 | Layer 3 | Layer 3b | Recommended |
|
|
111
|
+
|-----------|---------|---------|---------|----------|-------------|
|
|
112
|
+
| **Read/write files** | ✅ **BEST** | ❌ No | ❌ No | ❌ No | **Layer 1** |
|
|
113
|
+
| **Git operations** | ✅ **BEST** | ❌ No | ❌ No | ❌ No | **Layer 1** |
|
|
114
|
+
| **Search codebase** | ✅ **BEST** | ❌ No | ❌ No | ❌ No | **Layer 1** |
|
|
115
|
+
| **Export 50+ items** | ❌ No | ✅ **BEST** | ⚠️ Maybe | ❌ No | **Layer 2** |
|
|
116
|
+
| **Format conversion** | ❌ No | ✅ **BEST** | ❌ No | ❌ No | **Layer 2** |
|
|
117
|
+
| **Complex Jira search** | ❌ No | ❌ No | ✅ **BEST** | ❌ No | **Layer 3** |
|
|
118
|
+
| **Create single item** | ❌ No | ⚠️ Maybe | ✅ **BEST** | ❌ No | **Layer 3** |
|
|
119
|
+
| **Web search/research** | ❌ No | ❌ No | ❌ No | ✅ **BEST** | **Layer 3b** |
|
|
120
|
+
| **Fetch external docs** | ❌ No | ❌ No | ❌ No | ✅ **BEST** | **Layer 3b** |
|
|
121
|
+
| **Discover new MCP** | ❌ No | ❌ No | ✅ **BEST** | ❌ No | **Layer 3** |
|
|
122
|
+
| **Database queries** | ❌ No | ⚠️ Maybe | ✅ **BEST** | ❌ No | **Layer 3** |
|
|
123
|
+
|
|
124
|
+
### Step 3: Fallback Chain (Always Works)
|
|
125
|
+
|
|
126
|
+
```
|
|
127
|
+
Try primary approach
|
|
128
|
+
↓
|
|
129
|
+
If unavailable/insufficient:
|
|
130
|
+
Try alternative approach
|
|
131
|
+
↓
|
|
132
|
+
If that fails:
|
|
133
|
+
Use simplest available approach
|
|
134
|
+
↓
|
|
135
|
+
Result: Task completes one way or another
|
|
136
|
+
```
|
|
137
|
+
|
|
138
|
+
---
|
|
139
|
+
|
|
140
|
+
## Essential MCP Tool Patterns
|
|
141
|
+
|
|
142
|
+
### Pattern 1: File Path Arguments
|
|
143
|
+
**Rule:** Always use absolute paths, never relative
|
|
144
|
+
```
|
|
145
|
+
✅ /full/path/to/your/project/file.txt
|
|
146
|
+
❌ ./file.txt
|
|
147
|
+
❌ ~/file.txt
|
|
148
|
+
```
|
|
149
|
+
|
|
150
|
+
### Pattern 2: Array Arguments (git_add, code-mode servers)
|
|
151
|
+
**Rule:** Use JSON array notation, not comma-separated strings
|
|
152
|
+
```
|
|
153
|
+
✅ files: ["file1.txt", "file2.ts"]
|
|
154
|
+
❌ files: "file1.txt, file2.ts"
|
|
155
|
+
```
|
|
156
|
+
|
|
157
|
+
### Pattern 3: Optional Parameters with Defaults
|
|
158
|
+
**Rule:** Omit optional parameters entirely (don't pass null/undefined)
|
|
159
|
+
```
|
|
160
|
+
✅ git_log(repo_path: "/path") # Uses default max_count=10
|
|
161
|
+
❌ git_log(repo_path: "/path", max_count: null)
|
|
162
|
+
```
|
|
163
|
+
|
|
164
|
+
### Pattern 4: Exact String Matching in Edits
|
|
165
|
+
**Rule:** oldText must match EXACTLY (whitespace, indentation matters)
|
|
166
|
+
```
|
|
167
|
+
✅ oldText: "const x = 1;\n" # Exact match with newline
|
|
168
|
+
❌ oldText: "const x = 1" # Missing newline = no match
|
|
169
|
+
```
|
|
170
|
+
|
|
171
|
+
**ALWAYS read file first to get exact text**
|
|
172
|
+
|
|
173
|
+
### Pattern 5: Special Characters in Git Messages
|
|
174
|
+
**Rule:** Escape newlines and quotes in git commit messages
|
|
175
|
+
```
|
|
176
|
+
✅ message: "Fix bug\n\nDetailed explanation"
|
|
177
|
+
❌ message: "Fix bug
|
|
178
|
+
Detailed explanation" # Unescaped newline
|
|
179
|
+
```
|
|
180
|
+
|
|
181
|
+
---
|
|
182
|
+
|
|
183
|
+
## Top 20 MCP Tools Quick Reference
|
|
184
|
+
|
|
185
|
+
| Tool | Category | Key Arguments | Common Error |
|
|
186
|
+
|------|----------|---------------|--------------|
|
|
187
|
+
| `read_file` | File I/O | `path` (required) | Missing path or invalid path |
|
|
188
|
+
| `write_file` | File I/O | `path`, `content` (both required) | Forgetting content parameter |
|
|
189
|
+
| `edit_file` | File I/O | `path`, `edits[]` (required) | Edits array malformed or oldText not exact |
|
|
190
|
+
| `list_directory` | File I/O | `path` (required) | Path doesn't exist |
|
|
191
|
+
| `git_add` | Git | `repo_path`, `files[]` (required) | Files array as string instead of array |
|
|
192
|
+
| `git_commit` | Git | `repo_path`, `message` (required) | Message with special chars not escaped |
|
|
193
|
+
| `git_status` | Git | `repo_path` (required) | Missing repo_path parameter |
|
|
194
|
+
| `git_log` | Git | `repo_path` (required); `max_count` (optional) | Not handling defaults |
|
|
195
|
+
| `git_diff` | Git | `repo_path`, `target` (required) | Target branch syntax incorrect |
|
|
196
|
+
| `git_checkout` | Git | `repo_path`, `branch_name` (required) | Branch doesn't exist |
|
|
197
|
+
| `search_files` | Search | `path`, `pattern` (required) | Pattern as literal string instead of regex |
|
|
198
|
+
| `directory_tree` | File I/O | `path` (required) | Using relative path |
|
|
199
|
+
| `create_directory` | File I/O | `path` (required) | Path with spaces not quoted |
|
|
200
|
+
| `move_file` | File I/O | `source`, `destination` (required) | Destination already exists |
|
|
201
|
+
| `get_file_info` | File I/O | `path` (required) | Path doesn't exist |
|
|
202
|
+
| `mcp-find` | MCP Mgmt | `query` (required); `limit` (optional) | Query too specific |
|
|
203
|
+
| `mcp-add` | MCP Mgmt | `name` (required); `activate` (optional) | MCP name not exact from catalog |
|
|
204
|
+
| `mcp-exec` | MCP Mgmt | `name`, `arguments` (required) | Arguments don't match tool schema |
|
|
205
|
+
| `git_diff_staged` | Git | `repo_path` (required) | Missing repo_path |
|
|
206
|
+
| `code-mode` | MCP Util | `servers[]`, `name` (required) | Servers array missing or invalid |
|
|
207
|
+
|
|
208
|
+
---
|
|
209
|
+
|
|
210
|
+
## MCP Layer Characteristics
|
|
211
|
+
|
|
212
|
+
### Layer 1: Reference MCPs - ALWAYS AVAILABLE
|
|
213
|
+
|
|
214
|
+
**What you get:**
|
|
215
|
+
```
|
|
216
|
+
Filesystem (11 tools): read_file, write_file, edit_file, list_directory, etc.
|
|
217
|
+
Git (12 tools): status, log, diff, commit, checkout, reset, etc.
|
|
218
|
+
Analysis: Sequential Thinking for planning/analysis
|
|
219
|
+
```
|
|
220
|
+
|
|
221
|
+
**Cost:** ~100-500 tokens per operation (already in context)
|
|
222
|
+
|
|
223
|
+
**Use when:**
|
|
224
|
+
- ✅ Quick/immediate tasks
|
|
225
|
+
- ✅ File operations (read, write, edit, find)
|
|
226
|
+
- ✅ Git operations (status, commit, diff)
|
|
227
|
+
- ✅ Analysis and problem-solving
|
|
228
|
+
- ✅ Interactive user queries
|
|
229
|
+
|
|
230
|
+
**Example:**
|
|
231
|
+
```
|
|
232
|
+
Task: "Find where errors are handled"
|
|
233
|
+
→ Use Grep + Sequential Thinking (immediate, no discovery)
|
|
234
|
+
```
|
|
235
|
+
|
|
236
|
+
---
|
|
237
|
+
|
|
238
|
+
### Layer 2: CLI Commands - USE EXISTING
|
|
239
|
+
|
|
240
|
+
**What you get:**
|
|
241
|
+
```
|
|
242
|
+
Pre-tested, proven CLI commands:
|
|
243
|
+
- agentic-framework jira export (batch export)
|
|
244
|
+
- agentic-framework backlog import (data import)
|
|
245
|
+
- agentic-framework confluence create-page (page creation)
|
|
246
|
+
- agentic-framework confluence fetch-page (page retrieval)
|
|
247
|
+
- agentic-framework confluence import-reports (batch import)
|
|
248
|
+
```
|
|
249
|
+
|
|
250
|
+
**Cost:** No MCP tokens (CLI runs independently)
|
|
251
|
+
|
|
252
|
+
**Use when:**
|
|
253
|
+
- ✅ Batch operations (10+ items)
|
|
254
|
+
- ✅ Format conversion (complex transformations)
|
|
255
|
+
- ✅ Repeated workflows
|
|
256
|
+
- ✅ Offline execution needed
|
|
257
|
+
- ✅ Pre-tested, reliable operations
|
|
258
|
+
|
|
259
|
+
**Example:**
|
|
260
|
+
```
|
|
261
|
+
Task: "Export 50 approved Jira tickets"
|
|
262
|
+
→ Use agentic-framework jira export (tested, reliable)
|
|
263
|
+
```
|
|
264
|
+
|
|
265
|
+
**When to create new scripts:**
|
|
266
|
+
- Batch operation (10+ items) needs repeating
|
|
267
|
+
- Complex logic needed (would take >50 lines of code)
|
|
268
|
+
- Format conversion needed
|
|
269
|
+
- Performance critical
|
|
270
|
+
|
|
271
|
+
---
|
|
272
|
+
|
|
273
|
+
### Layer 3: Dynamic MCP Discovery - SPECIALIZE WHEN NEEDED
|
|
274
|
+
|
|
275
|
+
**What you get:**
|
|
276
|
+
```
|
|
277
|
+
Discovered and loaded on-demand:
|
|
278
|
+
- atlassian MCP (Jira + Confluence operations)
|
|
279
|
+
- aws MCP (AWS resource operations)
|
|
280
|
+
- database MCP (PostgreSQL queries)
|
|
281
|
+
- And others available in catalog
|
|
282
|
+
```
|
|
283
|
+
|
|
284
|
+
**Cost:** ~900 tokens first use (discovery + loading)
|
|
285
|
+
Subsequent uses: ~100-300 tokens (MCP stays loaded)
|
|
286
|
+
|
|
287
|
+
**Use when:**
|
|
288
|
+
- ❌ NOT for quick/simple tasks (use Layer 1)
|
|
289
|
+
- ❌ NOT if script exists (use Layer 2)
|
|
290
|
+
- ✅ Complex specialized operations
|
|
291
|
+
- ✅ Interactive domain workflows
|
|
292
|
+
- ✅ Cross-system integration
|
|
293
|
+
- ✅ Batch operations without scripts
|
|
294
|
+
|
|
295
|
+
**Example:**
|
|
296
|
+
```
|
|
297
|
+
Task: "Complex Jira search with custom filters"
|
|
298
|
+
→ Discover atlassian MCP
|
|
299
|
+
→ Load with code-mode
|
|
300
|
+
→ Use specialized MCP tools
|
|
301
|
+
```
|
|
302
|
+
|
|
303
|
+
---
|
|
304
|
+
|
|
305
|
+
### Layer 3b: Web Search & Content Fetching
|
|
306
|
+
|
|
307
|
+
**What you get:**
|
|
308
|
+
```
|
|
309
|
+
Built-in web capabilities via MCP_DOCKER:
|
|
310
|
+
- mcp__MCP_DOCKER__search - Search DuckDuckGo for current information
|
|
311
|
+
- mcp__MCP_DOCKER__fetch_content - Fetch and parse web pages to markdown
|
|
312
|
+
```
|
|
313
|
+
|
|
314
|
+
**Cost:** ~200 tokens per search, ~300-500 tokens per fetch
|
|
315
|
+
|
|
316
|
+
**Use when:**
|
|
317
|
+
- ✅ Need current information beyond training data cutoff
|
|
318
|
+
- ✅ Research external library/API documentation
|
|
319
|
+
- ✅ Verify service status, API endpoints, or rate limits
|
|
320
|
+
- ✅ Find examples or patterns from external sources
|
|
321
|
+
- ✅ Look up error messages or troubleshooting guides
|
|
322
|
+
|
|
323
|
+
**Example:**
|
|
324
|
+
```
|
|
325
|
+
Task: "Find current Stripe API rate limits"
|
|
326
|
+
→ Use mcp__MCP_DOCKER__search query="Stripe API rate limits 2025"
|
|
327
|
+
→ Use mcp__MCP_DOCKER__fetch_content to get detailed page content
|
|
328
|
+
→ Extract relevant information for user
|
|
329
|
+
```
|
|
330
|
+
|
|
331
|
+
**Web Search Arguments:**
|
|
332
|
+
| Tool | Required | Optional | Notes |
|
|
333
|
+
|------|----------|----------|-------|
|
|
334
|
+
| `search` | `query` | `max_results` (default: 10) | Returns titles, URLs, snippets |
|
|
335
|
+
| `fetch_content` | `url` | - | Returns markdown-formatted page content |
|
|
336
|
+
|
|
337
|
+
---
|
|
338
|
+
|
|
339
|
+
### Dynamic MCP Discovery with mcp-find
|
|
340
|
+
|
|
341
|
+
When you need specialized capabilities not covered by Layers 1-3, discover MCPs dynamically:
|
|
342
|
+
|
|
343
|
+
**Discovery Workflow:**
|
|
344
|
+
```
|
|
345
|
+
1. Search catalog: mcp__MCP_DOCKER__mcp-find query="sql" limit=5
|
|
346
|
+
2. Review results: Check name, description, available tools
|
|
347
|
+
3. Register MCP: mcp__MCP_DOCKER__mcp-add name="postgres" activate=true
|
|
348
|
+
4. Execute tool: mcp__MCP_DOCKER__mcp-exec name="query" arguments={...}
|
|
349
|
+
```
|
|
350
|
+
|
|
351
|
+
**Common MCP Searches:**
|
|
352
|
+
|
|
353
|
+
| Need | Search Query | Likely MCPs | Example Use Case |
|
|
354
|
+
|------|-------------|-------------|------------------|
|
|
355
|
+
| Database queries | `mcp-find "sql"` | postgres, mysql, sqlite | Query production metrics |
|
|
356
|
+
| HTML to markdown | `mcp-find "markdown"` | markdownify, turndown | Convert web pages |
|
|
357
|
+
| File system ops | `mcp-find "filesystem"` | filesystem, fs-extra | Advanced file operations |
|
|
358
|
+
| IDE integration | `mcp-find "jetbrains"` | jetbrains-gateway | IDE automation |
|
|
359
|
+
| Atlassian tools | `mcp-find "atlassian"` | atlassian-jira, confluence | Jira/Confluence API |
|
|
360
|
+
| AWS resources | `mcp-find "aws"` | aws-sdk, boto3 | Cloud operations |
|
|
361
|
+
| GitHub/Git | `mcp-find "github"` | github, gitlab | Repository management |
|
|
362
|
+
| Slack/Teams | `mcp-find "slack"` | slack, teams | Messaging integration |
|
|
363
|
+
|
|
364
|
+
**MCP Management Tools:**
|
|
365
|
+
|
|
366
|
+
| Tool | Purpose | Key Arguments |
|
|
367
|
+
|------|---------|---------------|
|
|
368
|
+
| `mcp-find` | Search MCP catalog | `query` (required), `limit` (optional) |
|
|
369
|
+
| `mcp-add` | Register MCP in session | `name` (required), `activate` (optional) |
|
|
370
|
+
| `mcp-remove` | Unregister MCP | `name` (required) |
|
|
371
|
+
| `mcp-config-set` | Configure MCP settings | `server`, `config` (both required) |
|
|
372
|
+
| `mcp-exec` | Execute MCP tool | `name`, `arguments` (both required) |
|
|
373
|
+
| `code-mode` | Combine multiple MCPs | `servers[]`, `name` (both required) |
|
|
374
|
+
|
|
375
|
+
**Example: Dynamic SQL MCP Discovery**
|
|
376
|
+
```
|
|
377
|
+
Task: "Query production database for user metrics"
|
|
378
|
+
|
|
379
|
+
Step 1: Discover
|
|
380
|
+
→ mcp__MCP_DOCKER__mcp-find query="postgres"
|
|
381
|
+
→ Returns: [{name: "postgres", description: "PostgreSQL database..."}]
|
|
382
|
+
|
|
383
|
+
Step 2: Register
|
|
384
|
+
→ mcp__MCP_DOCKER__mcp-add name="postgres" activate=true
|
|
385
|
+
|
|
386
|
+
Step 3: Execute
|
|
387
|
+
→ mcp__MCP_DOCKER__mcp-exec name="query" arguments={
|
|
388
|
+
sql: "SELECT COUNT(*) FROM users WHERE active = true"
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
Cost: ~400 tokens initial discovery, ~100 tokens per subsequent query
|
|
392
|
+
```
|
|
393
|
+
|
|
394
|
+
---
|
|
395
|
+
|
|
396
|
+
## Common Workflow Patterns
|
|
397
|
+
|
|
398
|
+
### Pattern: Quick Code Search (Layer 1)
|
|
399
|
+
```
|
|
400
|
+
Task: "Find where errors from client are handled"
|
|
401
|
+
Decision: Quick/simple → Layer 1
|
|
402
|
+
Execution:
|
|
403
|
+
1. Use Grep to search error handlers
|
|
404
|
+
2. Use Sequential Thinking to analyze patterns
|
|
405
|
+
3. Return structured findings
|
|
406
|
+
Cost: ~200 tokens, immediate
|
|
407
|
+
```
|
|
408
|
+
|
|
409
|
+
### Pattern: Export 50 Tickets (Layer 2)
|
|
410
|
+
```
|
|
411
|
+
Task: "Export 50 approved tickets to Jira"
|
|
412
|
+
Decision: Batch (50) + Script exists → Layer 2
|
|
413
|
+
Execution:
|
|
414
|
+
1. Run: agentic-framework jira export [input]
|
|
415
|
+
2. Script handles: CSV parsing, format conversion, API calls
|
|
416
|
+
3. Files moved to backlog/tickets/
|
|
417
|
+
Cost: No MCP tokens, reliable, tested
|
|
418
|
+
```
|
|
419
|
+
|
|
420
|
+
### Pattern: Complex Jira + Confluence Linking (Layer 2→3)
|
|
421
|
+
```
|
|
422
|
+
Task: "Link 20 Jira tickets to Confluence pages"
|
|
423
|
+
Decision: Batch + Complex → Try Layer 2, else Layer 3
|
|
424
|
+
Path 1 (Layer 2): Create script if time allows
|
|
425
|
+
Path 2 (Layer 3): Discover atlassian MCP, load, use tools
|
|
426
|
+
Fallback: Manual agentic approach
|
|
427
|
+
Cost: Script preferred (no MCP), or Layer 3 if unavailable
|
|
428
|
+
```
|
|
429
|
+
|
|
430
|
+
### Pattern: Single Item CRUD (Layer 3)
|
|
431
|
+
```
|
|
432
|
+
Task: "Create one Jira story interactively"
|
|
433
|
+
Decision: Single item + Interactive → Layer 3
|
|
434
|
+
Execution:
|
|
435
|
+
1. Discover: mcp-find "atlassian"
|
|
436
|
+
2. Load: code-mode with ["atlassian"]
|
|
437
|
+
3. Execute: mcp__atlassian__create_issue(...)
|
|
438
|
+
4. User gets feedback, can refine
|
|
439
|
+
Cost: ~900 tokens initial, interactive
|
|
440
|
+
```
|
|
441
|
+
|
|
442
|
+
---
|
|
443
|
+
|
|
444
|
+
## Common Errors & Prevention
|
|
445
|
+
|
|
446
|
+
### File Operations Errors
|
|
447
|
+
- **"Path not found"** → Check absolute path exists with `list_directory` first
|
|
448
|
+
- **"Edit did not match"** → Use Read tool first to verify exact whitespace
|
|
449
|
+
- **"Directory already exists"** → For create_directory, check first or handle gracefully
|
|
450
|
+
|
|
451
|
+
### Git Operation Errors
|
|
452
|
+
- **"Invalid branch name"** → Branch must exist; check with `git_log` first
|
|
453
|
+
- **"Nothing to commit"** → Stage files with `git_add` before commit
|
|
454
|
+
- **"Files array invalid"** → Use `["file1", "file2"]` not `"file1, file2"`
|
|
455
|
+
|
|
456
|
+
### MCP Tool Errors
|
|
457
|
+
- **"MCP not found"** → Use `mcp-find` to search catalog before `mcp-add`
|
|
458
|
+
- **"Arguments mismatch"** → Check tool schema with proper arguments
|
|
459
|
+
- **"Tool not available"** → MCP must be registered with `mcp-add` first
|
|
460
|
+
|
|
461
|
+
### Common Mistakes (Quick Fixes)
|
|
462
|
+
|
|
463
|
+
| Mistake | Problem | Fix |
|
|
464
|
+
|---------|---------|-----|
|
|
465
|
+
| Relative paths | "Path not found" | Always use absolute paths |
|
|
466
|
+
| Edit without reading | "oldText did not match" | Read file first, copy exact text |
|
|
467
|
+
| Files as string | "Expected array" | Use: `["file1", "file2"]` not `"file1, file2"` |
|
|
468
|
+
| Commit without staging | "Nothing to commit" | Use `git_add` first |
|
|
469
|
+
| Wrong MCP name | "MCP not found" | Use `mcp-find` first, copy exact name |
|
|
470
|
+
| Unescaped newlines | Message format broken | Use `\n` for breaks, `\"` for quotes |
|
|
471
|
+
| Using tool before MCP adds | "Tool not found" | Use `mcp-add` with `activate: true` |
|
|
472
|
+
|
|
473
|
+
---
|
|
474
|
+
|
|
475
|
+
## Decision Trees
|
|
476
|
+
|
|
477
|
+
### "Should I build a script?"
|
|
478
|
+
|
|
479
|
+
```
|
|
480
|
+
Is this a repeated task?
|
|
481
|
+
├─ YES: Will it run 5+ times/month?
|
|
482
|
+
│ ├─ YES → Build Layer 2 script
|
|
483
|
+
│ └─ NO → Use Layer 1 or 3
|
|
484
|
+
│
|
|
485
|
+
└─ NO: Is it batch (10+ items)?
|
|
486
|
+
├─ YES → Consider Layer 2 script
|
|
487
|
+
│ (or use Layer 3 MCP)
|
|
488
|
+
└─ NO → Use Layer 1 or 3
|
|
489
|
+
```
|
|
490
|
+
|
|
491
|
+
### "Should I discover MCP?"
|
|
492
|
+
|
|
493
|
+
```
|
|
494
|
+
Does Layer 2 script exist?
|
|
495
|
+
├─ YES → Use script (primary)
|
|
496
|
+
│
|
|
497
|
+
└─ NO: Is this complex/specialized?
|
|
498
|
+
├─ YES → Try discover MCP
|
|
499
|
+
│ (mcp-find "capability")
|
|
500
|
+
│
|
|
501
|
+
└─ NO → Use Layer 1 (reference MCPs)
|
|
502
|
+
```
|
|
503
|
+
|
|
504
|
+
### "Which Layer handles this task?"
|
|
505
|
+
|
|
506
|
+
```
|
|
507
|
+
Is this immediate/interactive?
|
|
508
|
+
├─ YES → Layer 1 (reference MCPs)
|
|
509
|
+
│
|
|
510
|
+
└─ NO: Is this batch/repeated?
|
|
511
|
+
├─ YES → Layer 2 (scripts) or Layer 3 (MCP)
|
|
512
|
+
│
|
|
513
|
+
└─ NO: Is this simple?
|
|
514
|
+
├─ YES → Layer 1
|
|
515
|
+
└─ NO → Layer 3 (specialized)
|
|
516
|
+
```
|
|
517
|
+
|
|
518
|
+
---
|
|
519
|
+
|
|
520
|
+
## Token Efficiency
|
|
521
|
+
|
|
522
|
+
### Layer 1 (Reference MCPs)
|
|
523
|
+
```
|
|
524
|
+
Setup cost: 0 tokens (always loaded)
|
|
525
|
+
Per operation: 100-500 tokens
|
|
526
|
+
Total: Minimal overhead
|
|
527
|
+
Efficiency: ⭐⭐⭐⭐⭐ Best
|
|
528
|
+
```
|
|
529
|
+
|
|
530
|
+
### Layer 2 (Custom Scripts)
|
|
531
|
+
```
|
|
532
|
+
Setup cost: 0 tokens (no MCPs)
|
|
533
|
+
Script cost: 0 MCP tokens
|
|
534
|
+
Result return: 100-1000 tokens
|
|
535
|
+
Efficiency: ⭐⭐⭐⭐⭐ Excellent (no MCP overhead)
|
|
536
|
+
```
|
|
537
|
+
|
|
538
|
+
### Layer 3 (Dynamic MCP Discovery)
|
|
539
|
+
```
|
|
540
|
+
Discovery: ~200 tokens
|
|
541
|
+
Loading: ~600 tokens
|
|
542
|
+
Per operation: 100-300 tokens
|
|
543
|
+
First time: ~900 tokens
|
|
544
|
+
Subsequent: ~100-300 tokens (MCP stays loaded)
|
|
545
|
+
Efficiency: ⭐⭐⭐ Good for complex ops
|
|
546
|
+
```
|
|
547
|
+
|
|
548
|
+
---
|
|
549
|
+
|
|
550
|
+
## See Also (Supporting Files)
|
|
551
|
+
|
|
552
|
+
### For Different Audiences
|
|
553
|
+
|
|
554
|
+
- **[QUICK-REFERENCE.md](./QUICK-REFERENCE.md)** - Top 20 tools cheat sheet (1 page)
|
|
555
|
+
- **[TOOLS-REFERENCE.md](./TOOLS-REFERENCE.md)** - Complete argument documentation (35+ tools)
|
|
556
|
+
- **[EXAMPLES.md](./EXAMPLES.md)** - Real-world examples across all layers and tasks
|
|
557
|
+
|
|
558
|
+
### For Decision-Making
|
|
559
|
+
|
|
560
|
+
- **[DECISION-MATRICES.md](./DECISION-MATRICES.md)** - Detailed operation × layer matrices
|
|
561
|
+
- **[EXAMPLES.md](./EXAMPLES.md)** - 9 detailed decision walkthroughs
|
|
562
|
+
|
|
563
|
+
### For Error Prevention
|
|
564
|
+
|
|
565
|
+
- **[ANTI-PATTERNS.md](./ANTI-PATTERNS.md)** - 12 common mistakes and fixes
|
|
566
|
+
|
|
567
|
+
### Related Skills
|
|
568
|
+
|
|
569
|
+
- **maintaining-framework-governance** - MCP registration governance (invoke via Skill tool)
|
|
570
|
+
- **building-claude-skills** - Building skills with MCPs (invoke via Skill tool)
|
|
571
|
+
|
|
572
|
+
### Framework Documentation
|
|
573
|
+
|
|
574
|
+
- Your project's automation scripts (`src/` directory)
|
|
575
|
+
- MCP discovery tools and Docker gateway configuration
|
|
576
|
+
- Framework governance rules and standards
|
|
577
|
+
|
|
578
|
+
---
|
|
579
|
+
|
|
580
|
+
## Checklist: Choosing an MCP Layer
|
|
581
|
+
|
|
582
|
+
Before executing a task:
|
|
583
|
+
|
|
584
|
+
- [ ] **Is this quick/immediate?** → Layer 1 (reference MCPs)
|
|
585
|
+
- [ ] **Is this batch/repeated (10+ items)?** → Layer 2 (scripts) or Layer 3 (MCP)
|
|
586
|
+
- [ ] **Does script exist?** → Use Layer 2 first
|
|
587
|
+
- [ ] **Is this specialized/complex?** → Consider Layer 3 (discover MCP)
|
|
588
|
+
- [ ] **Plan fallback** → Know what happens if primary fails
|
|
589
|
+
- [ ] **Execute** → Use chosen layer
|
|
590
|
+
- [ ] **Verify** → Confirm task completed successfully
|
|
591
|
+
|
|
592
|
+
---
|
|
593
|
+
|
|
594
|
+
## Key Principles
|
|
595
|
+
|
|
596
|
+
1. **Layer 1 First** - Reference MCPs for quick, immediate tasks
|
|
597
|
+
2. **Layer 2 for Repeats** - Scripts for batch and repeated operations
|
|
598
|
+
3. **Layer 3 for Complexity** - Dynamic discovery for specialized needs
|
|
599
|
+
4. **Graceful Fallback** - Always have a backup approach
|
|
600
|
+
5. **No Hardcoding** - MCPs are optional, never required
|
|
601
|
+
6. **Token Conscious** - Choose layer based on task, not blind preference
|
|
602
|
+
7. **Read-Before-Edit** - Always read file first to get exact text
|
|
603
|
+
8. **Absolute Paths** - Never use relative paths with MCP tools
|
|
604
|
+
9. **Array Arguments** - Files/servers parameters must be arrays, not strings
|
|
605
|
+
10. **Exact Matching** - oldText in edit_file must match EXACTLY
|
|
606
|
+
|
|
607
|
+
---
|
|
608
|
+
|
|
609
|
+
**Skill Version:** 2.2 (Added Web Search & MCP Discovery)
|
|
610
|
+
**Status:** Unified Meta-Skill - Combines Framework + Tools Guide
|
|
611
|
+
**Scope:** Generic (any project)
|
|
612
|
+
**Framework Version:** v12.0+
|
|
613
|
+
**Last Updated:** 2026-01-07
|
|
614
|
+
|
|
615
|
+
**What's Included:**
|
|
616
|
+
- ✅ 4-Layer Architecture (Reference, CLI, Discovery, Web Search)
|
|
617
|
+
- ✅ Tool Arguments Reference (35+ tools)
|
|
618
|
+
- ✅ Decision Frameworks & Matrices
|
|
619
|
+
- ✅ Common Error Prevention (with detailed ANTI-PATTERNS.md)
|
|
620
|
+
- ✅ Real-World Examples
|
|
621
|
+
- ✅ Web Search via DuckDuckGo MCP (Layer 3b)
|
|
622
|
+
- ✅ Dynamic MCP Discovery workflow (mcp-find, mcp-add, mcp-exec)
|
|
623
|
+
- ✅ All supporting files preserved and reorganized
|
|
624
|
+
|