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,119 @@
|
|
|
1
|
+
# Building Claude Skills: MCP Integration Anti-Patterns
|
|
2
|
+
|
|
3
|
+
## Anti-Pattern 4: Hardcoded MCP Dependencies
|
|
4
|
+
|
|
5
|
+
### ❌ The Problem
|
|
6
|
+
|
|
7
|
+
```markdown
|
|
8
|
+
## Instructions
|
|
9
|
+
|
|
10
|
+
This skill requires the **atlassian MCP** to work.
|
|
11
|
+
|
|
12
|
+
1. Load atlassian MCP: `mcp__MCP_DOCKER__code-mode ...`
|
|
13
|
+
2. Search for issues
|
|
14
|
+
3. Create new issue
|
|
15
|
+
4. Update issue fields
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
**Issues:**
|
|
19
|
+
- If MCP unavailable → Skill fails completely
|
|
20
|
+
- No graceful fallback
|
|
21
|
+
- Tight coupling to MCP
|
|
22
|
+
- User can't use skill without MCP
|
|
23
|
+
|
|
24
|
+
### ✅ Correct Approach: Optional MCP
|
|
25
|
+
|
|
26
|
+
```markdown
|
|
27
|
+
## MCP Integration (Optional)
|
|
28
|
+
|
|
29
|
+
This skill works with OR without the **atlassian MCP**:
|
|
30
|
+
|
|
31
|
+
**With atlassian MCP (Batch Operations):**
|
|
32
|
+
- Faster: Bulk operations in single API call
|
|
33
|
+
- Requires: `atlassian` MCP available
|
|
34
|
+
- Command: `mcp__MCP_DOCKER__code-mode "task" --servers ["atlassian"]`
|
|
35
|
+
|
|
36
|
+
**Without MCP (Graceful Fallback):**
|
|
37
|
+
- Uses Python scripts: `src/jira/create_jira_story.py`
|
|
38
|
+
- Speed: Slower for large batches
|
|
39
|
+
- Availability: Always works
|
|
40
|
+
- No additional setup needed
|
|
41
|
+
|
|
42
|
+
## Instructions
|
|
43
|
+
|
|
44
|
+
1. [Perform task with whatever is available]
|
|
45
|
+
2. If MCP loaded: Use batch operations
|
|
46
|
+
3. If no MCP: Use Python script fallback
|
|
47
|
+
4. Result is the same either way
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
### Key Principle
|
|
51
|
+
**Never make skill unusable if MCP unavailable. Always provide fallback.**
|
|
52
|
+
|
|
53
|
+
---
|
|
54
|
+
|
|
55
|
+
## Preventing Anti-Patterns: Checklist
|
|
56
|
+
|
|
57
|
+
### Before Creating a Skill
|
|
58
|
+
|
|
59
|
+
- [ ] Read building-claude-skills (this entire skill)
|
|
60
|
+
- [ ] Review EXAMPLES.md in building-claude-skills
|
|
61
|
+
- [ ] Check ANTI-PATTERNS.md (this file)
|
|
62
|
+
- [ ] Decide scope: Generic or Project-Specific?
|
|
63
|
+
- [ ] Plan directory: .claude/skills/{generic|apmr}/
|
|
64
|
+
- [ ] Plan supporting files needed
|
|
65
|
+
|
|
66
|
+
### While Creating SKILL.md
|
|
67
|
+
|
|
68
|
+
- [ ] YAML frontmatter correct
|
|
69
|
+
- [ ] Description < 1024 chars, answers WHEN
|
|
70
|
+
- [ ] Scope declared (generic | project-specific)
|
|
71
|
+
- [ ] Name in gerund form (verb + -ing)
|
|
72
|
+
- [ ] Main file target: < 500 lines
|
|
73
|
+
- [ ] Instructions: 3-5 numbered steps
|
|
74
|
+
- [ ] Common Patterns: 2-4 patterns
|
|
75
|
+
- [ ] See Also: Links to supporting files
|
|
76
|
+
- [ ] No MCP hardcoding
|
|
77
|
+
|
|
78
|
+
### After Creating Supporting Files
|
|
79
|
+
|
|
80
|
+
- [ ] EXAMPLES.md exists and is concrete
|
|
81
|
+
- [ ] STANDARDS.md exists if needed
|
|
82
|
+
- [ ] ANTI-PATTERNS.md exists if complex
|
|
83
|
+
- [ ] All referenced files exist (no broken links)
|
|
84
|
+
- [ ] No circular references
|
|
85
|
+
- [ ] Link validator passes
|
|
86
|
+
- [ ] Consistent file organization
|
|
87
|
+
|
|
88
|
+
### Before Submitting
|
|
89
|
+
|
|
90
|
+
- [ ] Syntax validation: YAML, markdown
|
|
91
|
+
- [ ] Scope validation: Correct declaration
|
|
92
|
+
- [ ] Link validation: All references work
|
|
93
|
+
- [ ] Tested: Syntax, scope, invocation
|
|
94
|
+
- [ ] Model tested: Claude 3.5 Sonnet, Opus, Haiku
|
|
95
|
+
- [ ] Checklist complete
|
|
96
|
+
|
|
97
|
+
---
|
|
98
|
+
|
|
99
|
+
## Quick Reference: Common Anti-Pattern Fixes
|
|
100
|
+
|
|
101
|
+
| Anti-Pattern | Fix |
|
|
102
|
+
|---|---|
|
|
103
|
+
| Monolithic SKILL.md | Split into supporting files, keep main < 500 lines |
|
|
104
|
+
| Vague description | Describe WHEN to use, include key features, be specific |
|
|
105
|
+
| Missing scope | Add scope field to YAML frontmatter (generic\|project-specific) |
|
|
106
|
+
| No applicable-projects | Add applicable-projects field (any or apmr) |
|
|
107
|
+
| Hardcoded MCP | Make MCP optional, provide graceful fallback |
|
|
108
|
+
| Project details in generic | Move to separate project-specific skill in apmr/ |
|
|
109
|
+
| Wrong naming | Use gerund form (verb + -ing), lowercase-hyphens |
|
|
110
|
+
| No See Also links | Create supporting files and link from SKILL.md |
|
|
111
|
+
| Circular references | Check links point forward only, not backward |
|
|
112
|
+
| No testing guide | Include testing checklist and example invocations |
|
|
113
|
+
|
|
114
|
+
---
|
|
115
|
+
|
|
116
|
+
**Anti-Patterns Category:** MCP Integration & Validation
|
|
117
|
+
**Status:** Phase 1A - Supporting file for building-claude-skills
|
|
118
|
+
**Last Updated:** Dec 6, 2025
|
|
119
|
+
**See Also:** [Structure Anti-Patterns](ANTI-PATTERNS-STRUCTURE.md), [Naming Anti-Patterns](ANTI-PATTERNS-NAMING.md), [Content Anti-Patterns](ANTI-PATTERNS-CONTENT.md)
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
# Building Claude Skills: Naming Anti-Patterns
|
|
2
|
+
|
|
3
|
+
## Anti-Pattern 6: Imperative Naming (Violates Gerund Convention)
|
|
4
|
+
|
|
5
|
+
### ❌ The Problem
|
|
6
|
+
|
|
7
|
+
```yaml
|
|
8
|
+
name: validate-links # ← Imperative, wrong
|
|
9
|
+
name: LinkValidator # ← Class name, wrong
|
|
10
|
+
name: link-validation # ← Noun form, wrong
|
|
11
|
+
name: link_validator # ← Underscore, wrong
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
**Issues:**
|
|
15
|
+
- Inconsistent with official convention
|
|
16
|
+
- Hard to categorize (validate? noun? class?)
|
|
17
|
+
- Doesn't match naming pattern across framework
|
|
18
|
+
- Length check fails
|
|
19
|
+
|
|
20
|
+
### ✅ Correct: Gerund Form (Verb + -ing)
|
|
21
|
+
|
|
22
|
+
```yaml
|
|
23
|
+
name: validating-links # ✅ Correct
|
|
24
|
+
name: formatting-markdown # ✅ Correct
|
|
25
|
+
name: updating-changelogs # ✅ Correct
|
|
26
|
+
name: maintaining-governance # ✅ Correct
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
### Naming Checklist
|
|
30
|
+
- [ ] Verb + -ing form (gerund)
|
|
31
|
+
- [ ] Lowercase only
|
|
32
|
+
- [ ] Hyphens for word separation
|
|
33
|
+
- [ ] No underscores
|
|
34
|
+
- [ ] No camelCase
|
|
35
|
+
- [ ] Max 64 characters
|
|
36
|
+
|
|
37
|
+
### Conversion Examples
|
|
38
|
+
| Wrong | Correct |
|
|
39
|
+
|-------|---------|
|
|
40
|
+
| validate-links | validating-links |
|
|
41
|
+
| LinkValidator | validating-links |
|
|
42
|
+
| link-validation | validating-links |
|
|
43
|
+
| checkLinks | validating-links |
|
|
44
|
+
| link_checker | validating-links |
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
## Anti-Pattern 3: Missing or Incorrect Scope Declaration
|
|
49
|
+
|
|
50
|
+
### ❌ The Problem
|
|
51
|
+
|
|
52
|
+
**Skill with no scope:**
|
|
53
|
+
```yaml
|
|
54
|
+
---
|
|
55
|
+
name: formatting-markdown
|
|
56
|
+
description: Formats markdown files
|
|
57
|
+
---
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
**Issues:**
|
|
61
|
+
- Is this reusable in other projects?
|
|
62
|
+
- Can it be shared globally?
|
|
63
|
+
- Does it have dependencies on APM-R?
|
|
64
|
+
- Where should directory be?
|
|
65
|
+
|
|
66
|
+
**Skill with wrong scope:**
|
|
67
|
+
```yaml
|
|
68
|
+
---
|
|
69
|
+
name: validating-appr-format # ← Wrong: APM-R specific name
|
|
70
|
+
description: Validates markdown
|
|
71
|
+
scope: generic # ← Wrong: Says generic but has APM-R dependency
|
|
72
|
+
---
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
### ✅ Correct Approach
|
|
76
|
+
|
|
77
|
+
**Generic Skill:**
|
|
78
|
+
```yaml
|
|
79
|
+
---
|
|
80
|
+
name: validating-links
|
|
81
|
+
description: Validates markdown links...
|
|
82
|
+
scope: generic
|
|
83
|
+
applicable-projects: any
|
|
84
|
+
---
|
|
85
|
+
```
|
|
86
|
+
- Directory: `.claude/skills/generic/validating-links/`
|
|
87
|
+
- Can be shared: `~/.claude/skills/generic/`
|
|
88
|
+
- No project-specific code
|
|
89
|
+
|
|
90
|
+
**Project-Specific Skill:**
|
|
91
|
+
```yaml
|
|
92
|
+
---
|
|
93
|
+
name: ticket-structure-validator
|
|
94
|
+
description: Validates APM-R ticket structure...
|
|
95
|
+
scope: project-specific
|
|
96
|
+
applicable-projects: apmr
|
|
97
|
+
---
|
|
98
|
+
```
|
|
99
|
+
- Directory: `.claude/skills/apmr/ticket-structure-validator/`
|
|
100
|
+
- Shared in: `~/.claude/skills/apmr/`
|
|
101
|
+
- APM-R specific knowledge embedded
|
|
102
|
+
|
|
103
|
+
### Scope Decision Tree (Use This!)
|
|
104
|
+
|
|
105
|
+
```
|
|
106
|
+
Is this skill reusable in a DIFFERENT project?
|
|
107
|
+
│
|
|
108
|
+
├─ YES → Generic skill
|
|
109
|
+
│ Directory: .claude/skills/generic/
|
|
110
|
+
│ Scope: generic
|
|
111
|
+
│ Applicable-projects: any
|
|
112
|
+
│
|
|
113
|
+
└─ NO → Project-specific skill
|
|
114
|
+
Does it contain APM-R-specific knowledge?
|
|
115
|
+
│
|
|
116
|
+
├─ YES → Project-specific skill
|
|
117
|
+
│ Directory: .claude/skills/apmr/
|
|
118
|
+
│ Scope: project-specific
|
|
119
|
+
│ Applicable-projects: apmr
|
|
120
|
+
│
|
|
121
|
+
└─ NO → Reconsider - should be generic
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
---
|
|
125
|
+
|
|
126
|
+
**Anti-Patterns Category:** Naming Conventions
|
|
127
|
+
**Status:** Phase 1A - Supporting file for building-claude-skills
|
|
128
|
+
**Last Updated:** Dec 6, 2025
|
|
129
|
+
**See Also:** [Structure Anti-Patterns](ANTI-PATTERNS-STRUCTURE.md), [Content Anti-Patterns](ANTI-PATTERNS-CONTENT.md)
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
# Building Claude Skills: Structural Anti-Patterns
|
|
2
|
+
|
|
3
|
+
## Anti-Pattern 1: Monolithic SKILL.md Files
|
|
4
|
+
|
|
5
|
+
### ❌ The Problem
|
|
6
|
+
```
|
|
7
|
+
SKILL.md: 2,500 lines
|
|
8
|
+
├── Official guidelines (200 lines)
|
|
9
|
+
├── 20 detailed examples (800 lines)
|
|
10
|
+
├── Complete standards (600 lines)
|
|
11
|
+
├── Advanced patterns (500 lines)
|
|
12
|
+
└── Common mistakes (400 lines)
|
|
13
|
+
|
|
14
|
+
User loads skill → Gets 2,500 lines of context
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
### Why This Fails
|
|
18
|
+
- **Token waste:** Loads everything even if only needed 20%
|
|
19
|
+
- **Cognitive overload:** User can't find relevant section
|
|
20
|
+
- **Slower discovery:** Takes longer to get to the point
|
|
21
|
+
- **Hard to maintain:** Changes require editing massive file
|
|
22
|
+
|
|
23
|
+
### ✅ Correct Approach: Progressive Disclosure
|
|
24
|
+
```
|
|
25
|
+
SKILL.md: 400 lines (overview + key instructions)
|
|
26
|
+
├── Official guidelines (quick reference)
|
|
27
|
+
├── When to use section
|
|
28
|
+
├── Instructions (3-5 steps)
|
|
29
|
+
├── Common patterns (summary)
|
|
30
|
+
└── "See Also" links to supporting files
|
|
31
|
+
|
|
32
|
+
EXAMPLES.md: 200 lines (on-demand)
|
|
33
|
+
STANDARDS.md: 150 lines (on-demand)
|
|
34
|
+
ANTI-PATTERNS.md: 150 lines (on-demand)
|
|
35
|
+
PATTERNS.md: 200 lines (on-demand)
|
|
36
|
+
|
|
37
|
+
User loads skill → Gets 400 lines
|
|
38
|
+
→ Loads EXAMPLES.md only if needed (+200 lines)
|
|
39
|
+
→ Loads STANDARDS.md only if needed (+150 lines)
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
### Key Rule
|
|
43
|
+
**SKILL.md < 500 lines. Everything else in supporting files.**
|
|
44
|
+
|
|
45
|
+
---
|
|
46
|
+
|
|
47
|
+
## Anti-Pattern 9: Insufficient Supporting File Organization
|
|
48
|
+
|
|
49
|
+
### ❌ The Problem
|
|
50
|
+
|
|
51
|
+
```
|
|
52
|
+
validating-links/
|
|
53
|
+
├── SKILL.md (50 lines) ← Too brief
|
|
54
|
+
├── EXAMPLES.md (1,200 lines) ← Too detailed, should split
|
|
55
|
+
└── [No STANDARDS.md, ANTI-PATTERNS.md]
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
**Issues:**
|
|
59
|
+
- SKILL.md too brief to be useful
|
|
60
|
+
- EXAMPLES.md too monolithic
|
|
61
|
+
- Missing standards documentation
|
|
62
|
+
- No anti-patterns guide
|
|
63
|
+
|
|
64
|
+
### ✅ Correct Approach: Balanced Structure
|
|
65
|
+
|
|
66
|
+
```
|
|
67
|
+
validating-links/
|
|
68
|
+
├── SKILL.md (300 lines)
|
|
69
|
+
│ ├── Overview and when to use
|
|
70
|
+
│ ├── Quick instructions (4 steps)
|
|
71
|
+
│ ├── Key patterns (3 patterns)
|
|
72
|
+
│ └── Links to supporting files
|
|
73
|
+
├── EXAMPLES.md (150 lines)
|
|
74
|
+
│ ├── Example 1: Relative paths (30 lines)
|
|
75
|
+
│ ├── Example 2: External URLs (30 lines)
|
|
76
|
+
│ └── Example 3: Handling typos (30 lines)
|
|
77
|
+
├── STANDARDS.md (100 lines)
|
|
78
|
+
│ ├── Link validation rules
|
|
79
|
+
│ ├── Supported URL types
|
|
80
|
+
│ └── Error categories
|
|
81
|
+
└── ANTI-PATTERNS.md (100 lines)
|
|
82
|
+
├── Wrong: Ignoring relative paths
|
|
83
|
+
├── Right: Resolve relative to file
|
|
84
|
+
└── Common mistakes
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
### Sizing Guidelines
|
|
88
|
+
- SKILL.md: 200-500 lines (overview, quick reference)
|
|
89
|
+
- EXAMPLES.md: 100-300 lines (2-5 concrete examples)
|
|
90
|
+
- STANDARDS.md: 50-200 lines (rules, specifications)
|
|
91
|
+
- ANTI-PATTERNS.md: 50-200 lines (mistakes and fixes)
|
|
92
|
+
- Total: 400-1,200 lines progressive loading
|
|
93
|
+
|
|
94
|
+
---
|
|
95
|
+
|
|
96
|
+
## Anti-Pattern 10: Not Following the building-claude-skills Template
|
|
97
|
+
|
|
98
|
+
### ❌ The Problem
|
|
99
|
+
|
|
100
|
+
Creating skill without referencing building-claude-skills:
|
|
101
|
+
- Inconsistent structure across skills
|
|
102
|
+
- Different naming in different skills
|
|
103
|
+
- Different supporting file organizations
|
|
104
|
+
- Quality varies widely
|
|
105
|
+
|
|
106
|
+
### ✅ Correct Approach
|
|
107
|
+
|
|
108
|
+
**Always use building-claude-skills as template:**
|
|
109
|
+
|
|
110
|
+
1. Copy SKILL.md structure:
|
|
111
|
+
- Exact YAML frontmatter format
|
|
112
|
+
- "When to Use" section
|
|
113
|
+
- "Quick Start" section
|
|
114
|
+
- "Instructions" (numbered steps)
|
|
115
|
+
- "Common Patterns"
|
|
116
|
+
- "See Also" with supporting files
|
|
117
|
+
|
|
118
|
+
2. Validate against building-claude-skills checklist:
|
|
119
|
+
- [ ] SKILL.md < 500 lines
|
|
120
|
+
- [ ] Description answers WHEN to use
|
|
121
|
+
- [ ] Scope declared
|
|
122
|
+
- [ ] Gerund naming
|
|
123
|
+
- [ ] Progressive disclosure
|
|
124
|
+
- [ ] No hardcoded MCPs
|
|
125
|
+
- [ ] All supporting files exist
|
|
126
|
+
|
|
127
|
+
3. Test against building-claude-skills:
|
|
128
|
+
- Syntax check
|
|
129
|
+
- Scope validation
|
|
130
|
+
- Invocation test
|
|
131
|
+
- Multiple models
|
|
132
|
+
- Link validation
|
|
133
|
+
|
|
134
|
+
---
|
|
135
|
+
|
|
136
|
+
**Anti-Patterns Category:** Structure & Organization
|
|
137
|
+
**Status:** Phase 1A - Supporting file for building-claude-skills
|
|
138
|
+
**Last Updated:** Dec 6, 2025
|
|
139
|
+
**See Also:** [Naming Anti-Patterns](ANTI-PATTERNS-NAMING.md), [Content Anti-Patterns](ANTI-PATTERNS-CONTENT.md)
|
|
@@ -0,0 +1,330 @@
|
|
|
1
|
+
# Building Claude Skills: Real-World Examples
|
|
2
|
+
|
|
3
|
+
## Example 1: Creating validating-links Skill (Generic)
|
|
4
|
+
|
|
5
|
+
### Planning Phase
|
|
6
|
+
```
|
|
7
|
+
Question: Is this skill reusable across any project?
|
|
8
|
+
Answer: YES - Link validation is universal
|
|
9
|
+
|
|
10
|
+
Question: Does it require project-specific knowledge?
|
|
11
|
+
Answer: NO - It's pure validation logic
|
|
12
|
+
|
|
13
|
+
Decision: GENERIC skill
|
|
14
|
+
Directory: .claude/skills/generic/validating-links/
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
### File Structure
|
|
18
|
+
```
|
|
19
|
+
validating-links/
|
|
20
|
+
├── SKILL.md (300 lines)
|
|
21
|
+
│ ├── YAML frontmatter
|
|
22
|
+
│ ├── When to Use section
|
|
23
|
+
│ ├── Quick Start
|
|
24
|
+
│ ├── Instructions (4 steps)
|
|
25
|
+
│ └── Common Patterns (3 patterns)
|
|
26
|
+
├── EXAMPLES.md (150 lines)
|
|
27
|
+
│ ├── Example 1: Fixing broken relative paths
|
|
28
|
+
│ ├── Example 2: Validating external URLs
|
|
29
|
+
│ └── Example 3: Handling typos in links
|
|
30
|
+
└── STANDARDS.md (100 lines)
|
|
31
|
+
├── Link validation rules
|
|
32
|
+
├── Supported link types
|
|
33
|
+
└── Error categories
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
### SKILL.md Frontmatter
|
|
37
|
+
```yaml
|
|
38
|
+
---
|
|
39
|
+
name: validating-links
|
|
40
|
+
description: Validates markdown links by checking file existence,
|
|
41
|
+
syntax, and patterns. Use when reviewing documentation or markdown
|
|
42
|
+
files for broken links, typos, or incorrect URL formats. Returns
|
|
43
|
+
detailed error report with fix suggestions.
|
|
44
|
+
scope: generic
|
|
45
|
+
applicable-projects: any
|
|
46
|
+
---
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
### Implementation Timeline
|
|
50
|
+
1. **Design:** 30 minutes (planning, naming, scope decision)
|
|
51
|
+
2. **SKILL.md:** 2 hours (main content, instructions, patterns)
|
|
52
|
+
3. **EXAMPLES.md:** 1 hour (3 detailed examples)
|
|
53
|
+
4. **STANDARDS.md:** 1 hour (rules, specifications)
|
|
54
|
+
5. **Testing:** 1 hour (syntax, scope, invocation, models)
|
|
55
|
+
6. **Total:** ~6 hours for a complete skill
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
|
|
59
|
+
## Example 2: Creating ticket-structure-validator (Project-Specific)
|
|
60
|
+
|
|
61
|
+
### Planning Phase
|
|
62
|
+
```
|
|
63
|
+
Question: Is this skill reusable across any project?
|
|
64
|
+
Answer: NO - Specific to APM-R ticket structure
|
|
65
|
+
|
|
66
|
+
Question: Does it require project-specific knowledge?
|
|
67
|
+
Answer: YES - Jira field structure, APM-R YAML frontmatter
|
|
68
|
+
|
|
69
|
+
Decision: PROJECT-SPECIFIC skill
|
|
70
|
+
Directory: .claude/skills/apmr/ticket-structure-validator/
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
### File Structure
|
|
74
|
+
```
|
|
75
|
+
ticket-structure-validator/
|
|
76
|
+
├── SKILL.md (350 lines)
|
|
77
|
+
│ ├── YAML frontmatter (scope: project-specific)
|
|
78
|
+
│ ├── When to Use section
|
|
79
|
+
│ ├── Quick Start (ticket validation checklist)
|
|
80
|
+
│ ├── Instructions (5 steps)
|
|
81
|
+
│ ├── Common Patterns (4 patterns)
|
|
82
|
+
│ └── See Also (governance rules, registry guide)
|
|
83
|
+
├── EXAMPLES.md (200 lines)
|
|
84
|
+
│ ├── Example 1: Fixing missing YAML frontmatter
|
|
85
|
+
│ ├── Example 2: Validating required fields
|
|
86
|
+
│ └── Example 3: Checking acceptance criteria
|
|
87
|
+
├── STANDARDS.md (150 lines)
|
|
88
|
+
│ ├── APM-R ticket structure requirements
|
|
89
|
+
│ ├── YAML field specifications
|
|
90
|
+
│ └── Validation rules
|
|
91
|
+
└── ANTI-PATTERNS.md (100 lines)
|
|
92
|
+
├── Common mistakes
|
|
93
|
+
├── Why they fail
|
|
94
|
+
└── Correct alternatives
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
### SKILL.md Frontmatter
|
|
98
|
+
```yaml
|
|
99
|
+
---
|
|
100
|
+
name: ticket-structure-validator
|
|
101
|
+
description: Validates APM-R Jira ticket structure, YAML frontmatter,
|
|
102
|
+
and content format. Use when creating or reviewing tickets before
|
|
103
|
+
export to Jira. Checks required fields, validates story points,
|
|
104
|
+
ensures acceptance criteria clarity. Returns validation report with
|
|
105
|
+
specific fixes.
|
|
106
|
+
scope: project-specific
|
|
107
|
+
applicable-projects: apmr
|
|
108
|
+
---
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
### Key Differences from Generic Skills
|
|
112
|
+
- References APM-R specific field names (story points, acceptance criteria)
|
|
113
|
+
- Uses APM-R ticket template from framework governance
|
|
114
|
+
- Links to APM-R validation rules
|
|
115
|
+
- NOT reusable in other projects without modification
|
|
116
|
+
|
|
117
|
+
---
|
|
118
|
+
|
|
119
|
+
## Example 3: Creating maintaining-framework-governance (Meta-Skill)
|
|
120
|
+
|
|
121
|
+
### Purpose
|
|
122
|
+
Meta-skill that teaches Claude how to maintain APM-R framework governance while developing all other skills.
|
|
123
|
+
|
|
124
|
+
### Planning Phase
|
|
125
|
+
```
|
|
126
|
+
Question: Is this skill reusable across any project?
|
|
127
|
+
Answer: PARTIALLY - Governance concept is universal, APM-R rules are specific
|
|
128
|
+
|
|
129
|
+
Question: Does it require project-specific knowledge?
|
|
130
|
+
Answer: YES - It teaches APM-R governance rules
|
|
131
|
+
|
|
132
|
+
Decision: PROJECT-SPECIFIC meta-skill (Phase 1A priority)
|
|
133
|
+
Directory: .claude/skills/apmr/maintaining-framework-governance/
|
|
134
|
+
```
|
|
135
|
+
|
|
136
|
+
### File Structure
|
|
137
|
+
```
|
|
138
|
+
maintaining-framework-governance/
|
|
139
|
+
├── SKILL.md (350 lines)
|
|
140
|
+
│ ├── YAML frontmatter (scope: project-specific)
|
|
141
|
+
│ ├── When to Use section
|
|
142
|
+
│ ├── Quick Start (governance checklist)
|
|
143
|
+
│ ├── Instructions (4 steps for framework decisions)
|
|
144
|
+
│ └── Common Patterns (3 governance patterns)
|
|
145
|
+
├── GOVERNANCE-RULES.md (150 lines)
|
|
146
|
+
│ ├── 6 rules for v11.0
|
|
147
|
+
│ ├── Severity levels
|
|
148
|
+
│ └── Validation procedures
|
|
149
|
+
├── SCOPE-DECISION-TREE.md (100 lines)
|
|
150
|
+
│ ├── Generic vs Project-Specific decision
|
|
151
|
+
│ └── When to create new skills vs update files
|
|
152
|
+
├── REGISTRY-GUIDE.md (100 lines)
|
|
153
|
+
│ ├── Registry.yml structure
|
|
154
|
+
│ ├── Skill metadata
|
|
155
|
+
│ └── Validation
|
|
156
|
+
├── SYMLINK-GUIDE.md (80 lines)
|
|
157
|
+
│ ├── Two-layer symlink strategy
|
|
158
|
+
│ ├── Setup commands
|
|
159
|
+
│ └── Verification
|
|
160
|
+
├── VALIDATION-CHECKLIST.md (100 lines)
|
|
161
|
+
│ ├── Pre-implementation checklist
|
|
162
|
+
│ ├── Mid-implementation validation
|
|
163
|
+
│ └── Post-implementation verification
|
|
164
|
+
└── EXAMPLES.md (150 lines)
|
|
165
|
+
├── Governance decision examples
|
|
166
|
+
├── Common scenarios
|
|
167
|
+
└── Framework improvement procedures
|
|
168
|
+
```
|
|
169
|
+
|
|
170
|
+
### SKILL.md Frontmatter
|
|
171
|
+
```yaml
|
|
172
|
+
---
|
|
173
|
+
name: maintaining-framework-governance
|
|
174
|
+
description: Teach Claude APM-R framework governance rules, scope
|
|
175
|
+
decisions, registry management, and symlink strategy. Use when
|
|
176
|
+
improving framework architecture, creating new skills, updating
|
|
177
|
+
governance, or making architectural decisions. Ensures consistency
|
|
178
|
+
and quality across all 21 framework skills.
|
|
179
|
+
scope: project-specific
|
|
180
|
+
applicable-projects: apmr
|
|
181
|
+
---
|
|
182
|
+
```
|
|
183
|
+
|
|
184
|
+
### Why This is Phase 1A Priority
|
|
185
|
+
1. **Foundation for all 20 other skills** - Ensures consistency
|
|
186
|
+
2. **Governance authority** - Teaches how to make framework decisions
|
|
187
|
+
3. **Scope clarity** - Ensures generic vs project-specific distinction
|
|
188
|
+
4. **Quality gate** - Validates framework improvements before implementation
|
|
189
|
+
5. **Future evolution** - Blueprint for maintaining framework as it grows
|
|
190
|
+
|
|
191
|
+
---
|
|
192
|
+
|
|
193
|
+
## Example 4: Building Multiple Skills in Sequence (Phase 1B)
|
|
194
|
+
|
|
195
|
+
### Sequence: Building 3 Skills in Parallel (Weeks 1-2)
|
|
196
|
+
|
|
197
|
+
#### Skill 1: validating-links (Generic)
|
|
198
|
+
```
|
|
199
|
+
Skill Type: Validation skill
|
|
200
|
+
Dependencies: building-claude-skills (meta-skill)
|
|
201
|
+
Timeline: 6 hours
|
|
202
|
+
Status: Phase 1B, Week 1
|
|
203
|
+
```
|
|
204
|
+
|
|
205
|
+
#### Skill 2: formatting-markdown (Generic)
|
|
206
|
+
```
|
|
207
|
+
Skill Type: Formatting skill
|
|
208
|
+
Dependencies: building-claude-skills (meta-skill)
|
|
209
|
+
Timeline: 8 hours
|
|
210
|
+
Status: Phase 1B, Week 1-2
|
|
211
|
+
```
|
|
212
|
+
|
|
213
|
+
#### Skill 3: updating-changelogs (Generic)
|
|
214
|
+
```
|
|
215
|
+
Skill Type: Maintenance skill
|
|
216
|
+
Dependencies: building-claude-skills (meta-skill)
|
|
217
|
+
Timeline: 7 hours
|
|
218
|
+
Status: Phase 1B, Week 2
|
|
219
|
+
```
|
|
220
|
+
|
|
221
|
+
### Workflow for Each Skill
|
|
222
|
+
|
|
223
|
+
1. **Plan (30 min):** Use building-claude-skills to design structure
|
|
224
|
+
2. **Write SKILL.md (2 hours):** Follow template from building-claude-skills
|
|
225
|
+
3. **Write Supporting Files (2 hours):** EXAMPLES.md, STANDARDS.md
|
|
226
|
+
4. **Test (1 hour):** Syntax, scope, invocation, multiple models
|
|
227
|
+
5. **Validate (30 min):** Against building-claude-skills checklist
|
|
228
|
+
6. **Commit (15 min):** Git commit with phase info
|
|
229
|
+
|
|
230
|
+
### Progress Tracking
|
|
231
|
+
|
|
232
|
+
**Week 1:**
|
|
233
|
+
- Monday: Finish planning all 3 skills
|
|
234
|
+
- Tuesday-Wednesday: Build validating-links
|
|
235
|
+
- Thursday: Build formatting-markdown (50%)
|
|
236
|
+
|
|
237
|
+
**Week 2:**
|
|
238
|
+
- Monday: Finish formatting-markdown
|
|
239
|
+
- Tuesday-Wednesday: Build updating-changelogs
|
|
240
|
+
- Thursday-Friday: Integration testing, documentation
|
|
241
|
+
|
|
242
|
+
---
|
|
243
|
+
|
|
244
|
+
## Example 5: Testing a Skill Across Models
|
|
245
|
+
|
|
246
|
+
### Test Matrix for validating-links
|
|
247
|
+
|
|
248
|
+
```
|
|
249
|
+
Invocation: "Use validating-links skill to validate README.md"
|
|
250
|
+
|
|
251
|
+
Model 1: Claude 3.5 Sonnet
|
|
252
|
+
├─ Request: Basic link validation
|
|
253
|
+
├─ Response: ✅ Works, detailed error report
|
|
254
|
+
├─ Speed: Fast
|
|
255
|
+
└─ Quality: Excellent
|
|
256
|
+
|
|
257
|
+
Model 2: Claude 3 Opus
|
|
258
|
+
├─ Request: Complex link patterns with regex
|
|
259
|
+
├─ Response: ✅ Works, handles edge cases
|
|
260
|
+
├─ Speed: Medium
|
|
261
|
+
└─ Quality: Excellent
|
|
262
|
+
|
|
263
|
+
Model 3: Claude 3 Haiku
|
|
264
|
+
├─ Request: Simple link check
|
|
265
|
+
├─ Response: ✅ Works, summary format
|
|
266
|
+
├─ Speed: Very fast
|
|
267
|
+
└─ Quality: Good (appropriate for lightweight checks)
|
|
268
|
+
```
|
|
269
|
+
|
|
270
|
+
### Expected Outcomes
|
|
271
|
+
- All models can invoke the skill
|
|
272
|
+
- All models follow SKILL.md structure
|
|
273
|
+
- All models provide value at different levels
|
|
274
|
+
- No model-specific failures
|
|
275
|
+
|
|
276
|
+
---
|
|
277
|
+
|
|
278
|
+
## Common Scenarios: When to Build New Skills
|
|
279
|
+
|
|
280
|
+
### Scenario 1: Framework Governance Rule is Scattered
|
|
281
|
+
|
|
282
|
+
**Problem:** Rule appears in 3 different files
|
|
283
|
+
**Solution:** Create a skill that consolidates the rule
|
|
284
|
+
|
|
285
|
+
**Example:** "Markdown formatting" rule is in:
|
|
286
|
+
- ai/shared/markdown-formatting-guide.md
|
|
287
|
+
- ai/agents/ai-jira-manager.md
|
|
288
|
+
- README.md
|
|
289
|
+
|
|
290
|
+
**Create:** `formatting-markdown` skill that becomes single source of truth
|
|
291
|
+
|
|
292
|
+
### Scenario 2: Quality Gate Needed
|
|
293
|
+
|
|
294
|
+
**Problem:** No automated validation for common mistakes
|
|
295
|
+
**Solution:** Create a validation skill
|
|
296
|
+
|
|
297
|
+
**Example:** Tickets often have missing acceptance criteria
|
|
298
|
+
**Create:** `ticket-structure-validator` skill
|
|
299
|
+
|
|
300
|
+
### Scenario 3: Repetitive Knowledge Work
|
|
301
|
+
|
|
302
|
+
**Problem:** Same manual process done repeatedly
|
|
303
|
+
**Solution:** Create a skill that automates it
|
|
304
|
+
|
|
305
|
+
**Example:** Updating changelog requires manual format changes
|
|
306
|
+
**Create:** `updating-changelogs` skill
|
|
307
|
+
|
|
308
|
+
---
|
|
309
|
+
|
|
310
|
+
## Directory Organization: Final Checklist
|
|
311
|
+
|
|
312
|
+
### Generic Skill Checklist
|
|
313
|
+
- [ ] Directory: `.claude/skills/generic/skill-name/`
|
|
314
|
+
- [ ] SKILL.md contains: `scope: generic` and `applicable-projects: any`
|
|
315
|
+
- [ ] No APM-R specific references
|
|
316
|
+
- [ ] Reusable in any project
|
|
317
|
+
- [ ] Can be symlinked globally: `~/.claude/skills/`
|
|
318
|
+
|
|
319
|
+
### Project-Specific Skill Checklist
|
|
320
|
+
- [ ] Directory: `.claude/skills/apmr/skill-name/`
|
|
321
|
+
- [ ] SKILL.md contains: `scope: project-specific` and `applicable-projects: apmr`
|
|
322
|
+
- [ ] APM-R governance and knowledge embedded
|
|
323
|
+
- [ ] Not reusable without project context
|
|
324
|
+
- [ ] Symlinked only within APM-R: `~/.claude/skills/apmr/`
|
|
325
|
+
|
|
326
|
+
---
|
|
327
|
+
|
|
328
|
+
**Example Status:** Last updated Dec 4, 2025
|
|
329
|
+
**Reference:** building-claude-skills SKILL.md
|
|
330
|
+
**Next Step:** Use these examples when building Phase 1B skills
|