@event4u/agent-config 5.10.0 → 6.0.0
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/.claude-plugin/marketplace.json +233 -229
- package/AGENTS.md +6 -6
- package/CHANGELOG.md +466 -0
- package/CONTRIBUTING.md +27 -15
- package/MIGRATION.md +102 -0
- package/README.md +48 -19
- package/dist/agent-src/README.md +64 -0
- package/dist/agent-src/commands/agent-handoff.md +124 -0
- package/dist/agent-src/commands/agent-status.md +140 -0
- package/dist/agent-src/commands/agents/audit.md +158 -0
- package/dist/agent-src/commands/agents/init.md +192 -0
- package/dist/agent-src/commands/agents/optimize.md +187 -0
- package/dist/agent-src/commands/agents/user/accept.md +123 -0
- package/dist/agent-src/commands/agents/user/init.md +163 -0
- package/dist/agent-src/commands/agents/user/review.md +113 -0
- package/dist/agent-src/commands/agents/user/show.md +115 -0
- package/dist/agent-src/commands/agents/user/update.md +103 -0
- package/dist/agent-src/commands/agents/user.md +71 -0
- package/dist/agent-src/commands/agents.md +66 -0
- package/dist/agent-src/commands/analytics/prune.md +71 -0
- package/dist/agent-src/commands/analytics/show.md +100 -0
- package/dist/agent-src/commands/analytics.md +77 -0
- package/dist/agent-src/commands/analyze-reference-repo.md +204 -0
- package/dist/agent-src/commands/bug-fix.md +193 -0
- package/dist/agent-src/commands/bug-investigate.md +186 -0
- package/dist/agent-src/commands/challenge-me/vision.md +354 -0
- package/dist/agent-src/commands/challenge-me/with-docs.md +339 -0
- package/dist/agent-src/commands/challenge-me.md +68 -0
- package/dist/agent-src/commands/chat-history/import.md +172 -0
- package/dist/agent-src/commands/chat-history/learn.md +184 -0
- package/dist/agent-src/commands/chat-history/show.md +113 -0
- package/dist/agent-src/commands/chat-history.md +60 -0
- package/dist/agent-src/commands/check-current-md.md +143 -0
- package/dist/agent-src/commands/commit/in-chunks.md +147 -0
- package/dist/agent-src/commands/commit.md +195 -0
- package/dist/agent-src/commands/condense.md +239 -0
- package/dist/agent-src/commands/context/create.md +181 -0
- package/dist/agent-src/commands/context/refactor.md +183 -0
- package/dist/agent-src/commands/context.md +52 -0
- package/dist/agent-src/commands/cost-report.md +131 -0
- package/dist/agent-src/commands/council/analysis.md +147 -0
- package/dist/agent-src/commands/council/debate.md +134 -0
- package/dist/agent-src/commands/council/default.md +289 -0
- package/dist/agent-src/commands/council/design.md +107 -0
- package/dist/agent-src/commands/council/optimize.md +123 -0
- package/dist/agent-src/commands/council/pr.md +130 -0
- package/dist/agent-src/commands/council.md +111 -0
- package/dist/agent-src/commands/e2e-heal.md +110 -0
- package/dist/agent-src/commands/e2e-plan.md +97 -0
- package/dist/agent-src/commands/estimate-ticket.md +92 -0
- package/dist/agent-src/commands/evals/agent-handoff.json +34 -0
- package/dist/agent-src/commands/evals/agent-status.json +34 -0
- package/dist/agent-src/commands/evals/agents.json +34 -0
- package/dist/agent-src/commands/evals/commit.json +34 -0
- package/dist/agent-src/commands/evals/condense.json +34 -0
- package/dist/agent-src/commands/evals/council.json +34 -0
- package/dist/agent-src/commands/evals/create-pr.json +34 -0
- package/dist/agent-src/commands/evals/estimate-ticket.json +34 -0
- package/dist/agent-src/commands/evals/feature.json +34 -0
- package/dist/agent-src/commands/evals/fix.json +34 -0
- package/dist/agent-src/commands/evals/implement-ticket.json +34 -0
- package/dist/agent-src/commands/evals/jira-ticket.json +34 -0
- package/dist/agent-src/commands/evals/judge.json +34 -0
- package/dist/agent-src/commands/evals/memory.json +34 -0
- package/dist/agent-src/commands/evals/mode.json +34 -0
- package/dist/agent-src/commands/evals/optimize.json +34 -0
- package/dist/agent-src/commands/evals/refine-ticket.json +34 -0
- package/dist/agent-src/commands/evals/review-changes.json +34 -0
- package/dist/agent-src/commands/evals/roadmap.json +34 -0
- package/dist/agent-src/commands/evals/work.json +34 -0
- package/dist/agent-src/commands/feature/dev.md +124 -0
- package/dist/agent-src/commands/feature/explore.md +191 -0
- package/dist/agent-src/commands/feature/plan.md +333 -0
- package/dist/agent-src/commands/feature/refactor.md +194 -0
- package/dist/agent-src/commands/feature/roadmap.md +222 -0
- package/dist/agent-src/commands/feature.md +63 -0
- package/dist/agent-src/commands/fix/ci.md +59 -0
- package/dist/agent-src/commands/fix/portability.md +108 -0
- package/dist/agent-src/commands/fix/pr-bot-comments.md +157 -0
- package/dist/agent-src/commands/fix/pr-comments.md +69 -0
- package/dist/agent-src/commands/fix/pr-developer-comments.md +163 -0
- package/dist/agent-src/commands/fix/refs.md +105 -0
- package/dist/agent-src/commands/fix/seeder.md +158 -0
- package/dist/agent-src/commands/fix.md +88 -0
- package/dist/agent-src/commands/ghostwriter/delete.md +124 -0
- package/dist/agent-src/commands/ghostwriter/fetch.md +190 -0
- package/dist/agent-src/commands/ghostwriter/list.md +108 -0
- package/dist/agent-src/commands/ghostwriter/show.md +119 -0
- package/dist/agent-src/commands/ghostwriter/write.md +165 -0
- package/dist/agent-src/commands/ghostwriter.md +101 -0
- package/dist/agent-src/commands/grill-me.md +45 -0
- package/dist/agent-src/commands/image/analyse.md +52 -0
- package/dist/agent-src/commands/image/create.md +54 -0
- package/dist/agent-src/commands/image/verify.md +49 -0
- package/dist/agent-src/commands/image.md +70 -0
- package/dist/agent-src/commands/implement-ticket.md +169 -0
- package/dist/agent-src/commands/jira-ticket.md +84 -0
- package/dist/agent-src/commands/judge/on-diff.md +124 -0
- package/dist/agent-src/commands/judge/solo.md +96 -0
- package/dist/agent-src/commands/judge/steps.md +94 -0
- package/dist/agent-src/commands/judge.md +86 -0
- package/dist/agent-src/commands/knowledge/cross-repo.md +72 -0
- package/dist/agent-src/commands/knowledge/forget.md +97 -0
- package/dist/agent-src/commands/knowledge/ingest.md +115 -0
- package/dist/agent-src/commands/knowledge/list.md +95 -0
- package/dist/agent-src/commands/knowledge.md +70 -0
- package/dist/agent-src/commands/memory/add.md +147 -0
- package/dist/agent-src/commands/memory/learn-low-impact.md +148 -0
- package/dist/agent-src/commands/memory/load.md +176 -0
- package/dist/agent-src/commands/memory/mine-session.md +157 -0
- package/dist/agent-src/commands/memory/promote.md +195 -0
- package/dist/agent-src/commands/memory/propose.md +122 -0
- package/dist/agent-src/commands/memory.md +61 -0
- package/dist/agent-src/commands/mode.md +133 -0
- package/dist/agent-src/commands/module/create.md +144 -0
- package/dist/agent-src/commands/module/explore.md +198 -0
- package/dist/agent-src/commands/module.md +52 -0
- package/dist/agent-src/commands/optimize/agents-dir.md +119 -0
- package/dist/agent-src/commands/optimize/augmentignore.md +312 -0
- package/dist/agent-src/commands/optimize/rtk.md +161 -0
- package/dist/agent-src/commands/optimize/skills.md +132 -0
- package/dist/agent-src/commands/optimize-prompt.md +67 -0
- package/dist/agent-src/commands/optimize.md +61 -0
- package/dist/agent-src/commands/orchestrate.md +129 -0
- package/dist/agent-src/commands/override/create.md +108 -0
- package/dist/agent-src/commands/override/manage.md +107 -0
- package/dist/agent-src/commands/override.md +72 -0
- package/dist/agent-src/commands/package-reset.md +163 -0
- package/dist/agent-src/commands/package-test.md +239 -0
- package/dist/agent-src/commands/post-as/ghostwriter.md +72 -0
- package/dist/agent-src/commands/post-as/me.md +130 -0
- package/dist/agent-src/commands/post-as.md +63 -0
- package/dist/agent-src/commands/pr/create/description-only.md +161 -0
- package/dist/agent-src/commands/pr/create.md +254 -0
- package/dist/agent-src/commands/prediction-pool.md +235 -0
- package/dist/agent-src/commands/prepare-for-review.md +107 -0
- package/dist/agent-src/commands/profile/activate.md +82 -0
- package/dist/agent-src/commands/profile/deactivate.md +69 -0
- package/dist/agent-src/commands/profile/show.md +80 -0
- package/dist/agent-src/commands/profile.md +69 -0
- package/dist/agent-src/commands/project-analyze.md +321 -0
- package/dist/agent-src/commands/project-health.md +106 -0
- package/dist/agent-src/commands/quality-fix.md +145 -0
- package/dist/agent-src/commands/refine-ticket.md +98 -0
- package/dist/agent-src/commands/research/deep.md +155 -0
- package/dist/agent-src/commands/research/report.md +140 -0
- package/dist/agent-src/commands/research.md +179 -0
- package/dist/agent-src/commands/review-changes.md +213 -0
- package/dist/agent-src/commands/review-routing.md +125 -0
- package/dist/agent-src/commands/roadmap/ai-council.md +189 -0
- package/dist/agent-src/commands/roadmap/create.md +214 -0
- package/dist/agent-src/commands/roadmap/process-full.md +109 -0
- package/dist/agent-src/commands/roadmap/process-phase.md +75 -0
- package/dist/agent-src/commands/roadmap/process-step.md +63 -0
- package/dist/agent-src/commands/roadmap.md +83 -0
- package/dist/agent-src/commands/rule-compliance-audit.md +156 -0
- package/dist/agent-src/commands/set-cost-profile.md +118 -0
- package/dist/agent-src/commands/skill/preview.md +68 -0
- package/dist/agent-src/commands/skill.md +49 -0
- package/dist/agent-src/commands/skills/discover.md +77 -0
- package/dist/agent-src/commands/skills.md +57 -0
- package/dist/agent-src/commands/sync-agent-settings.md +141 -0
- package/dist/agent-src/commands/sync-gitignore/fix.md +149 -0
- package/dist/agent-src/commands/sync-gitignore.md +140 -0
- package/dist/agent-src/commands/tests/create.md +91 -0
- package/dist/agent-src/commands/tests/execute.md +85 -0
- package/dist/agent-src/commands/tests.md +76 -0
- package/dist/agent-src/commands/threat-model.md +126 -0
- package/dist/agent-src/commands/update-form-request-messages.md +200 -0
- package/dist/agent-src/commands/upstream-contribute.md +182 -0
- package/dist/agent-src/commands/video/from-script.md +158 -0
- package/dist/agent-src/commands/video/from-song.md +490 -0
- package/dist/agent-src/commands/video/scene.md +130 -0
- package/dist/agent-src/commands/video/stitch.md +88 -0
- package/dist/agent-src/commands/video/storyboard.md +100 -0
- package/dist/agent-src/commands/video.md +74 -0
- package/dist/agent-src/commands/work.md +175 -0
- package/dist/agent-src/contexts/authority/commit-mechanics.md +93 -0
- package/dist/agent-src/contexts/communication/rules-auto/source-of-truth-mechanics.md +99 -0
- package/dist/agent-src/contexts/contracts/artifact-engagement-flow.md +259 -0
- package/dist/agent-src/contexts/contracts/consumer-agents-md-guide.md +127 -0
- package/dist/agent-src/contexts/contracts/emergency-triage-block.md +53 -0
- package/dist/agent-src/contexts/execution/non-interactive-contract.md +132 -0
- package/dist/agent-src/contexts/execution/toolchain-resolver.md +113 -0
- package/dist/agent-src/personas/README.md +114 -0
- package/dist/agent-src/profiles/agency.yml +36 -0
- package/dist/agent-src/profiles/content_creator.yml +34 -0
- package/dist/agent-src/profiles/developer.yml +31 -0
- package/dist/agent-src/profiles/finance.yml +30 -0
- package/dist/agent-src/profiles/founder.yml +33 -0
- package/dist/agent-src/profiles/ops.yml +33 -0
- package/dist/agent-src/rules/ask-when-uncertain.md +70 -0
- package/dist/agent-src/rules/augment-edit-discipline.md +31 -0
- package/dist/agent-src/rules/commit-policy.md +59 -0
- package/dist/agent-src/rules/direct-answers.md +64 -0
- package/dist/agent-src/rules/domain-adoption-policy.md +160 -0
- package/dist/agent-src/rules/language-and-tone.md +64 -0
- package/dist/agent-src/rules/linked-projects-onboarding-gate.md +38 -0
- package/dist/agent-src/rules/media-governance-routing.md +85 -0
- package/dist/agent-src/rules/missing-tool-handling.md +22 -0
- package/dist/agent-src/rules/model-recommendation.md +25 -0
- package/dist/agent-src/rules/no-attribution-footers.md +57 -0
- package/dist/agent-src/rules/no-cheap-questions.md +75 -0
- package/dist/agent-src/rules/no-pr-progress-comments.md +109 -0
- package/dist/agent-src/rules/no-roadmap-references.md +141 -0
- package/dist/agent-src/rules/non-destructive-by-default.md +58 -0
- package/dist/agent-src/rules/persona-governance.md +93 -0
- package/dist/agent-src/rules/preservation-guard.md +97 -0
- package/dist/agent-src/rules/provider-lifecycle-discipline.md +78 -0
- package/dist/agent-src/rules/roadmap-progress-sync.md +114 -0
- package/dist/agent-src/rules/scope-control.md +68 -0
- package/dist/agent-src/rules/source-of-truth.md +80 -0
- package/dist/agent-src/rules/user-interrupt-priority.md +49 -0
- package/dist/agent-src/rules/verify-before-complete.md +78 -0
- package/dist/agent-src/scripts/update_roadmap_progress.py +537 -0
- package/dist/agent-src/skills/accessibility-auditor/SKILL.md +147 -0
- package/dist/agent-src/skills/accessibility-auditor/data/aria-patterns.csv +13 -0
- package/dist/agent-src/skills/accessibility-auditor/data/manifest.json +34 -0
- package/dist/agent-src/skills/agents-md-thin-root/SKILL.md +143 -0
- package/dist/agent-src/skills/api-design/SKILL.md +120 -0
- package/dist/agent-src/skills/api-design/data/api-patterns.csv +13 -0
- package/dist/agent-src/skills/api-design/data/manifest.json +34 -0
- package/dist/agent-src/skills/api-endpoint/SKILL.md +100 -0
- package/dist/agent-src/skills/authz-review/SKILL.md +188 -0
- package/dist/agent-src/skills/blade-ui/SKILL.md +135 -0
- package/dist/agent-src/skills/character-consistency/SKILL.md +192 -0
- package/dist/agent-src/skills/check-refs/SKILL.md +96 -0
- package/dist/agent-src/skills/code-review/SKILL.md +224 -0
- package/dist/agent-src/skills/command-writing/SKILL.md +301 -0
- package/dist/agent-src/skills/condense-memory/SKILL.md +123 -0
- package/dist/agent-src/skills/context-document/SKILL.md +160 -0
- package/dist/agent-src/skills/corpus-grounding/SKILL.md +205 -0
- package/dist/agent-src/skills/corpus-grounding/evals/triggers.json +16 -0
- package/dist/agent-src/skills/corpus-grounding/scripts/bm25_search.py +212 -0
- package/dist/agent-src/skills/corpus-grounding/scripts/decision_engine.py +438 -0
- package/dist/agent-src/skills/corpus-grounding/scripts/ground.py +166 -0
- package/dist/agent-src/skills/corpus-grounding/scripts/schema_validator.py +160 -0
- package/dist/agent-src/skills/dashboard-design/SKILL.md +129 -0
- package/dist/agent-src/skills/database/SKILL.md +111 -0
- package/dist/agent-src/skills/database/data/manifest.json +35 -0
- package/dist/agent-src/skills/database/data/query-tuning.csv +13 -0
- package/dist/agent-src/skills/deep-reading-analyst/SKILL.md +188 -0
- package/dist/agent-src/skills/design-intelligence/ATTRIBUTION.md +54 -0
- package/dist/agent-src/skills/design-intelligence/LICENSE.apache-2.0.txt +202 -0
- package/dist/agent-src/skills/design-intelligence/SKILL.md +177 -0
- package/dist/agent-src/skills/design-intelligence/data/app-interface.csv +31 -0
- package/dist/agent-src/skills/design-intelligence/data/charts.csv +26 -0
- package/dist/agent-src/skills/design-intelligence/data/colors.csv +162 -0
- package/dist/agent-src/skills/design-intelligence/data/design-languages/academia.txt +120 -0
- package/dist/agent-src/skills/design-intelligence/data/design-languages/bauhaus.txt +140 -0
- package/dist/agent-src/skills/design-intelligence/data/design-languages/bold-typography.txt +107 -0
- package/dist/agent-src/skills/design-intelligence/data/design-languages/claymorphism.txt +76 -0
- package/dist/agent-src/skills/design-intelligence/data/design-languages/cyberpunk.txt +157 -0
- package/dist/agent-src/skills/design-intelligence/data/design-languages/enterprise.txt +89 -0
- package/dist/agent-src/skills/design-intelligence/data/design-languages/flat-design.txt +66 -0
- package/dist/agent-src/skills/design-intelligence/data/design-languages/kinetic.txt +98 -0
- package/dist/agent-src/skills/design-intelligence/data/design-languages/material-design.txt +133 -0
- package/dist/agent-src/skills/design-intelligence/data/design-languages/modern-dark.txt +123 -0
- package/dist/agent-src/skills/design-intelligence/data/design-languages/monochrome.txt +216 -0
- package/dist/agent-src/skills/design-intelligence/data/design-languages/neo-brutalism.txt +65 -0
- package/dist/agent-src/skills/design-intelligence/data/design-languages/neumorphism.txt +75 -0
- package/dist/agent-src/skills/design-intelligence/data/design-languages/saas.txt +109 -0
- package/dist/agent-src/skills/design-intelligence/data/design-languages/sketch.txt +83 -0
- package/dist/agent-src/skills/design-intelligence/data/design-languages/terminal.txt +80 -0
- package/dist/agent-src/skills/design-intelligence/data/icons.csv +106 -0
- package/dist/agent-src/skills/design-intelligence/data/landing.csv +35 -0
- package/dist/agent-src/skills/design-intelligence/data/manifest.json +500 -0
- package/dist/agent-src/skills/design-intelligence/data/products.csv +162 -0
- package/dist/agent-src/skills/design-intelligence/data/react-performance.csv +45 -0
- package/dist/agent-src/skills/design-intelligence/data/stacks/angular.csv +51 -0
- package/dist/agent-src/skills/design-intelligence/data/stacks/astro.csv +54 -0
- package/dist/agent-src/skills/design-intelligence/data/stacks/flutter.csv +53 -0
- package/dist/agent-src/skills/design-intelligence/data/stacks/html-tailwind.csv +56 -0
- package/dist/agent-src/skills/design-intelligence/data/stacks/jetpack-compose.csv +53 -0
- package/dist/agent-src/skills/design-intelligence/data/stacks/laravel.csv +51 -0
- package/dist/agent-src/skills/design-intelligence/data/stacks/nextjs.csv +53 -0
- package/dist/agent-src/skills/design-intelligence/data/stacks/nuxt-ui.csv +51 -0
- package/dist/agent-src/skills/design-intelligence/data/stacks/nuxtjs.csv +59 -0
- package/dist/agent-src/skills/design-intelligence/data/stacks/react-native.csv +52 -0
- package/dist/agent-src/skills/design-intelligence/data/stacks/react.csv +54 -0
- package/dist/agent-src/skills/design-intelligence/data/stacks/shadcn.csv +61 -0
- package/dist/agent-src/skills/design-intelligence/data/stacks/svelte.csv +54 -0
- package/dist/agent-src/skills/design-intelligence/data/stacks/swiftui.csv +51 -0
- package/dist/agent-src/skills/design-intelligence/data/stacks/threejs.csv +54 -0
- package/dist/agent-src/skills/design-intelligence/data/stacks/vue.csv +50 -0
- package/dist/agent-src/skills/design-intelligence/data/styles.csv +85 -0
- package/dist/agent-src/skills/design-intelligence/data/typography.csv +74 -0
- package/dist/agent-src/skills/design-intelligence/data/ui-reasoning.csv +162 -0
- package/dist/agent-src/skills/design-intelligence/data/ux-guidelines.csv +100 -0
- package/dist/agent-src/skills/design-intelligence/evals/triggers.json +16 -0
- package/dist/agent-src/skills/design-intelligence/references/design-languages.md +45 -0
- package/dist/agent-src/skills/design-intelligence/references/design-rules-checklist.md +268 -0
- package/dist/agent-src/skills/design-review/SKILL.md +233 -0
- package/dist/agent-src/skills/design-tokens/SKILL.md +135 -0
- package/dist/agent-src/skills/design-tokens/evals/triggers.json +16 -0
- package/dist/agent-src/skills/design-tokens/scripts/tokens.py +296 -0
- package/dist/agent-src/skills/design-tokens/templates/design-tokens-starter.json +143 -0
- package/dist/agent-src/skills/existing-ui-audit/SKILL.md +217 -0
- package/dist/agent-src/skills/fe-design/SKILL.md +265 -0
- package/dist/agent-src/skills/feature-planning/SKILL.md +271 -0
- package/dist/agent-src/skills/flux/SKILL.md +126 -0
- package/dist/agent-src/skills/jira-integration/SKILL.md +187 -0
- package/dist/agent-src/skills/lint-skills/SKILL.md +95 -0
- package/dist/agent-src/skills/livewire/SKILL.md +139 -0
- package/dist/agent-src/skills/md-language-check/SKILL.md +130 -0
- package/dist/agent-src/skills/merge-conflicts/SKILL.md +195 -0
- package/dist/agent-src/skills/motion-choreographer/SKILL.md +197 -0
- package/dist/agent-src/skills/persona-writing/SKILL.md +158 -0
- package/dist/agent-src/skills/prompt-validator/SKILL.md +167 -0
- package/dist/agent-src/skills/prompt-validator/evals/triggers.json +16 -0
- package/dist/agent-src/skills/react-shadcn-ui/SKILL.md +235 -0
- package/dist/agent-src/skills/react-shadcn-ui/scripts/shadcn_add.py +299 -0
- package/dist/agent-src/skills/readme-reviewer/SKILL.md +242 -0
- package/dist/agent-src/skills/readme-writing/SKILL.md +240 -0
- package/dist/agent-src/skills/readme-writing-package/SKILL.md +350 -0
- package/dist/agent-src/skills/roadmap-management/SKILL.md +461 -0
- package/dist/agent-src/skills/rule-refactor/SKILL.md +149 -0
- package/dist/agent-src/skills/rule-writing/SKILL.md +277 -0
- package/dist/agent-src/skills/scene-expander/SKILL.md +158 -0
- package/dist/agent-src/skills/scene-expander/scene-blueprint.schema.yaml +114 -0
- package/dist/agent-src/skills/script-writing/SKILL.md +231 -0
- package/dist/agent-src/skills/sentry-integration/SKILL.md +175 -0
- package/dist/agent-src/skills/song-to-script/SKILL.md +303 -0
- package/dist/agent-src/skills/sql-writing/SKILL.md +85 -0
- package/dist/agent-src/skills/tailwind-engineer/SKILL.md +154 -0
- package/dist/agent-src/skills/tailwind-engineer/scripts/tailwind_config_gen.py +463 -0
- package/dist/agent-src/skills/technical-specification/SKILL.md +251 -0
- package/dist/agent-src/skills/threat-modeling/SKILL.md +207 -0
- package/dist/agent-src/skills/threat-modeling/data/manifest.json +83 -0
- package/dist/agent-src/skills/threat-modeling/data/reasoning.csv +10 -0
- package/dist/agent-src/skills/threat-modeling/data/surfaces.csv +10 -0
- package/dist/agent-src/skills/threat-modeling/data/threats.csv +16 -0
- package/dist/agent-src/skills/upstream-contribute/SKILL.md +261 -0
- package/dist/agent-src/templates/AGENTS.md +34 -0
- package/dist/agent-src/templates/agents/agent-project-settings.example.yml +286 -0
- package/dist/agent-src/templates/agents/proposal.example.md +155 -0
- package/dist/agent-src/templates/command.md +105 -0
- package/dist/agent-src/templates/copilot-instructions.md +167 -0
- package/dist/agent-src/templates/github-workflows/proposal-drift.yml +118 -0
- package/dist/agent-src/templates/hooks/pre-commit-frontmatter +66 -0
- package/dist/agent-src/templates/hooks/pre-commit-roadmap-progress +99 -0
- package/dist/agent-src/templates/persona.md +99 -0
- package/dist/agent-src/templates/rule.md +135 -0
- package/dist/agent-src/templates/scripts/work_engine/directives/ui/polish.py +513 -0
- package/dist/agent-src/templates/scripts/work_engine/directives/ui/review.py +471 -0
- package/dist/agent-src/templates/scripts/work_engine/orchestration.py +193 -0
- package/dist/agent-src/templates/scripts/work_engine/stack/runner.py +481 -0
- package/dist/agent-src/user-types/README.md +124 -0
- package/dist/cli/agent-config.js +51 -3
- package/dist/cli/agent-config.js.map +1 -1
- package/dist/cli/commands/commands.js +152 -0
- package/dist/cli/commands/commands.js.map +1 -0
- package/dist/cli/commands/mcpServer.js +54 -0
- package/dist/cli/commands/mcpServer.js.map +1 -0
- package/dist/cli/commands/packs.js +1 -1
- package/dist/cli/commands/packs.js.map +1 -1
- package/dist/cli/commands/profiles.js +77 -0
- package/dist/cli/commands/profiles.js.map +1 -0
- package/dist/cli/commands/profiles.test.js +88 -0
- package/dist/cli/commands/profiles.test.js.map +1 -0
- package/dist/cli/commands/workspaces.js +1 -1
- package/dist/cli/commands/workspaces.js.map +1 -1
- package/dist/cli/discovery/loadManifest.js.map +1 -1
- package/dist/cli/mcp/content.js +127 -0
- package/dist/cli/mcp/content.js.map +1 -0
- package/dist/cli/mcp/content.test.js +54 -0
- package/dist/cli/mcp/content.test.js.map +1 -0
- package/dist/cli/mcp/dispatch.js +167 -0
- package/dist/cli/mcp/dispatch.js.map +1 -0
- package/dist/cli/mcp/dispatch.test.js +108 -0
- package/dist/cli/mcp/dispatch.test.js.map +1 -0
- package/dist/cli/mcp/stdio.js +69 -0
- package/dist/cli/mcp/stdio.js.map +1 -0
- package/dist/cli/paths.js +8 -2
- package/dist/cli/paths.js.map +1 -1
- package/dist/cli/registry.js +2 -0
- package/dist/cli/registry.js.map +1 -1
- package/dist/discovery/deprecation-report.md +1 -1
- package/dist/discovery/discovery-manifest.json +2885 -2056
- package/dist/discovery/discovery-manifest.json.sha256 +1 -1
- package/dist/discovery/discovery-manifest.summary.md +8 -6
- package/dist/discovery/orphan-report.md +1 -1
- package/dist/discovery/packs.json +689 -466
- package/dist/discovery/trust-report.md +5 -5
- package/dist/discovery/workspaces.json +495 -477
- package/dist/install/detect.js +2 -2
- package/dist/install/detect.js.map +1 -1
- package/dist/install/wizard-plan.js +18 -18
- package/dist/install/wizard-plan.js.map +1 -1
- package/dist/mcp/registry-manifest.json +4 -4
- package/dist/router.json +1 -1
- package/dist/server/io/substituteTemplate.js +5 -5
- package/dist/server/io/substituteTemplate.js.map +1 -1
- package/dist/server/routes/settings.js +2 -2
- package/dist/server/routes/settings.js.map +1 -1
- package/dist/server/routes/userMd.js +1 -1
- package/dist/server/routes/userMd.js.map +1 -1
- package/dist/server/routes/wizard.js +27 -13
- package/dist/server/routes/wizard.js.map +1 -1
- package/dist/server/routes/workspace.js +556 -117
- package/dist/server/routes/workspace.js.map +1 -1
- package/dist/server/schemas/settings.js +7 -2
- package/dist/server/schemas/settings.js.map +1 -1
- package/dist/shared/userMd/formAdapter.js +2 -2
- package/dist/ui/assets/index-CoQo90sz.js +40 -0
- package/dist/ui/assets/index-CoQo90sz.js.map +1 -0
- package/dist/ui/index.html +1 -1
- package/docs/DISTRIBUTION_CHECKLIST.md +2 -2
- package/docs/adrs/cost/0001-hard-stop-hook.md +5 -5
- package/docs/adrs/memory/0001-consumer-side-snapshot.md +4 -4
- package/docs/adrs/router/0001-three-tier-routing.md +3 -3
- package/docs/adrs/schema/0001-json-schema-frontmatter.md +6 -6
- package/docs/adrs/smoke/0001-per-tier-smoke-scripts.md +6 -6
- package/docs/architecture/augment-projection.md +10 -10
- package/docs/architecture/claude-bundle.md +5 -5
- package/docs/architecture/current-onboard-baseline.md +4 -4
- package/docs/architecture/current-safety-behavior.md +16 -16
- package/docs/architecture/multi-tool-projection.md +8 -8
- package/docs/architecture/source-projection.md +11 -11
- package/docs/architecture.md +11 -11
- package/docs/archive/CHANGELOG-pre-2.17.0.md +1 -1
- package/docs/archive/CHANGELOG-pre-2.2.0.md +7 -7
- package/docs/archive/CHANGELOG-pre-2.20.0.md +1 -1
- package/docs/archive/CHANGELOG-pre-2.25.0.md +1 -1
- package/docs/archive/CHANGELOG-pre-2.7.0.md +1 -1
- package/docs/archive/CHANGELOG-pre-3.0.0.md +1 -1
- package/docs/archive/CHANGELOG-pre-3.1.0.md +1 -1
- package/docs/archive/CHANGELOG-pre-3.2.0.md +1 -1
- package/docs/archive/CHANGELOG-pre-4.5.0.md +1 -1
- package/docs/archive/CHANGELOG-pre-5.4.0.md +1 -1
- package/docs/archive/CHANGELOG-pre-5.9.0.md +1 -1
- package/docs/artefact-census.md +71 -0
- package/docs/case-studies/frontend-design-vs-ui-ux-pro-max.md +86 -0
- package/docs/catalog.md +463 -454
- package/docs/command-flows.md +232 -0
- package/docs/contracts/CHANGELOG-conventions.md +2 -2
- package/docs/contracts/STABILITY.md +1 -1
- package/docs/contracts/adoption-signal-floor.md +2 -2
- package/docs/contracts/adr-architectural-consensus-mechanism.md +1 -1
- package/docs/contracts/adr-chat-history-split.md +1 -1
- package/docs/contracts/adr-gtm-context-spine.md +2 -2
- package/docs/contracts/adr-install-user-type-axis.md +3 -3
- package/docs/contracts/adr-layout.md +3 -3
- package/docs/contracts/adr-mcp-runtime.md +8 -8
- package/docs/contracts/adr-prompt-driven-execution.md +1 -1
- package/docs/contracts/adr-settings-sync-engine.md +3 -3
- package/docs/contracts/adr-user-types-axis.md +2 -2
- package/docs/contracts/adr-wing4-context-spine.md +2 -2
- package/docs/contracts/agent-user-schema.md +6 -6
- package/docs/contracts/agents-md-tech-stack.md +2 -2
- package/docs/contracts/ai-council-config.md +4 -4
- package/docs/contracts/at-rest-encryption.md +48 -7
- package/docs/contracts/audit-log-v1.md +3 -3
- package/docs/contracts/benchmark-ab-contract.md +6 -1
- package/docs/contracts/benchmark-corpus-spec.md +2 -2
- package/docs/contracts/benchmark-report-schema.md +4 -4
- package/docs/contracts/branch-protection-policy.md +5 -0
- package/docs/contracts/capability-packs.md +217 -0
- package/docs/contracts/ci-cost-budget.md +6 -1
- package/docs/contracts/ci-green-floor.md +1 -1
- package/docs/contracts/command-category-governance.md +79 -0
- package/docs/contracts/command-clusters.md +42 -4
- package/docs/contracts/config-presets.md +1 -1
- package/docs/contracts/cost-dashboard.md +1 -1
- package/docs/contracts/cost-profile-defaults.md +2 -2
- package/docs/contracts/cost-summary-schema.md +4 -4
- package/docs/contracts/creative-pack-boundary.md +58 -0
- package/docs/contracts/daily-workspace.md +8 -3
- package/docs/contracts/discovery-manifest.md +5 -5
- package/docs/contracts/discovery-manifest.schema.json +14 -3
- package/docs/contracts/evidence-based-pruning.md +101 -0
- package/docs/contracts/explain-modes.md +37 -0
- package/docs/contracts/file-ownership-matrix.json +1804 -4620
- package/docs/contracts/frontmatter-contract.md +6 -6
- package/docs/contracts/ghostwriter-schema.md +1 -1
- package/docs/contracts/gui-wizard.md +1 -1
- package/docs/contracts/harness-expectations.md +5 -0
- package/docs/contracts/hook-architecture-v1.md +1 -1
- package/docs/contracts/host-agent-protocol.md +19 -1
- package/docs/contracts/install-scopes.md +7 -2
- package/docs/contracts/installed-tools-lockfile.md +2 -2
- package/docs/contracts/linear-ai-rules-inclusion.md +2 -2
- package/docs/contracts/linear-ai-three-layers.md +1 -1
- package/docs/contracts/linter-structural-model.md +2 -2
- package/docs/contracts/load-context-budget-model.md +1 -1
- package/docs/contracts/load-context-schema.md +1 -1
- package/docs/contracts/local-analytics.md +9 -1
- package/docs/contracts/low-impact-corpus-format.md +1 -1
- package/docs/contracts/mcp-cloud-scope.md +6 -6
- package/docs/contracts/mcp-phase-1-scope.md +5 -5
- package/docs/contracts/measurement-baseline.md +5 -5
- package/docs/contracts/migrate-command.md +44 -8
- package/docs/contracts/multi-tool-projection-fidelity.md +3 -3
- package/docs/contracts/namespace.md +1 -1
- package/docs/contracts/orchestration-dsl-v1.md +2 -2
- package/docs/contracts/package-self-orientation.md +17 -17
- package/docs/contracts/pilot/language-and-tone.md +1 -1
- package/docs/contracts/plain-language-surface.md +2 -2
- package/docs/contracts/profile-system.md +26 -1
- package/docs/contracts/provider-lifecycle.md +3 -3
- package/docs/contracts/release-pr-gating.md +5 -0
- package/docs/contracts/release-trunk-sync.md +3 -3
- package/docs/contracts/review-lens-schema.md +59 -0
- package/docs/contracts/role-experience.md +10 -6
- package/docs/contracts/router-blending.md +2 -2
- package/docs/contracts/rule-classification.md +1 -1
- package/docs/contracts/rule-router.md +3 -3
- package/docs/contracts/safety-model.md +2 -2
- package/docs/contracts/session-profile-overlay.md +40 -3
- package/docs/contracts/settings-api.md +3 -3
- package/docs/contracts/settings-sync-yaml-subset.md +4 -4
- package/docs/contracts/skill-bundled-assets.md +62 -0
- package/docs/contracts/skill-discovery.md +1 -1
- package/docs/contracts/skill-distribution-channels.md +6 -1
- package/docs/contracts/skill-dry-run.md +2 -2
- package/docs/contracts/skill-family-map.yml +915 -0
- package/docs/contracts/smoke-contracts.md +4 -4
- package/docs/contracts/telegraph-telemetry.md +2 -2
- package/docs/contracts/trust-and-safety.md +3 -3
- package/docs/contracts/universal-skills.md +16 -16
- package/docs/contracts/value-dashboard-spec.md +21 -21
- package/docs/contracts/value-report-schema.md +8 -8
- package/docs/customization.md +8 -8
- package/docs/decisions/ADR-006-skill-tools-python-pilot.md +2 -2
- package/docs/decisions/ADR-007-agent-discovery-scopes.md +1 -1
- package/docs/decisions/ADR-008-installed-tools-manifest.md +1 -1
- package/docs/decisions/ADR-009-event4u-namespace.md +3 -3
- package/docs/decisions/ADR-013-discovery-frontmatter-contract.md +27 -8
- package/docs/decisions/ADR-015-discovery-manifest-contract.md +5 -5
- package/docs/decisions/ADR-017-monorepo-physical-layout.md +5 -5
- package/docs/decisions/ADR-018-trust-and-safety-layer.md +2 -2
- package/docs/decisions/ADR-019-router-json-dist-location.md +2 -2
- package/docs/decisions/ADR-020-global-only-consumer-scope.md +27 -2
- package/docs/decisions/ADR-022-daily-workspace-decomposition.md +2 -2
- package/docs/decisions/ADR-024-workspace-v0-feature-floor.md +1 -1
- package/docs/decisions/ADR-028-root-layout.md +1 -1
- package/docs/decisions/ADR-030-claude-code-command-projection.md +2 -2
- package/docs/decisions/ADR-038-canonical-settings-path.md +20 -0
- package/docs/decisions/ADR-041-controlled-command-verbs.md +133 -0
- package/docs/decisions/ADR-042-runtime-resolver-decision-gate.md +113 -0
- package/docs/decisions/ADR-043-monorepo-collapse-to-src-domains.md +128 -0
- package/docs/decisions/ADR-044-command-naming-scheme-hyphenated.md +250 -0
- package/docs/decisions/ADR-045-src-source-layout-and-profiles-as-views.md +111 -0
- package/docs/decisions/ADR-046-thin-command-principle.md +93 -0
- package/docs/decisions/ADR-047-framework-neutral-stack-adaptive-commands.md +94 -0
- package/docs/decisions/ADR-048-command-justification-rule.md +106 -0
- package/docs/decisions/ADR-049-configuration-trust-boundary.md +114 -0
- package/docs/decisions/ADR-050-workspace-vs-package-root-boundary.md +121 -0
- package/docs/decisions/ADR-051-uncondensed-source-container-relocation.md +114 -0
- package/docs/decisions/ADR-052-packages-removal-and-pack-home-migration.md +86 -0
- package/docs/decisions/ADR-053-agents-namespace-dual-role-resolution.md +132 -0
- package/docs/decisions/ADR-054-rule-adherence-decay-triggered-restate.md +143 -0
- package/docs/decisions/ADR-055-flow-layer-data-model.md +235 -0
- package/docs/decisions/ADR-056-unvalidated-video-adapters-disposition.md +124 -0
- package/docs/decisions/ADR-057-consolidation-evidence-gate-outcomes.md +135 -0
- package/docs/decisions/ADR-058-condensed-output-relocation-to-dist.md +94 -0
- package/docs/decisions/ADR-059-render-resume-filesystem-as-state.md +161 -0
- package/docs/decisions/ADR-060-comfyui-sandbox-model.md +154 -0
- package/docs/decisions/ADR-061-corpus-grounding-layer.md +170 -0
- package/docs/decisions/ADR-062-encrypt-at-rest-store-architecture.md +121 -0
- package/docs/decisions/ADR-063-append-jsonl-encryption-deferred.md +83 -0
- package/docs/decisions/ADR-064-append-jsonl-per-record-encryption.md +113 -0
- package/docs/decisions/ADR-065-tier3-inbox-handoff-v0.md +86 -0
- package/docs/decisions/ADR-066-skill-body-prerendering.md +93 -0
- package/docs/decisions/ADR-067-glama-registry-listing.md +259 -0
- package/docs/decisions/ADR-068-host-tier-detection.md +90 -0
- package/docs/decisions/ADR-069-prompt-renderer.md +97 -0
- package/docs/decisions/ADR-070-tier1-drive-loop.md +94 -0
- package/docs/decisions/ADR-071-launch-drive-integration.md +95 -0
- package/docs/decisions/ADR-072-codex-gemini-drive-configs.md +90 -0
- package/docs/decisions/ADR-073-drive-health-kill-switch.md +81 -0
- package/docs/decisions/ADR-074-drive-kill-switch-auto-recovery.md +84 -0
- package/docs/decisions/ADR-075-workspace-gui-drive.md +83 -0
- package/docs/decisions/ADR-076-workspace-multi-turn.md +92 -0
- package/docs/decisions/ADR-077-workspace-followup-gui.md +70 -0
- package/docs/decisions/ADR-078-drive-health-panel.md +70 -0
- package/docs/decisions/ADR-079-workspace-host-picker.md +81 -0
- package/docs/decisions/ADR-080-host-session-expired-410.md +92 -0
- package/docs/decisions/ADR-081-drive-health-reset-and-410-affordance.md +71 -0
- package/docs/decisions/ADR-082-410-one-click-relaunch.md +58 -0
- package/docs/decisions/ADR-083-session-thread-and-arbitrary-continuation.md +85 -0
- package/docs/decisions/ADR-084-drive-health-refresh-on-drive.md +52 -0
- package/docs/decisions/ADR-085-mcp-stdio-end-user-distribution-shape.md +158 -0
- package/docs/decisions/ADR-086-read-only-cross-agent-mcp-discovery-helper.md +171 -0
- package/docs/decisions/ADR-087-installer-e2e-test-strategy.md +111 -0
- package/docs/decisions/ADR-088-no-external-runtime-federation.md +145 -0
- package/docs/decisions/ADR-089-lean-local-plugin-install.md +111 -0
- package/docs/decisions/INDEX.md +49 -0
- package/docs/deploy/small-team-recipe.md +1 -1
- package/docs/deploy/team-deployment-posture.md +1 -1
- package/docs/development.md +6 -6
- package/docs/distribution/public-install-smoke.md +1 -1
- package/docs/distribution/registries.md +5 -5
- package/docs/distribution/registry-submissions.md +2 -2
- package/docs/end-to-end-walkthroughs.md +10 -10
- package/docs/experiences/agency.md +49 -0
- package/docs/experiences/content_creator.md +47 -0
- package/docs/experiences/developer.md +49 -0
- package/docs/experiences/finance.md +48 -0
- package/docs/experiences/founder.md +47 -0
- package/docs/experiences/ops.md +47 -0
- package/docs/featured-commands.md +12 -12
- package/docs/featured-skills.md +32 -32
- package/docs/flows.md +67 -0
- package/docs/getting-started-by-role.md +41 -41
- package/docs/getting-started-laravel.md +26 -26
- package/docs/getting-started-local-stdio.md +77 -0
- package/docs/getting-started.md +2 -2
- package/docs/governance.md +96 -0
- package/docs/guidelines/agent-infra/asking-and-brevity-examples.md +6 -6
- package/docs/guidelines/agent-infra/comparison-matrix.md +179 -0
- package/docs/guidelines/agent-infra/corpus-grounding-authoring.md +91 -0
- package/docs/guidelines/agent-infra/direct-answers-demos.md +23 -26
- package/docs/guidelines/agent-infra/language-and-tone-examples.md +29 -2
- package/docs/guidelines/agent-infra/layered-settings.md +3 -3
- package/docs/guidelines/agent-infra/linked-projects-onboarding-gate.md +80 -0
- package/docs/guidelines/agent-infra/missing-tool-handling.md +66 -0
- package/docs/guidelines/agent-infra/model-recommendation.md +72 -0
- package/docs/guidelines/agent-infra/roadmap-progress-mechanics.md +1 -1
- package/docs/guidelines/agent-infra/self-improvement-pipeline.md +1 -1
- package/docs/guidelines/agent-infra/verify-before-complete-demos.md +1 -1
- package/docs/guidelines/augment-portability-patterns.md +1 -1
- package/docs/guides/local-analytics.md +1 -1
- package/docs/guides/local-knowledge.md +3 -3
- package/docs/hook-payload-capture.md +5 -5
- package/docs/installation.md +3 -3
- package/docs/mcp-registries.md +94 -0
- package/docs/mcp-server.md +4 -4
- package/docs/mcp.md +3 -0
- package/docs/parity/ruflo.md +7 -7
- package/docs/personas.md +3 -3
- package/docs/profiles.md +15 -11
- package/docs/quality.md +3 -3
- package/docs/setup/mcp-client-config.md +134 -9
- package/docs/setup/mcp-server-docker.md +9 -7
- package/docs/setup/per-ide/claude-code.md +3 -3
- package/docs/setup/per-ide/claude-desktop.md +1 -1
- package/docs/setup/per-ide/cursor.md +2 -2
- package/docs/setup/per-ide/windsurf.md +1 -1
- package/docs/showcase.md +12 -12
- package/docs/skill-duplication-findings.md +91 -0
- package/docs/skills-catalog.md +228 -224
- package/docs/skills-taxonomy.md +90 -0
- package/docs/ui-track-mental-model.md +2 -2
- package/docs/value.md +50 -50
- package/docs/walkthroughs/assets/workspace-role-grid.png +0 -0
- package/docs/walkthroughs/assets/workspace-session-started.png +0 -0
- package/docs/walkthroughs/assets/workspace-task-picker.png +0 -0
- package/docs/walkthroughs/daily-workspace.md +127 -0
- package/llms.txt +18 -14
- package/package.json +10 -9
- package/src/config/agent-settings.template.yml +612 -0
- package/src/config/discovery/command-verbs.yml +56 -0
- package/src/config/discovery/packs.yml +255 -0
- package/src/config/discovery/workspaces.yml +72 -0
- package/src/scripts/__pycache__/validate_frontmatter.cpython-312.pyc +0 -0
- package/src/scripts/_archive/README.md +59 -0
- package/src/scripts/_archive/_bootstrap_tier_frontmatter.py +151 -0
- package/src/scripts/_archive/_p43_bodies.py +235 -0
- package/src/scripts/_archive/_p43_condense.py +118 -0
- package/src/scripts/_archive/_p4_migrate.py +199 -0
- package/src/scripts/_cli/cmd_doctor.py +1583 -0
- package/src/scripts/_cli/cmd_export.py +157 -0
- package/src/scripts/_cli/cmd_migrate.py +524 -0
- package/src/scripts/_cli/cmd_refresh.py +179 -0
- package/src/scripts/_cli/cmd_settings_migrate.py +147 -0
- package/src/scripts/_cli/cmd_update.py +279 -0
- package/src/scripts/_cli/cmd_upgrade.py +172 -0
- package/src/scripts/_cli/cmd_versions.py +160 -0
- package/src/scripts/_dispatch.bash +1129 -0
- package/src/scripts/_lib/__pycache__/__init__.cpython-312.pyc +0 -0
- package/src/scripts/_lib/__pycache__/agent_src.cpython-312.pyc +0 -0
- package/src/scripts/_lib/agent_src.py +491 -0
- package/src/scripts/_lib/bench_ab_cache.py +162 -0
- package/src/scripts/_lib/changelog_eras.py +330 -0
- package/src/scripts/_lib/claude_desktop_bundler.py +238 -0
- package/src/scripts/_lib/cli_wrapper.py +64 -0
- package/src/scripts/_lib/global_deploy_inventory.py +282 -0
- package/src/scripts/_lib/install_regenerator.py +134 -0
- package/src/scripts/_lib/installed_lock.py +256 -0
- package/src/scripts/_lib/model_tier.py +52 -0
- package/src/scripts/_lib/scope_guard.sh +163 -0
- package/src/scripts/_lib/value_ladder.py +696 -0
- package/src/scripts/_lib/value_report.py +455 -0
- package/src/scripts/_phase4_bucket.py +210 -0
- package/src/scripts/_pilot_measure.py +53 -0
- package/src/scripts/adoption_report.py +195 -0
- package/src/scripts/adoption_snapshot.py +219 -0
- package/src/scripts/adoption_status.py +166 -0
- package/src/scripts/agent-config +57 -0
- package/src/scripts/ai-video/adapters/comfyui.sh +392 -0
- package/src/scripts/ai-video/adapters/fal.sh +311 -0
- package/src/scripts/ai-video/adapters/gemini-veo.sh +246 -0
- package/src/scripts/ai-video/adapters/higgsfield.sh +310 -0
- package/src/scripts/ai-video/adapters/kling.sh +248 -0
- package/src/scripts/ai-video/adapters/musetalk.sh +120 -0
- package/src/scripts/ai-video/adapters/openai-images.sh +147 -0
- package/src/scripts/ai-video/adapters/replicate.sh +289 -0
- package/src/scripts/ai-video/adapters/sora.sh +207 -0
- package/src/scripts/ai-video/adapters/syncso.sh +200 -0
- package/src/scripts/ai-video/audio-adapters/allin1.sh +115 -0
- package/src/scripts/ai-video/audio-adapters/whisperx.sh +128 -0
- package/src/scripts/ai-video/lib/adapter-common.sh +231 -0
- package/src/scripts/ai-video/lib/adapter-contract.md +329 -0
- package/src/scripts/ai-video/lib/audio-adapter-contract.md +210 -0
- package/src/scripts/ai-video/lib/comfyui-nodes.allowlist.json +21 -0
- package/src/scripts/ai-video/lib/comfyui-templates/ltx-2.json +79 -0
- package/src/scripts/ai-video/lib/comfyui-templates/wan22-ti2v-5b.json +78 -0
- package/src/scripts/ai-video/lib/embed-provenance.sh +194 -0
- package/src/scripts/ai-video/lib/fixtures/allin1/analysis.json +13 -0
- package/src/scripts/ai-video/lib/fixtures/comfyui/result.json +1 -0
- package/src/scripts/ai-video/lib/fixtures/fal/result.json +1 -0
- package/src/scripts/ai-video/lib/fixtures/fal/scene-0001.mp4 +1 -0
- package/src/scripts/ai-video/lib/fixtures/gemini-veo/result.json +1 -0
- package/src/scripts/ai-video/lib/fixtures/higgsfield/result.json +1 -0
- package/src/scripts/ai-video/lib/fixtures/kling/result.json +1 -0
- package/src/scripts/ai-video/lib/fixtures/kling/scene-0001.mp4 +1 -0
- package/src/scripts/ai-video/lib/fixtures/musetalk/lipsync-0001.mp4 +1 -0
- package/src/scripts/ai-video/lib/fixtures/musetalk/result.json +1 -0
- package/src/scripts/ai-video/lib/fixtures/openai-images/result.json +1 -0
- package/src/scripts/ai-video/lib/fixtures/replicate/result.json +1 -0
- package/src/scripts/ai-video/lib/fixtures/replicate/scene-0001.mp4 +1 -0
- package/src/scripts/ai-video/lib/fixtures/sora/result.json +1 -0
- package/src/scripts/ai-video/lib/fixtures/syncso/lipsync-0001.mp4 +1 -0
- package/src/scripts/ai-video/lib/fixtures/syncso/result.json +1 -0
- package/src/scripts/ai-video/lib/fixtures/whisperx/transcript.json +26 -0
- package/src/scripts/ai-video/lib/ingest-song.sh +89 -0
- package/src/scripts/ai-video/lib/load-config.sh +180 -0
- package/src/scripts/ai-video/lib/model-capabilities/README.md +82 -0
- package/src/scripts/ai-video/lib/model-capabilities/comfyui.json +31 -0
- package/src/scripts/ai-video/lib/model-capabilities/fal.json +77 -0
- package/src/scripts/ai-video/lib/model-capabilities/musetalk.json +24 -0
- package/src/scripts/ai-video/lib/model-capabilities/replicate.json +82 -0
- package/src/scripts/ai-video/lib/model-capabilities/syncso.json +23 -0
- package/src/scripts/ai-video/lib/resume-scan.sh +212 -0
- package/src/scripts/ai-video/lib/telemetry.sh +115 -0
- package/src/scripts/ai-video/lib/validate-deps.sh +132 -0
- package/src/scripts/ai-video/lib/validate-vocal-map.sh +121 -0
- package/src/scripts/ai-video/smoke-trace.sh +179 -0
- package/src/scripts/ai-video/stitch.sh +161 -0
- package/src/scripts/ai-video/test-pipeline.sh +169 -0
- package/src/scripts/ai_council/advisors.py +148 -0
- package/src/scripts/ai_council/clients.py +1385 -0
- package/src/scripts/ai_council/compile_corpus.py +179 -0
- package/src/scripts/ai_council/events_log.py +141 -0
- package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_2a4_acceptance.py +208 -0
- package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_budget_v2_audit.py +206 -0
- package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_context_layer_v1_estimate.py +67 -0
- package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_context_layer_v1_review.py +292 -0
- package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_followups_review.py +259 -0
- package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_nondestructive_inline_audit.py +209 -0
- package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_phase4_dispatch_latency.py +108 -0
- package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_phase6_trigger_jaccard.py +92 -0
- package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_phase_2a_budget_rebalance.py +257 -0
- package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_phase_2a_post_revert.py +197 -0
- package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_rebalancing_audit.py +149 -0
- package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_roundtrip.py +111 -0
- package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_rule_hardening_v1.py +251 -0
- package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_silent_taskfiles.py +98 -0
- package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_structural_open_questions.py +232 -0
- package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_structural_optimization.py +144 -0
- package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_structural_v3_gaps.py +252 -0
- package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_structural_v3_review.py +240 -0
- package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_tier_retrofit.py +180 -0
- package/src/scripts/ai_council/pricing.py +215 -0
- package/src/scripts/ai_council/session.py +366 -0
- package/src/scripts/annotate_discovery.py +149 -0
- package/src/scripts/apply_modules_config.py +290 -0
- package/src/scripts/audit_adr_coverage.py +175 -0
- package/src/scripts/audit_auto_rules.py +175 -0
- package/src/scripts/audit_cloud_compatibility.py +362 -0
- package/src/scripts/audit_command_surface.py +669 -0
- package/src/scripts/audit_initial_context.py +237 -0
- package/src/scripts/audit_likelihood.py +148 -0
- package/src/scripts/audit_mcp_tools.py +146 -0
- package/src/scripts/audit_overlap.py +145 -0
- package/src/scripts/audit_skill_overlap.py +207 -0
- package/src/scripts/audit_user_type_axis.py +140 -0
- package/src/scripts/backfill_model_tier.py +184 -0
- package/src/scripts/bench_ab_cache_dispatch.py +68 -0
- package/src/scripts/bench_ab_clone.py +170 -0
- package/src/scripts/bench_ab_diff.py +220 -0
- package/src/scripts/bench_ab_integrity.py +143 -0
- package/src/scripts/bench_ab_run.py +235 -0
- package/src/scripts/bench_ab_task_runner.py +369 -0
- package/src/scripts/bench_ab_tracka_run.py +202 -0
- package/src/scripts/bench_baseline_ready.py +108 -0
- package/src/scripts/bench_condense_memory.py +168 -0
- package/src/scripts/bench_drift_check.py +151 -0
- package/src/scripts/bench_per_tool.py +216 -0
- package/src/scripts/bench_rtk_savings.py +320 -0
- package/src/scripts/bench_run.py +272 -0
- package/src/scripts/bench_runner.py +158 -0
- package/src/scripts/build_cloud_bundle.py +458 -0
- package/src/scripts/build_discovery_manifest.py +747 -0
- package/src/scripts/build_linear_digest.py +260 -0
- package/src/scripts/build_mcp_registry_manifest.py +181 -0
- package/src/scripts/build_rule_trigger_matrix.py +350 -0
- package/src/scripts/capture_showcase_session.py +361 -0
- package/src/scripts/check_always_budget.py +532 -0
- package/src/scripts/check_artefact_checksums.py +111 -0
- package/src/scripts/check_augment_description_cap.py +79 -0
- package/src/scripts/check_augmentignore.py +72 -0
- package/src/scripts/check_beta_review_markers.py +127 -0
- package/src/scripts/check_cluster_patterns.py +206 -0
- package/src/scripts/check_command_count_messaging.py +152 -0
- package/src/scripts/check_condensation.py +375 -0
- package/src/scripts/check_condensed_paths.py +231 -0
- package/src/scripts/check_context_paths.py +202 -0
- package/src/scripts/check_council_references.py +228 -0
- package/src/scripts/check_discovery_determinism.py +70 -0
- package/src/scripts/check_gate_paths.py +128 -0
- package/src/scripts/check_module_management_neutral.py +147 -0
- package/src/scripts/check_no_new_legacy_path.py +100 -0
- package/src/scripts/check_no_roadmap_refs.py +155 -0
- package/src/scripts/check_one_off_location.py +81 -0
- package/src/scripts/check_overlay_cascade_subdirs.py +129 -0
- package/src/scripts/check_portability.py +574 -0
- package/src/scripts/check_public_catalog_links.py +125 -0
- package/src/scripts/check_public_links.py +185 -0
- package/src/scripts/check_references.py +557 -0
- package/src/scripts/check_release_includes_discovery.py +61 -0
- package/src/scripts/check_release_pr_shape.py +123 -0
- package/src/scripts/check_release_published.py +145 -0
- package/src/scripts/check_reply_consistency.py +169 -0
- package/src/scripts/check_roadmap_trackable.py +114 -0
- package/src/scripts/check_role_doc_links.py +110 -0
- package/src/scripts/check_safety_floor_untouched.py +125 -0
- package/src/scripts/check_skill_requires.py +147 -0
- package/src/scripts/check_template_pin_drift.py +129 -0
- package/src/scripts/check_test_coverage_diff.py +180 -0
- package/src/scripts/check_token_optimizer_freshness.py +146 -0
- package/src/scripts/check_update_banner.py +86 -0
- package/src/scripts/ci_time_ratio.py +168 -0
- package/src/scripts/compile_router.py +232 -0
- package/src/scripts/condense.py +1919 -0
- package/src/scripts/condense_memory.py +178 -0
- package/src/scripts/config/packs.py +157 -0
- package/src/scripts/config/profile_explain.py +89 -0
- package/src/scripts/config/profiles.py +191 -0
- package/src/scripts/config/session_profiles.py +542 -0
- package/src/scripts/cost_by_conversation.py +78 -0
- package/src/scripts/cost_summary.py +97 -0
- package/src/scripts/council_cli.py +2557 -0
- package/src/scripts/cross_repo_retrieve.py +172 -0
- package/src/scripts/discovery_stats.py +70 -0
- package/src/scripts/extract_audit_patterns.py +202 -0
- package/src/scripts/first_run_gate_hook.py +179 -0
- package/src/scripts/gen_discovery_baseline.py +127 -0
- package/src/scripts/generate_catalog.py +116 -0
- package/src/scripts/generate_command_flows.py +191 -0
- package/src/scripts/generate_index.py +303 -0
- package/src/scripts/generate_ownership_matrix.py +378 -0
- package/src/scripts/generate_pack_manifests.py +340 -0
- package/src/scripts/hook_manifest.yaml +243 -0
- package/src/scripts/hooks/dispatch_hook.py +461 -0
- package/src/scripts/hooks/replay_hook.py +144 -0
- package/src/scripts/hooks_doctor.py +223 -0
- package/src/scripts/hooks_status.py +157 -0
- package/src/scripts/install +425 -0
- package/src/scripts/install-hooks.sh +204 -0
- package/src/scripts/install.py +5183 -0
- package/src/scripts/install.sh +1156 -0
- package/src/scripts/inventory_abstraction_budget.py +622 -0
- package/src/scripts/inventory_frontmatter.py +164 -0
- package/src/scripts/inventory_meta_layers.py +288 -0
- package/src/scripts/iron_law_sha.py +107 -0
- package/src/scripts/linked_projects_list.py +91 -0
- package/src/scripts/lint_agent_skill_names.py +150 -0
- package/src/scripts/lint_agents_layout.py +197 -0
- package/src/scripts/lint_agents_md.py +210 -0
- package/src/scripts/lint_archived_skills.py +159 -0
- package/src/scripts/lint_artefact_frontmatter.py +188 -0
- package/src/scripts/lint_bench_ab.py +172 -0
- package/src/scripts/lint_bench_corpus.py +255 -0
- package/src/scripts/lint_command_flow_coverage.py +132 -0
- package/src/scripts/lint_command_routing.py +160 -0
- package/src/scripts/lint_command_tiers.py +175 -0
- package/src/scripts/lint_command_verbs.py +206 -0
- package/src/scripts/lint_commit_subjects.py +139 -0
- package/src/scripts/lint_context_spine_usage.py +137 -0
- package/src/scripts/lint_discovery_manifest.py +176 -0
- package/src/scripts/lint_discovery_vocabulary.py +220 -0
- package/src/scripts/lint_examples.py +102 -0
- package/src/scripts/lint_explain_trace.py +80 -0
- package/src/scripts/lint_featured_skills.py +144 -0
- package/src/scripts/lint_flows.py +215 -0
- package/src/scripts/lint_framework_leakage.py +375 -0
- package/src/scripts/lint_framework_leakage_allowlist.json +575 -0
- package/src/scripts/lint_frontmatter_boilerplate.py +77 -0
- package/src/scripts/lint_ghostwriter_source.py +242 -0
- package/src/scripts/lint_handoffs.py +217 -0
- package/src/scripts/lint_hook_concern_budget.py +207 -0
- package/src/scripts/lint_hook_manifest.py +217 -0
- package/src/scripts/lint_load_context.py +196 -0
- package/src/scripts/lint_marketplace.py +180 -0
- package/src/scripts/lint_marketplace_install_completeness.py +198 -0
- package/src/scripts/lint_mcp_registry_manifest.py +69 -0
- package/src/scripts/lint_media_policy_linkage.py +140 -0
- package/src/scripts/lint_model_tier_coverage.py +73 -0
- package/src/scripts/lint_namespace.py +135 -0
- package/src/scripts/lint_namespace_collisions.py +103 -0
- package/src/scripts/lint_new_skill_gate.py +144 -0
- package/src/scripts/lint_no_new_atomic_commands.py +180 -0
- package/src/scripts/lint_one_off_age.py +184 -0
- package/src/scripts/lint_orchestration_dsl.py +217 -0
- package/src/scripts/lint_orchestrator_auto_detect.py +111 -0
- package/src/scripts/lint_pack_boundaries.py +147 -0
- package/src/scripts/lint_pack_dependencies.py +137 -0
- package/src/scripts/lint_pack_first_win.py +121 -0
- package/src/scripts/lint_persona_governance.py +164 -0
- package/src/scripts/lint_positioning.py +143 -0
- package/src/scripts/lint_profile_overlay_set_only.py +179 -0
- package/src/scripts/lint_regression.py +251 -0
- package/src/scripts/lint_roadmap_ci_steps.py +186 -0
- package/src/scripts/lint_roadmap_complexity.py +220 -0
- package/src/scripts/lint_role_experiences.py +255 -0
- package/src/scripts/lint_rule_interactions.py +170 -0
- package/src/scripts/lint_rule_tiers.py +90 -0
- package/src/scripts/lint_showcase_sessions.py +148 -0
- package/src/scripts/lint_skill_tools.py +168 -0
- package/src/scripts/lint_topics_yaml.py +89 -0
- package/src/scripts/lint_trust_coherence.py +212 -0
- package/src/scripts/lint_value_dashboard.py +218 -0
- package/src/scripts/mcp_parity_smoke.py +316 -0
- package/src/scripts/mcp_registry_submit.sh +187 -0
- package/src/scripts/mcp_server/__init__.py +19 -0
- package/src/scripts/mcp_server/consumer_tool_catalog.json +276 -0
- package/src/scripts/mcp_server/prompts.py +442 -0
- package/src/scripts/mcp_server/resources.py +201 -0
- package/src/scripts/mcp_server/tools.py +950 -0
- package/src/scripts/measure_augment_budget.py +214 -0
- package/src/scripts/measure_density.py +232 -0
- package/src/scripts/measure_frugality_savings.py +164 -0
- package/src/scripts/measure_markitdown_lift.py +127 -0
- package/src/scripts/measure_patterns.py +376 -0
- package/src/scripts/measure_projection_bytes.py +159 -0
- package/src/scripts/measure_rule_budget.py +347 -0
- package/src/scripts/measure_skill_reduction.py +102 -0
- package/src/scripts/migrate_command_suggestions.py +151 -0
- package/src/scripts/migrate_frontmatter_defaults.py +245 -0
- package/src/scripts/mine_session.py +279 -0
- package/src/scripts/move_artefact.py +143 -0
- package/src/scripts/new_skill.py +148 -0
- package/src/scripts/pack_dependency_allowlist.json +70 -0
- package/src/scripts/pack_mcp_content.py +293 -0
- package/src/scripts/plan_physical_move.py +353 -0
- package/src/scripts/print_required_checks.py +196 -0
- package/src/scripts/probe_projection_fidelity.py +202 -0
- package/src/scripts/profile_staleness_hook.py +69 -0
- package/src/scripts/profile_use.py +164 -0
- package/src/scripts/project_thin_rules.py +168 -0
- package/src/scripts/prototype_lint_contradictions.py +150 -0
- package/src/scripts/prove_pack_extractable.py +187 -0
- package/src/scripts/recruit_preflight.sh +152 -0
- package/src/scripts/refine_ticket_detect.py +646 -0
- package/src/scripts/release.py +1091 -0
- package/src/scripts/render_benchmark_md.py +312 -0
- package/src/scripts/render_value_md.py +347 -0
- package/src/scripts/repro/repro_marketplace_install_gap.sh +161 -0
- package/src/scripts/roadmap_progress_hook.py +274 -0
- package/src/scripts/router_telemetry.py +470 -0
- package/src/scripts/run_skill_evals.py +185 -0
- package/src/scripts/runtime_registry.py +166 -0
- package/src/scripts/schemas/command.schema.json +219 -0
- package/src/scripts/schemas/flow.schema.json +59 -0
- package/src/scripts/schemas/pack.schema.json +95 -0
- package/src/scripts/schemas/rule.schema.json +145 -0
- package/src/scripts/score_skill_selection.py +198 -0
- package/src/scripts/skill_collision_clusters.py +162 -0
- package/src/scripts/skill_discovery.py +254 -0
- package/src/scripts/skill_linter.py +3694 -0
- package/src/scripts/skill_overlap.py +204 -0
- package/src/scripts/skill_preview.py +179 -0
- package/src/scripts/skill_tools/audit_persona_coverage.py +147 -0
- package/src/scripts/skill_tools/audit_user_type_coverage.py +148 -0
- package/src/scripts/skill_tools/run_block_d_eval.py +129 -0
- package/src/scripts/skill_tools/score_skill_relevance.py +169 -0
- package/src/scripts/skill_tools/suggest_skill_for_task.py +113 -0
- package/src/scripts/skill_trigger_eval.py +682 -0
- package/src/scripts/skill_usage_collect.py +191 -0
- package/src/scripts/skill_usage_report.py +162 -0
- package/src/scripts/smoke/kernel.sh +107 -0
- package/src/scripts/smoke/router.sh +148 -0
- package/src/scripts/smoke/schema.sh +78 -0
- package/src/scripts/smoke/skills.sh +112 -0
- package/src/scripts/smoke_path_resolution.py +93 -0
- package/src/scripts/smoke_quickstart.py +144 -0
- package/src/scripts/snapshot_agent_outputs.py +144 -0
- package/src/scripts/spotcheck_thin_root.py +134 -0
- package/src/scripts/sync_agent_settings.py +180 -0
- package/src/scripts/sync_github_metadata.py +147 -0
- package/src/scripts/sync_gitignore.py +291 -0
- package/src/scripts/telegraph_stats.py +119 -0
- package/src/scripts/trigger_coverage.py +129 -0
- package/src/scripts/update_counts.py +199 -0
- package/src/scripts/update_prices.py +125 -0
- package/src/scripts/validate_agent_settings.py +124 -0
- package/src/scripts/validate_decision_engine.py +136 -0
- package/src/scripts/validate_discovery_manifest.py +94 -0
- package/src/scripts/validate_frontmatter.py +647 -0
- package/src/scripts/validate_pack_yaml.py +179 -0
- package/src/scripts/verify_physical_move.py +185 -0
- package/src/scripts/wrapper_freshness_hook.py +86 -0
- package/.agent-src/README.md +0 -64
- package/.agent-src/commands/agent-handoff.md +0 -120
- package/.agent-src/commands/agent-status.md +0 -136
- package/.agent-src/commands/agents/audit.md +0 -157
- package/.agent-src/commands/agents/init.md +0 -191
- package/.agent-src/commands/agents/optimize.md +0 -186
- package/.agent-src/commands/agents/user/accept.md +0 -121
- package/.agent-src/commands/agents/user/init.md +0 -161
- package/.agent-src/commands/agents/user/review.md +0 -111
- package/.agent-src/commands/agents/user/show.md +0 -113
- package/.agent-src/commands/agents/user/update.md +0 -102
- package/.agent-src/commands/agents/user.md +0 -70
- package/.agent-src/commands/agents.md +0 -61
- package/.agent-src/commands/analytics/prune.md +0 -70
- package/.agent-src/commands/analytics/show.md +0 -99
- package/.agent-src/commands/analytics.md +0 -56
- package/.agent-src/commands/analyze-reference-repo.md +0 -203
- package/.agent-src/commands/bug-fix.md +0 -192
- package/.agent-src/commands/bug-investigate.md +0 -185
- package/.agent-src/commands/challenge-me/vision.md +0 -353
- package/.agent-src/commands/challenge-me/with-docs.md +0 -338
- package/.agent-src/commands/challenge-me.md +0 -67
- package/.agent-src/commands/chat-history/import.md +0 -171
- package/.agent-src/commands/chat-history/learn.md +0 -183
- package/.agent-src/commands/chat-history/show.md +0 -111
- package/.agent-src/commands/chat-history.md +0 -58
- package/.agent-src/commands/check-current-md.md +0 -142
- package/.agent-src/commands/commit/in-chunks.md +0 -145
- package/.agent-src/commands/commit.md +0 -190
- package/.agent-src/commands/condense.md +0 -235
- package/.agent-src/commands/context/create.md +0 -180
- package/.agent-src/commands/context/refactor.md +0 -182
- package/.agent-src/commands/context.md +0 -50
- package/.agent-src/commands/cost-report.md +0 -130
- package/.agent-src/commands/council/analysis.md +0 -146
- package/.agent-src/commands/council/debate.md +0 -133
- package/.agent-src/commands/council/default.md +0 -288
- package/.agent-src/commands/council/design.md +0 -106
- package/.agent-src/commands/council/optimize.md +0 -122
- package/.agent-src/commands/council/pr.md +0 -129
- package/.agent-src/commands/council.md +0 -106
- package/.agent-src/commands/create-pr/description-only.md +0 -159
- package/.agent-src/commands/create-pr.md +0 -249
- package/.agent-src/commands/e2e-heal.md +0 -109
- package/.agent-src/commands/e2e-plan.md +0 -96
- package/.agent-src/commands/estimate-ticket.md +0 -88
- package/.agent-src/commands/feature/dev.md +0 -123
- package/.agent-src/commands/feature/explore.md +0 -190
- package/.agent-src/commands/feature/plan.md +0 -332
- package/.agent-src/commands/feature/refactor.md +0 -193
- package/.agent-src/commands/feature/roadmap.md +0 -221
- package/.agent-src/commands/feature.md +0 -58
- package/.agent-src/commands/fix/ci.md +0 -58
- package/.agent-src/commands/fix/portability.md +0 -106
- package/.agent-src/commands/fix/pr-bot-comments.md +0 -156
- package/.agent-src/commands/fix/pr-comments.md +0 -68
- package/.agent-src/commands/fix/pr-developer-comments.md +0 -162
- package/.agent-src/commands/fix/refs.md +0 -103
- package/.agent-src/commands/fix/seeder.md +0 -157
- package/.agent-src/commands/fix.md +0 -60
- package/.agent-src/commands/ghostwriter/delete.md +0 -122
- package/.agent-src/commands/ghostwriter/fetch.md +0 -189
- package/.agent-src/commands/ghostwriter/list.md +0 -106
- package/.agent-src/commands/ghostwriter/show.md +0 -117
- package/.agent-src/commands/ghostwriter/write.md +0 -164
- package/.agent-src/commands/ghostwriter.md +0 -100
- package/.agent-src/commands/grill-me.md +0 -44
- package/.agent-src/commands/image/analyse.md +0 -51
- package/.agent-src/commands/image/create.md +0 -53
- package/.agent-src/commands/image/verify.md +0 -48
- package/.agent-src/commands/image.md +0 -69
- package/.agent-src/commands/implement-ticket.md +0 -165
- package/.agent-src/commands/jira-ticket.md +0 -80
- package/.agent-src/commands/judge/on-diff.md +0 -123
- package/.agent-src/commands/judge/solo.md +0 -95
- package/.agent-src/commands/judge/steps.md +0 -93
- package/.agent-src/commands/judge.md +0 -60
- package/.agent-src/commands/knowledge/cross-repo.md +0 -71
- package/.agent-src/commands/knowledge/forget.md +0 -96
- package/.agent-src/commands/knowledge/ingest.md +0 -114
- package/.agent-src/commands/knowledge/list.md +0 -94
- package/.agent-src/commands/knowledge.md +0 -69
- package/.agent-src/commands/memory/add.md +0 -146
- package/.agent-src/commands/memory/learn-low-impact.md +0 -147
- package/.agent-src/commands/memory/load.md +0 -175
- package/.agent-src/commands/memory/mine-session.md +0 -156
- package/.agent-src/commands/memory/promote.md +0 -194
- package/.agent-src/commands/memory/propose.md +0 -121
- package/.agent-src/commands/memory.md +0 -56
- package/.agent-src/commands/mode.md +0 -129
- package/.agent-src/commands/module/create.md +0 -143
- package/.agent-src/commands/module/explore.md +0 -197
- package/.agent-src/commands/module.md +0 -50
- package/.agent-src/commands/optimize/agents-dir.md +0 -118
- package/.agent-src/commands/optimize/augmentignore.md +0 -311
- package/.agent-src/commands/optimize/rtk.md +0 -160
- package/.agent-src/commands/optimize/skills.md +0 -131
- package/.agent-src/commands/optimize-prompt.md +0 -66
- package/.agent-src/commands/optimize.md +0 -56
- package/.agent-src/commands/orchestrate.md +0 -128
- package/.agent-src/commands/override/create.md +0 -107
- package/.agent-src/commands/override/manage.md +0 -106
- package/.agent-src/commands/override.md +0 -50
- package/.agent-src/commands/package-reset.md +0 -162
- package/.agent-src/commands/package-test.md +0 -238
- package/.agent-src/commands/post-as/ghostwriter.md +0 -70
- package/.agent-src/commands/post-as/me.md +0 -128
- package/.agent-src/commands/post-as.md +0 -62
- package/.agent-src/commands/prediction-pool.md +0 -234
- package/.agent-src/commands/prepare-for-review.md +0 -106
- package/.agent-src/commands/profile/activate.md +0 -81
- package/.agent-src/commands/profile/deactivate.md +0 -68
- package/.agent-src/commands/profile/show.md +0 -70
- package/.agent-src/commands/profile.md +0 -68
- package/.agent-src/commands/project-analyze.md +0 -320
- package/.agent-src/commands/project-health.md +0 -105
- package/.agent-src/commands/quality-fix.md +0 -137
- package/.agent-src/commands/refine-ticket.md +0 -94
- package/.agent-src/commands/research/deep.md +0 -154
- package/.agent-src/commands/research/report.md +0 -139
- package/.agent-src/commands/research.md +0 -177
- package/.agent-src/commands/review-changes.md +0 -205
- package/.agent-src/commands/review-routing.md +0 -117
- package/.agent-src/commands/roadmap/ai-council.md +0 -188
- package/.agent-src/commands/roadmap/create.md +0 -213
- package/.agent-src/commands/roadmap/process-full.md +0 -108
- package/.agent-src/commands/roadmap/process-phase.md +0 -74
- package/.agent-src/commands/roadmap/process-step.md +0 -62
- package/.agent-src/commands/roadmap.md +0 -78
- package/.agent-src/commands/rule-compliance-audit.md +0 -148
- package/.agent-src/commands/set-cost-profile.md +0 -117
- package/.agent-src/commands/skill/preview.md +0 -67
- package/.agent-src/commands/skill.md +0 -48
- package/.agent-src/commands/skills/discover.md +0 -76
- package/.agent-src/commands/skills.md +0 -56
- package/.agent-src/commands/sync-agent-settings.md +0 -139
- package/.agent-src/commands/sync-gitignore/fix.md +0 -147
- package/.agent-src/commands/sync-gitignore.md +0 -138
- package/.agent-src/commands/tests/create.md +0 -83
- package/.agent-src/commands/tests/execute.md +0 -67
- package/.agent-src/commands/tests.md +0 -50
- package/.agent-src/commands/threat-model.md +0 -125
- package/.agent-src/commands/update-form-request-messages.md +0 -199
- package/.agent-src/commands/upstream-contribute.md +0 -181
- package/.agent-src/commands/video/from-script.md +0 -127
- package/.agent-src/commands/video/from-song.md +0 -351
- package/.agent-src/commands/video/scene.md +0 -96
- package/.agent-src/commands/video/stitch.md +0 -87
- package/.agent-src/commands/video/storyboard.md +0 -99
- package/.agent-src/commands/video.md +0 -73
- package/.agent-src/commands/work.md +0 -166
- package/.agent-src/contexts/authority/commit-mechanics.md +0 -93
- package/.agent-src/contexts/communication/rules-auto/augment-source-of-truth-mechanics.md +0 -98
- package/.agent-src/contexts/contracts/artifact-engagement-flow.md +0 -259
- package/.agent-src/contexts/contracts/consumer-agents-md-guide.md +0 -127
- package/.agent-src/contexts/contracts/emergency-triage-block.md +0 -53
- package/.agent-src/personas/README.md +0 -114
- package/.agent-src/profiles/agency.yml +0 -27
- package/.agent-src/profiles/content_creator.yml +0 -30
- package/.agent-src/profiles/developer.yml +0 -26
- package/.agent-src/profiles/finance.yml +0 -24
- package/.agent-src/profiles/founder.yml +0 -25
- package/.agent-src/profiles/ops.yml +0 -25
- package/.agent-src/rules/ask-when-uncertain.md +0 -70
- package/.agent-src/rules/augment-edit-discipline.md +0 -31
- package/.agent-src/rules/augment-source-of-truth.md +0 -75
- package/.agent-src/rules/commit-policy.md +0 -59
- package/.agent-src/rules/direct-answers.md +0 -64
- package/.agent-src/rules/domain-adoption-policy.md +0 -160
- package/.agent-src/rules/language-and-tone.md +0 -64
- package/.agent-src/rules/linked-projects-onboarding-gate.md +0 -79
- package/.agent-src/rules/media-governance-routing.md +0 -85
- package/.agent-src/rules/missing-tool-handling.md +0 -76
- package/.agent-src/rules/model-recommendation.md +0 -85
- package/.agent-src/rules/no-attribution-footers.md +0 -57
- package/.agent-src/rules/no-cheap-questions.md +0 -75
- package/.agent-src/rules/no-pr-progress-comments.md +0 -109
- package/.agent-src/rules/no-roadmap-references.md +0 -141
- package/.agent-src/rules/non-destructive-by-default.md +0 -58
- package/.agent-src/rules/persona-governance.md +0 -93
- package/.agent-src/rules/preservation-guard.md +0 -97
- package/.agent-src/rules/provider-lifecycle-discipline.md +0 -78
- package/.agent-src/rules/roadmap-progress-sync.md +0 -99
- package/.agent-src/rules/scope-control.md +0 -68
- package/.agent-src/rules/user-interrupt-priority.md +0 -49
- package/.agent-src/rules/verify-before-complete.md +0 -78
- package/.agent-src/scripts/update_roadmap_progress.py +0 -416
- package/.agent-src/skills/accessibility-auditor/SKILL.md +0 -136
- package/.agent-src/skills/agents-md-thin-root/SKILL.md +0 -143
- package/.agent-src/skills/api-design/SKILL.md +0 -112
- package/.agent-src/skills/api-endpoint/SKILL.md +0 -94
- package/.agent-src/skills/authz-review/SKILL.md +0 -180
- package/.agent-src/skills/blade-ui/SKILL.md +0 -129
- package/.agent-src/skills/character-consistency/SKILL.md +0 -141
- package/.agent-src/skills/check-refs/SKILL.md +0 -96
- package/.agent-src/skills/code-review/SKILL.md +0 -224
- package/.agent-src/skills/command-writing/SKILL.md +0 -282
- package/.agent-src/skills/condense-memory/SKILL.md +0 -123
- package/.agent-src/skills/context-document/SKILL.md +0 -160
- package/.agent-src/skills/dashboard-design/SKILL.md +0 -123
- package/.agent-src/skills/database/SKILL.md +0 -103
- package/.agent-src/skills/deep-reading-analyst/SKILL.md +0 -198
- package/.agent-src/skills/design-review/SKILL.md +0 -233
- package/.agent-src/skills/existing-ui-audit/SKILL.md +0 -209
- package/.agent-src/skills/fe-design/SKILL.md +0 -255
- package/.agent-src/skills/feature-planning/SKILL.md +0 -271
- package/.agent-src/skills/flux/SKILL.md +0 -121
- package/.agent-src/skills/jira-integration/SKILL.md +0 -187
- package/.agent-src/skills/lint-skills/SKILL.md +0 -95
- package/.agent-src/skills/livewire/SKILL.md +0 -134
- package/.agent-src/skills/md-language-check/SKILL.md +0 -130
- package/.agent-src/skills/merge-conflicts/SKILL.md +0 -195
- package/.agent-src/skills/motion-choreographer/SKILL.md +0 -171
- package/.agent-src/skills/persona-writing/SKILL.md +0 -158
- package/.agent-src/skills/react-shadcn-ui/SKILL.md +0 -213
- package/.agent-src/skills/readme-reviewer/SKILL.md +0 -242
- package/.agent-src/skills/readme-writing/SKILL.md +0 -240
- package/.agent-src/skills/readme-writing-package/SKILL.md +0 -350
- package/.agent-src/skills/roadmap-management/SKILL.md +0 -461
- package/.agent-src/skills/rule-refactor/SKILL.md +0 -149
- package/.agent-src/skills/rule-writing/SKILL.md +0 -277
- package/.agent-src/skills/scene-expander/SKILL.md +0 -147
- package/.agent-src/skills/scene-expander/scene-blueprint.schema.yaml +0 -108
- package/.agent-src/skills/script-writing/SKILL.md +0 -231
- package/.agent-src/skills/sentry-integration/SKILL.md +0 -175
- package/.agent-src/skills/song-to-script/SKILL.md +0 -216
- package/.agent-src/skills/sql-writing/SKILL.md +0 -79
- package/.agent-src/skills/tailwind-engineer/SKILL.md +0 -148
- package/.agent-src/skills/technical-specification/SKILL.md +0 -251
- package/.agent-src/skills/threat-modeling/SKILL.md +0 -197
- package/.agent-src/skills/upstream-contribute/SKILL.md +0 -261
- package/.agent-src/templates/AGENTS.md +0 -34
- package/.agent-src/templates/agents/agent-project-settings.example.yml +0 -286
- package/.agent-src/templates/agents/proposal.example.md +0 -155
- package/.agent-src/templates/command.md +0 -105
- package/.agent-src/templates/copilot-instructions.md +0 -167
- package/.agent-src/templates/github-workflows/proposal-drift.yml +0 -118
- package/.agent-src/templates/hooks/pre-commit-frontmatter +0 -66
- package/.agent-src/templates/hooks/pre-commit-roadmap-progress +0 -99
- package/.agent-src/templates/persona.md +0 -99
- package/.agent-src/templates/rule.md +0 -135
- package/.agent-src/templates/scripts/work_engine/directives/ui/polish.py +0 -510
- package/.agent-src/templates/scripts/work_engine/directives/ui/review.py +0 -468
- package/.agent-src/templates/scripts/work_engine/orchestration.py +0 -182
- package/.agent-src/user-types/README.md +0 -124
- package/config/agent-settings.template.yml +0 -578
- package/config/discovery/packs.yml +0 -181
- package/config/discovery/workspaces.yml +0 -72
- package/dist/ui/assets/index-DcAWIwwY.js +0 -40
- package/dist/ui/assets/index-DcAWIwwY.js.map +0 -1
- package/scripts/__pycache__/validate_frontmatter.cpython-312.pyc +0 -0
- package/scripts/_archive/README.md +0 -59
- package/scripts/_archive/_bootstrap_tier_frontmatter.py +0 -151
- package/scripts/_archive/_p43_bodies.py +0 -235
- package/scripts/_archive/_p43_condense.py +0 -118
- package/scripts/_archive/_p4_migrate.py +0 -199
- package/scripts/_cli/cmd_doctor.py +0 -1583
- package/scripts/_cli/cmd_export.py +0 -157
- package/scripts/_cli/cmd_migrate.py +0 -437
- package/scripts/_cli/cmd_refresh.py +0 -173
- package/scripts/_cli/cmd_settings_migrate.py +0 -147
- package/scripts/_cli/cmd_update.py +0 -279
- package/scripts/_cli/cmd_upgrade.py +0 -142
- package/scripts/_cli/cmd_versions.py +0 -160
- package/scripts/_dispatch.bash +0 -1126
- package/scripts/_lib/__pycache__/__init__.cpython-312.pyc +0 -0
- package/scripts/_lib/__pycache__/agent_src.cpython-312.pyc +0 -0
- package/scripts/_lib/agent_src.py +0 -187
- package/scripts/_lib/bench_ab_cache.py +0 -162
- package/scripts/_lib/changelog_eras.py +0 -330
- package/scripts/_lib/claude_desktop_bundler.py +0 -238
- package/scripts/_lib/install_regenerator.py +0 -129
- package/scripts/_lib/installed_lock.py +0 -256
- package/scripts/_lib/scope_guard.sh +0 -162
- package/scripts/_lib/value_ladder.py +0 -696
- package/scripts/_lib/value_report.py +0 -455
- package/scripts/_phase4_bucket.py +0 -210
- package/scripts/_pilot_measure.py +0 -53
- package/scripts/adoption_report.py +0 -195
- package/scripts/adoption_snapshot.py +0 -219
- package/scripts/adoption_status.py +0 -166
- package/scripts/agent-config +0 -57
- package/scripts/ai-video/adapters/gemini-veo.sh +0 -62
- package/scripts/ai-video/adapters/higgsfield.sh +0 -245
- package/scripts/ai-video/adapters/kling.sh +0 -59
- package/scripts/ai-video/adapters/openai-images.sh +0 -143
- package/scripts/ai-video/adapters/sora.sh +0 -60
- package/scripts/ai-video/lib/adapter-common.sh +0 -116
- package/scripts/ai-video/lib/adapter-contract.md +0 -163
- package/scripts/ai-video/lib/fixtures/gemini-veo/result.json +0 -1
- package/scripts/ai-video/lib/fixtures/higgsfield/result.json +0 -1
- package/scripts/ai-video/lib/fixtures/kling/result.json +0 -1
- package/scripts/ai-video/lib/fixtures/openai-images/result.json +0 -1
- package/scripts/ai-video/lib/fixtures/sora/result.json +0 -1
- package/scripts/ai-video/lib/load-config.sh +0 -140
- package/scripts/ai-video/lib/validate-deps.sh +0 -132
- package/scripts/ai-video/stitch.sh +0 -154
- package/scripts/ai-video/test-pipeline.sh +0 -169
- package/scripts/ai_council/advisors.py +0 -148
- package/scripts/ai_council/clients.py +0 -1385
- package/scripts/ai_council/compile_corpus.py +0 -179
- package/scripts/ai_council/events_log.py +0 -141
- package/scripts/ai_council/one_off_archive/2026-05/_one_off_2a4_acceptance.py +0 -208
- package/scripts/ai_council/one_off_archive/2026-05/_one_off_budget_v2_audit.py +0 -206
- package/scripts/ai_council/one_off_archive/2026-05/_one_off_context_layer_v1_estimate.py +0 -67
- package/scripts/ai_council/one_off_archive/2026-05/_one_off_context_layer_v1_review.py +0 -292
- package/scripts/ai_council/one_off_archive/2026-05/_one_off_followups_review.py +0 -259
- package/scripts/ai_council/one_off_archive/2026-05/_one_off_nondestructive_inline_audit.py +0 -209
- package/scripts/ai_council/one_off_archive/2026-05/_one_off_phase4_dispatch_latency.py +0 -108
- package/scripts/ai_council/one_off_archive/2026-05/_one_off_phase6_trigger_jaccard.py +0 -92
- package/scripts/ai_council/one_off_archive/2026-05/_one_off_phase_2a_budget_rebalance.py +0 -257
- package/scripts/ai_council/one_off_archive/2026-05/_one_off_phase_2a_post_revert.py +0 -197
- package/scripts/ai_council/one_off_archive/2026-05/_one_off_rebalancing_audit.py +0 -149
- package/scripts/ai_council/one_off_archive/2026-05/_one_off_roundtrip.py +0 -111
- package/scripts/ai_council/one_off_archive/2026-05/_one_off_rule_hardening_v1.py +0 -251
- package/scripts/ai_council/one_off_archive/2026-05/_one_off_silent_taskfiles.py +0 -98
- package/scripts/ai_council/one_off_archive/2026-05/_one_off_structural_open_questions.py +0 -232
- package/scripts/ai_council/one_off_archive/2026-05/_one_off_structural_optimization.py +0 -144
- package/scripts/ai_council/one_off_archive/2026-05/_one_off_structural_v3_gaps.py +0 -252
- package/scripts/ai_council/one_off_archive/2026-05/_one_off_structural_v3_review.py +0 -240
- package/scripts/ai_council/one_off_archive/2026-05/_one_off_tier_retrofit.py +0 -180
- package/scripts/ai_council/pricing.py +0 -215
- package/scripts/ai_council/session.py +0 -366
- package/scripts/annotate_discovery.py +0 -149
- package/scripts/apply_modules_config.py +0 -290
- package/scripts/audit_adr_coverage.py +0 -175
- package/scripts/audit_auto_rules.py +0 -175
- package/scripts/audit_cloud_compatibility.py +0 -362
- package/scripts/audit_command_surface.py +0 -374
- package/scripts/audit_initial_context.py +0 -234
- package/scripts/audit_likelihood.py +0 -148
- package/scripts/audit_mcp_tools.py +0 -146
- package/scripts/audit_overlap.py +0 -145
- package/scripts/audit_user_type_axis.py +0 -140
- package/scripts/backfill_model_tier.py +0 -182
- package/scripts/bench_ab_cache_dispatch.py +0 -68
- package/scripts/bench_ab_clone.py +0 -170
- package/scripts/bench_ab_diff.py +0 -220
- package/scripts/bench_ab_integrity.py +0 -143
- package/scripts/bench_ab_run.py +0 -235
- package/scripts/bench_ab_task_runner.py +0 -369
- package/scripts/bench_ab_tracka_run.py +0 -202
- package/scripts/bench_baseline_ready.py +0 -108
- package/scripts/bench_condense_memory.py +0 -168
- package/scripts/bench_drift_check.py +0 -151
- package/scripts/bench_per_tool.py +0 -216
- package/scripts/bench_rtk_savings.py +0 -320
- package/scripts/bench_run.py +0 -272
- package/scripts/bench_runner.py +0 -158
- package/scripts/build_cloud_bundle.py +0 -458
- package/scripts/build_discovery_manifest.py +0 -679
- package/scripts/build_linear_digest.py +0 -260
- package/scripts/build_mcp_registry_manifest.py +0 -181
- package/scripts/build_rule_trigger_matrix.py +0 -350
- package/scripts/capture_showcase_session.py +0 -361
- package/scripts/check_always_budget.py +0 -532
- package/scripts/check_artefact_checksums.py +0 -111
- package/scripts/check_augment_description_cap.py +0 -79
- package/scripts/check_augmentignore.py +0 -72
- package/scripts/check_beta_review_markers.py +0 -127
- package/scripts/check_cluster_patterns.py +0 -175
- package/scripts/check_command_count_messaging.py +0 -158
- package/scripts/check_condensation.py +0 -375
- package/scripts/check_condensed_paths.py +0 -221
- package/scripts/check_context_paths.py +0 -202
- package/scripts/check_council_references.py +0 -228
- package/scripts/check_discovery_determinism.py +0 -70
- package/scripts/check_gate_paths.py +0 -117
- package/scripts/check_module_management_neutral.py +0 -149
- package/scripts/check_no_roadmap_refs.py +0 -155
- package/scripts/check_one_off_location.py +0 -81
- package/scripts/check_overlay_cascade_subdirs.py +0 -129
- package/scripts/check_portability.py +0 -574
- package/scripts/check_public_catalog_links.py +0 -125
- package/scripts/check_public_links.py +0 -185
- package/scripts/check_references.py +0 -541
- package/scripts/check_release_includes_discovery.py +0 -61
- package/scripts/check_release_pr_shape.py +0 -119
- package/scripts/check_release_published.py +0 -145
- package/scripts/check_reply_consistency.py +0 -169
- package/scripts/check_roadmap_trackable.py +0 -114
- package/scripts/check_role_doc_links.py +0 -110
- package/scripts/check_safety_floor_untouched.py +0 -125
- package/scripts/check_skill_requires.py +0 -143
- package/scripts/check_template_pin_drift.py +0 -129
- package/scripts/check_test_coverage_diff.py +0 -180
- package/scripts/check_token_optimizer_freshness.py +0 -146
- package/scripts/check_update_banner.py +0 -86
- package/scripts/ci_time_ratio.py +0 -168
- package/scripts/compile_router.py +0 -232
- package/scripts/condense.py +0 -1649
- package/scripts/condense_memory.py +0 -178
- package/scripts/config/profiles.py +0 -188
- package/scripts/config/session_profiles.py +0 -492
- package/scripts/cost_by_conversation.py +0 -78
- package/scripts/cost_summary.py +0 -97
- package/scripts/council_cli.py +0 -2544
- package/scripts/cross_repo_retrieve.py +0 -172
- package/scripts/discovery_stats.py +0 -70
- package/scripts/extract_audit_patterns.py +0 -202
- package/scripts/first_run_gate_hook.py +0 -178
- package/scripts/gen_discovery_baseline.py +0 -127
- package/scripts/generate_catalog.py +0 -116
- package/scripts/generate_index.py +0 -302
- package/scripts/generate_ownership_matrix.py +0 -378
- package/scripts/generate_pack_manifests.py +0 -183
- package/scripts/hook_manifest.yaml +0 -234
- package/scripts/hooks/dispatch_hook.py +0 -461
- package/scripts/hooks/replay_hook.py +0 -144
- package/scripts/hooks_doctor.py +0 -223
- package/scripts/hooks_status.py +0 -157
- package/scripts/install +0 -424
- package/scripts/install-hooks.sh +0 -185
- package/scripts/install.py +0 -5027
- package/scripts/install.sh +0 -1140
- package/scripts/inventory_abstraction_budget.py +0 -621
- package/scripts/inventory_frontmatter.py +0 -164
- package/scripts/inventory_meta_layers.py +0 -288
- package/scripts/iron_law_sha.py +0 -107
- package/scripts/linked_projects_list.py +0 -91
- package/scripts/lint_agents_layout.py +0 -191
- package/scripts/lint_agents_md.py +0 -208
- package/scripts/lint_archived_skills.py +0 -159
- package/scripts/lint_artefact_frontmatter.py +0 -180
- package/scripts/lint_bench_ab.py +0 -172
- package/scripts/lint_bench_corpus.py +0 -255
- package/scripts/lint_command_tiers.py +0 -128
- package/scripts/lint_commit_subjects.py +0 -139
- package/scripts/lint_context_spine_usage.py +0 -137
- package/scripts/lint_discovery_manifest.py +0 -136
- package/scripts/lint_discovery_vocabulary.py +0 -156
- package/scripts/lint_examples.py +0 -102
- package/scripts/lint_explain_trace.py +0 -80
- package/scripts/lint_featured_skills.py +0 -139
- package/scripts/lint_framework_leakage.py +0 -375
- package/scripts/lint_framework_leakage_allowlist.json +0 -575
- package/scripts/lint_frontmatter_boilerplate.py +0 -77
- package/scripts/lint_ghostwriter_source.py +0 -240
- package/scripts/lint_handoffs.py +0 -217
- package/scripts/lint_hook_concern_budget.py +0 -207
- package/scripts/lint_hook_manifest.py +0 -217
- package/scripts/lint_load_context.py +0 -196
- package/scripts/lint_marketplace.py +0 -180
- package/scripts/lint_marketplace_install_completeness.py +0 -188
- package/scripts/lint_mcp_registry_manifest.py +0 -69
- package/scripts/lint_media_policy_linkage.py +0 -140
- package/scripts/lint_model_tier_coverage.py +0 -73
- package/scripts/lint_namespace.py +0 -135
- package/scripts/lint_no_new_atomic_commands.py +0 -180
- package/scripts/lint_one_off_age.py +0 -184
- package/scripts/lint_orchestration_dsl.py +0 -217
- package/scripts/lint_pack_boundaries.py +0 -147
- package/scripts/lint_pack_first_win.py +0 -103
- package/scripts/lint_persona_governance.py +0 -164
- package/scripts/lint_positioning.py +0 -143
- package/scripts/lint_regression.py +0 -232
- package/scripts/lint_roadmap_ci_steps.py +0 -186
- package/scripts/lint_roadmap_complexity.py +0 -220
- package/scripts/lint_role_experiences.py +0 -237
- package/scripts/lint_rule_interactions.py +0 -170
- package/scripts/lint_rule_tiers.py +0 -90
- package/scripts/lint_showcase_sessions.py +0 -148
- package/scripts/lint_skill_tools.py +0 -168
- package/scripts/lint_topics_yaml.py +0 -89
- package/scripts/lint_trust_coherence.py +0 -212
- package/scripts/lint_value_dashboard.py +0 -218
- package/scripts/mcp_parity_smoke.py +0 -164
- package/scripts/mcp_registry_submit.sh +0 -187
- package/scripts/mcp_server/__init__.py +0 -19
- package/scripts/mcp_server/consumer_tool_catalog.json +0 -275
- package/scripts/mcp_server/prompts.py +0 -441
- package/scripts/mcp_server/resources.py +0 -201
- package/scripts/mcp_server/tools.py +0 -838
- package/scripts/measure_augment_budget.py +0 -214
- package/scripts/measure_density.py +0 -232
- package/scripts/measure_frugality_savings.py +0 -164
- package/scripts/measure_markitdown_lift.py +0 -127
- package/scripts/measure_patterns.py +0 -376
- package/scripts/measure_projection_bytes.py +0 -159
- package/scripts/measure_rule_budget.py +0 -347
- package/scripts/measure_skill_reduction.py +0 -102
- package/scripts/migrate_command_suggestions.py +0 -151
- package/scripts/migrate_frontmatter_defaults.py +0 -245
- package/scripts/mine_session.py +0 -279
- package/scripts/move_artefact.py +0 -143
- package/scripts/new_skill.py +0 -148
- package/scripts/pack_mcp_content.py +0 -288
- package/scripts/plan_physical_move.py +0 -353
- package/scripts/print_required_checks.py +0 -196
- package/scripts/probe_projection_fidelity.py +0 -202
- package/scripts/profile_staleness_hook.py +0 -69
- package/scripts/profile_use.py +0 -125
- package/scripts/project_thin_rules.py +0 -168
- package/scripts/prototype_lint_contradictions.py +0 -150
- package/scripts/recruit_preflight.sh +0 -152
- package/scripts/refine_ticket_detect.py +0 -646
- package/scripts/release.py +0 -1049
- package/scripts/render_benchmark_md.py +0 -312
- package/scripts/render_value_md.py +0 -347
- package/scripts/repro/repro_marketplace_install_gap.sh +0 -161
- package/scripts/roadmap_progress_hook.py +0 -274
- package/scripts/router_telemetry.py +0 -470
- package/scripts/run_skill_evals.py +0 -185
- package/scripts/runtime_registry.py +0 -166
- package/scripts/schemas/command.schema.json +0 -178
- package/scripts/schemas/rule.schema.json +0 -145
- package/scripts/score_skill_selection.py +0 -198
- package/scripts/skill_collision_clusters.py +0 -162
- package/scripts/skill_discovery.py +0 -254
- package/scripts/skill_linter.py +0 -3686
- package/scripts/skill_overlap.py +0 -204
- package/scripts/skill_preview.py +0 -179
- package/scripts/skill_tools/audit_persona_coverage.py +0 -147
- package/scripts/skill_tools/audit_user_type_coverage.py +0 -148
- package/scripts/skill_tools/run_block_d_eval.py +0 -129
- package/scripts/skill_tools/score_skill_relevance.py +0 -169
- package/scripts/skill_tools/suggest_skill_for_task.py +0 -113
- package/scripts/skill_trigger_eval.py +0 -682
- package/scripts/skill_usage_collect.py +0 -191
- package/scripts/skill_usage_report.py +0 -162
- package/scripts/smoke/kernel.sh +0 -107
- package/scripts/smoke/router.sh +0 -148
- package/scripts/smoke/schema.sh +0 -71
- package/scripts/smoke/skills.sh +0 -112
- package/scripts/smoke_path_resolution.py +0 -93
- package/scripts/smoke_quickstart.py +0 -144
- package/scripts/snapshot_agent_outputs.py +0 -144
- package/scripts/spotcheck_thin_root.py +0 -134
- package/scripts/sync_agent_settings.py +0 -180
- package/scripts/sync_github_metadata.py +0 -147
- package/scripts/sync_gitignore.py +0 -291
- package/scripts/telegraph_stats.py +0 -119
- package/scripts/trigger_coverage.py +0 -129
- package/scripts/update_counts.py +0 -195
- package/scripts/update_prices.py +0 -125
- package/scripts/validate_agent_settings.py +0 -124
- package/scripts/validate_decision_engine.py +0 -136
- package/scripts/validate_discovery_manifest.py +0 -94
- package/scripts/validate_frontmatter.py +0 -571
- package/scripts/verify_physical_move.py +0 -185
- /package/{.agent-src → dist/agent-src}/contexts/augment-infrastructure.md +0 -0
- /package/{.agent-src → dist/agent-src}/contexts/authority/destructive-mechanics.md +0 -0
- /package/{.agent-src → dist/agent-src}/contexts/authority/kernel-rule-edits.md +0 -0
- /package/{.agent-src → dist/agent-src}/contexts/authority/scope-mechanics.md +0 -0
- /package/{.agent-src → dist/agent-src}/contexts/communication/rules-auto/guidelines-mechanics.md +0 -0
- /package/{.agent-src → dist/agent-src}/contexts/communication/rules-auto/skill-quality-mechanics.md +0 -0
- /package/{.agent-src → dist/agent-src}/contexts/communication/rules-auto/slash-command-routing-policy-mechanics.md +0 -0
- /package/{.agent-src → dist/agent-src}/contexts/communication/rules-auto/think-before-action-mechanics.md +0 -0
- /package/{.agent-src → dist/agent-src}/contexts/communication/rules-auto/token-efficiency-mechanics.md +0 -0
- /package/{.agent-src → dist/agent-src}/contexts/communication/rules-auto/user-interaction-mechanics.md +0 -0
- /package/{.agent-src → dist/agent-src}/contexts/contracts/agents-md-anatomy.md +0 -0
- /package/{.agent-src → dist/agent-src}/contexts/contracts/command-suggestion-flow.md +0 -0
- /package/{.agent-src → dist/agent-src}/contexts/contracts/frugality-charter.md +0 -0
- /package/{.agent-src → dist/agent-src}/contexts/contracts/research-schema.md +0 -0
- /package/{.agent-src → dist/agent-src}/contexts/documentation-hierarchy.md +0 -0
- /package/{.agent-src → dist/agent-src}/contexts/execution/autonomy-detection.md +0 -0
- /package/{.agent-src → dist/agent-src}/contexts/execution/autonomy-examples.md +0 -0
- /package/{.agent-src → dist/agent-src}/contexts/execution/autonomy-mechanics.md +0 -0
- /package/{.agent-src → dist/agent-src}/contexts/execution/cheap-question-mechanics.md +0 -0
- /package/{.agent-src → dist/agent-src}/contexts/execution/interrupt-examples.md +0 -0
- /package/{.agent-src → dist/agent-src}/contexts/execution/roadmap-process-loop.md +0 -0
- /package/{.agent-src → dist/agent-src}/contexts/execution/verification-mechanics.md +0 -0
- /package/{.agent-src → dist/agent-src}/contexts/judges/no-consolidate-rationale.md +0 -0
- /package/{.agent-src → dist/agent-src}/contexts/judges/persona-voice-rubric.md +0 -0
- /package/{.agent-src → dist/agent-src}/contexts/model-recommendations.md +0 -0
- /package/{.agent-src → dist/agent-src}/contexts/override-system.md +0 -0
- /package/{.agent-src → dist/agent-src}/contexts/skills-and-commands.md +0 -0
- /package/{.agent-src → dist/agent-src}/contexts/subagent-configuration.md +0 -0
- /package/{.agent-src → dist/agent-src}/ghostwriter/README.md +0 -0
- /package/{.agent-src → dist/agent-src}/ghostwriter/fictional-fixture-v1.md +0 -0
- /package/{.agent-src → dist/agent-src}/packs/README.md +0 -0
- /package/{.agent-src → dist/agent-src}/packs/agency-delivery.yml +0 -0
- /package/{.agent-src → dist/agent-src}/packs/content-engine.yml +0 -0
- /package/{.agent-src → dist/agent-src}/packs/founder-mvp.yml +0 -0
- /package/{.agent-src → dist/agent-src}/personas/_template-specialist/persona.md +0 -0
- /package/{.agent-src → dist/agent-src}/personas/advisors/contrarian.md +0 -0
- /package/{.agent-src → dist/agent-src}/personas/advisors/executor.md +0 -0
- /package/{.agent-src → dist/agent-src}/personas/advisors/expansionist.md +0 -0
- /package/{.agent-src → dist/agent-src}/personas/advisors/first-principles.md +0 -0
- /package/{.agent-src → dist/agent-src}/personas/advisors/outsider.md +0 -0
- /package/{.agent-src → dist/agent-src}/personas/ai-agent.md +0 -0
- /package/{.agent-src → dist/agent-src}/personas/ai-video-technical-director.md +0 -0
- /package/{.agent-src → dist/agent-src}/personas/backend-architect.md +0 -0
- /package/{.agent-src → dist/agent-src}/personas/cmo.md +0 -0
- /package/{.agent-src → dist/agent-src}/personas/critical-challenger.md +0 -0
- /package/{.agent-src → dist/agent-src}/personas/customer-success-lead.md +0 -0
- /package/{.agent-src → dist/agent-src}/personas/developer.md +0 -0
- /package/{.agent-src → dist/agent-src}/personas/discovery-lead.md +0 -0
- /package/{.agent-src → dist/agent-src}/personas/eloquent-tamer.md +0 -0
- /package/{.agent-src → dist/agent-src}/personas/engineering-manager.md +0 -0
- /package/{.agent-src → dist/agent-src}/personas/finance-partner.md +0 -0
- /package/{.agent-src → dist/agent-src}/personas/frontend-engineer.md +0 -0
- /package/{.agent-src → dist/agent-src}/personas/growth-pm.md +0 -0
- /package/{.agent-src → dist/agent-src}/personas/hollywood-director.md +0 -0
- /package/{.agent-src → dist/agent-src}/personas/people-strategist.md +0 -0
- /package/{.agent-src → dist/agent-src}/personas/product-owner.md +0 -0
- /package/{.agent-src → dist/agent-src}/personas/qa.md +0 -0
- /package/{.agent-src → dist/agent-src}/personas/revops-maintainer.md +0 -0
- /package/{.agent-src → dist/agent-src}/personas/revops.md +0 -0
- /package/{.agent-src → dist/agent-src}/personas/security-engineer.md +0 -0
- /package/{.agent-src → dist/agent-src}/personas/senior-engineer.md +0 -0
- /package/{.agent-src → dist/agent-src}/personas/stakeholder.md +0 -0
- /package/{.agent-src → dist/agent-src}/personas/strategist.md +0 -0
- /package/{.agent-src → dist/agent-src}/personas/tech-writer.md +0 -0
- /package/{.agent-src → dist/agent-src}/presets/README.md +0 -0
- /package/{.agent-src → dist/agent-src}/presets/balanced.yml +0 -0
- /package/{.agent-src → dist/agent-src}/presets/fast.yml +0 -0
- /package/{.agent-src → dist/agent-src}/presets/strict.yml +0 -0
- /package/{.agent-src → dist/agent-src}/profiles/README.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/agent-authority.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/analysis-skill-routing.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/architecture.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/artifact-drafting-protocol.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/artifact-engagement-recording.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/autonomous-execution.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/cli-output-handling.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/command-suggestion-policy.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/commit-conventions.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/context-hygiene.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/copilot-routing.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/devcontainer-routing.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/docker-commands.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/domain-safety-disclaimer.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/domain-safety-pii.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/domain-safety-retention.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/downstream-changes.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/engineering-safety-floor.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/external-reference-deep-dive.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/fast-path-marker-visibility.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/finance-safety-floor.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/framework-neutrality-in-generic-skills.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/git-history-discipline.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/guidelines.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/improve-before-implement.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/invite-challenge.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/laravel-routing.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/laravel-translations.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/low-impact-corpus-privacy-floor.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/markdown-safe-codeblocks.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/media-sync-ground-truth.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/minimal-safe-diff.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/no-decorative-emojis-in-git-surfaces.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/onboarding-gate.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/package-ci-checks.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/php-coding.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/reviewer-awareness.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/roadmap-ci-steps-policy.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/role-mode-adherence.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/rule-type-governance.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/runtime-safety.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/security-sensitive-stop.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/size-enforcement.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/skill-improvement-trigger.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/skill-quality.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/slash-command-routing-policy.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/strategy-safety-floor.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/symfony-routing.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/telegraph-speak.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/think-before-action.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/token-efficiency.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/token-optimizer-maintenance.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/tool-safety.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/ui-audit-gate.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/upstream-proposal.md +0 -0
- /package/{.agent-src → dist/agent-src}/rules/user-interaction.md +0 -0
- /package/{.agent-src → dist/agent-src}/scripts/scan-seeder-violations.php +0 -0
- /package/{.agent-src → dist/agent-src}/skills/activation-design/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/adr-create/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/adversarial-review/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/agent-docs-writing/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/ai-council/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/analysis-autonomous-mode/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/analysis-skill-router/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/api-testing/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/architecture-review-lens/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/artisan-commands/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/async-python-patterns/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/aws-infrastructure/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/blast-radius-analyzer/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/bug-analyzer/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/build-buy-partner/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/canvas-design/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/canvas-design/evals/triggers.json +0 -0
- /package/{.agent-src → dist/agent-src}/skills/churn-prevention/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/code-refactoring/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/command-routing/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/comp-banding/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/competitive-moat-analysis/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/competitive-positioning/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/composer-packages/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/content-funnel-design/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/context-authoring/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/contracts-cognition/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/conventional-commits-writing/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/copilot-agents-optimization/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/copilot-config/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/customer-research/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/data-flow-mapper/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/data-handling-judgment/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/dcf-modeling/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/deal-qualification-meddic/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/decision-record/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/defense-in-depth/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/dependency-upgrade/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/description-assist/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/devcontainer/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/developer-like-execution/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/discovery-interview/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/doc-coauthoring/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/doc-coauthoring/evals/triggers.json +0 -0
- /package/{.agent-src → dist/agent-src}/skills/docker/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/editorial-calendar/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/eloquent/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/eloquent/evals/triggers.json +0 -0
- /package/{.agent-src → dist/agent-src}/skills/error-handling-patterns/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/estimate-ticket/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/estimate-ticket/evals/output-schema.yml +0 -0
- /package/{.agent-src → dist/agent-src}/skills/estimate-ticket/evals/triggers.json +0 -0
- /package/{.agent-src → dist/agent-src}/skills/expansion-playbook/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/file-editor/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/finishing-a-development-branch/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/forecast-accuracy/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/forecasting/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/form-handler/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/fundraising-narrative/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/funnel-analysis/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/git-workflow/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/github-ci/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/grafana/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/gtm-launch/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/guideline-writing/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/hiring-loop-design/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/image-analyser/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/image-analyser/canon-spec.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/image-analyser/evals/triggers.json +0 -0
- /package/{.agent-src → dist/agent-src}/skills/image-creator/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/image-creator/evals/triggers.json +0 -0
- /package/{.agent-src → dist/agent-src}/skills/incident-commander/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/jobs-events/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/judge-bug-hunter/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/judge-code-quality/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/judge-security-auditor/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/judge-test-coverage/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/laravel/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/laravel-api-endpoint/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/laravel-dto/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/laravel-horizon/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/laravel-mail/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/laravel-middleware/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/laravel-migration/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/laravel-notifications/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/laravel-pennant/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/laravel-pulse/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/laravel-reverb/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/laravel-scheduling/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/laravel-validation/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/laravel-websocket/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/launch-readiness/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/learning-to-rule-or-skill/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/livewire-architect/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/logging-monitoring/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/market-entry-analysis/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/markitdown/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/mcp/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/mcp-builder/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/memory-consolidation/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/messaging-architecture/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/migration-architect/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/mobile-e2e-strategy/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/module-detect-on-the-fly/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/module-management/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/multi-tenancy/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/nextjs-patterns/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/okr-tree-modeling/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/onboarding-design/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/onboarding-program/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/one-on-one-cadence/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/openapi/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/org-design/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/override-management/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/perf-feedback-craft/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/performance/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/performance-analysis/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/pest-testing/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/php-coder/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/php-coder/evals/triggers.json +0 -0
- /package/{.agent-src → dist/agent-src}/skills/php-debugging/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/php-service/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/pipeline-strategy/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/pixar-storyteller/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/playwright-architect/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/playwright-testing/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/po-discovery/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/positioning-strategy/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/prediction-pool-optimizer/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/prediction-pool-optimizer/evals/triggers.json +0 -0
- /package/{.agent-src → dist/agent-src}/skills/prediction-pool-optimizer/reference/ev-fixtures.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/prediction-pool-optimizer/reference/odds-and-bonus.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/privacy-review/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/project-analysis-core/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/project-analysis-hypothesis-driven/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/project-analysis-laravel/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/project-analysis-nextjs/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/project-analysis-node-express/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/project-analysis-react/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/project-analysis-symfony/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/project-analysis-zend-laminas/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/project-analyzer/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/project-docs/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/prompt-engineering-patterns/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/prompt-optimizer/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/quality-tools/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/react-native-setup/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/receiving-code-review/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/refine-prompt/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/refine-ticket/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/refine-ticket/detection-map.yml +0 -0
- /package/{.agent-src → dist/agent-src}/skills/refine-ticket/evals/output-schema.yml +0 -0
- /package/{.agent-src → dist/agent-src}/skills/refine-ticket/evals/triggers.json +0 -0
- /package/{.agent-src → dist/agent-src}/skills/release-comms/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/repomix-packer/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/requesting-code-review/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/retention-loops/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/review-routing/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/rice-prioritization/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/risk-officer/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/roadmap-writing/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/rtk-output-filtering/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/runway-cognition/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/scenario-modeling/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/secrets-management/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/security/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/security-audit/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/sequential-thinking/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/skill-improvement-pipeline/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/skill-management/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/skill-reviewer/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/skill-writing/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/skill-writing/evals/triggers.json +0 -0
- /package/{.agent-src → dist/agent-src}/skills/stakeholder-tradeoff/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/subagent-orchestration/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/subagent-orchestration/prompts/README.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/subagent-orchestration/prompts/do-and-judge-two-stage.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/subagent-orchestration/prompts/do-and-judge.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/subagent-orchestration/prompts/do-competitively.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/subagent-orchestration/prompts/do-in-parallel.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/subagent-orchestration/prompts/do-in-steps.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/subagent-orchestration/prompts/do-in-worktrees.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/subagent-orchestration/prompts/judge-with-debate.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/subagent-orchestration/schemas/subagent-status.json +0 -0
- /package/{.agent-src → dist/agent-src}/skills/symfony-workflow/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/systematic-debugging/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/tech-debt-tracker/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/terraform/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/terragrunt/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/test-driven-development/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/test-performance/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/testing-anti-patterns/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/testing-anti-patterns/process-anti-patterns.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/throughput-vs-morale-tradeoff/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/token-optimizer/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/traefik/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/ui-component-architect/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/unit-economics-modeling/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/universal-project-analysis/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/using-git-worktrees/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/validate-feature-fit/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/verify-completion-evidence/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/video-director/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/vision-articulation/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/voc-extract/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/skills/voice-and-tone-design/SKILL.md +0 -0
- /package/{.agent-src → dist/agent-src}/templates/agent-settings.md +0 -0
- /package/{.agent-src → dist/agent-src}/templates/agents/.gitattributes.fragment +0 -0
- /package/{.agent-src → dist/agent-src}/templates/agents/memory/architecture-decisions.example.yml +0 -0
- /package/{.agent-src → dist/agent-src}/templates/agents/memory/domain-invariants.example.yml +0 -0
- /package/{.agent-src → dist/agent-src}/templates/agents/memory/historical-patterns.example.yml +0 -0
- /package/{.agent-src → dist/agent-src}/templates/agents/memory/incident-learnings.example.yml +0 -0
- /package/{.agent-src → dist/agent-src}/templates/agents/memory/ownership.example.yml +0 -0
- /package/{.agent-src → dist/agent-src}/templates/agents/memory/product-rules.example.yml +0 -0
- /package/{.agent-src → dist/agent-src}/templates/contexts/auth-model.md +0 -0
- /package/{.agent-src → dist/agent-src}/templates/contexts/data-sensitivity.md +0 -0
- /package/{.agent-src → dist/agent-src}/templates/contexts/deployment-order.md +0 -0
- /package/{.agent-src → dist/agent-src}/templates/contexts/observability.md +0 -0
- /package/{.agent-src → dist/agent-src}/templates/contexts/tenant-boundaries.md +0 -0
- /package/{.agent-src → dist/agent-src}/templates/contexts.md +0 -0
- /package/{.agent-src → dist/agent-src}/templates/features.md +0 -0
- /package/{.agent-src → dist/agent-src}/templates/github-workflows/memory-hygiene.yml +0 -0
- /package/{.agent-src → dist/agent-src}/templates/github-workflows/pr-risk-review.yml +0 -0
- /package/{.agent-src → dist/agent-src}/templates/github-workflows/roadmap-progress-check.yml +0 -0
- /package/{.agent-src → dist/agent-src}/templates/overrides/command.md +0 -0
- /package/{.agent-src → dist/agent-src}/templates/overrides/guideline.md +0 -0
- /package/{.agent-src → dist/agent-src}/templates/overrides/rule.md +0 -0
- /package/{.agent-src → dist/agent-src}/templates/overrides/skill.md +0 -0
- /package/{.agent-src → dist/agent-src}/templates/overrides/template.md +0 -0
- /package/{.agent-src → dist/agent-src}/templates/roadmaps.md +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/README.md +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/check_memory.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/check_memory_proposal.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/historical-bug-patterns.example.yml +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/implement_ticket/__init__.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/implement_ticket/__main__.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/memory_hash.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/memory_lookup.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/memory_report.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/memory_signal.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/memory_status.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/ownership-map.example.yml +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/pr-risk-config.example.yml +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/pr_review_routing.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/pr_risk_review.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/telemetry/__init__.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/telemetry/aggregator.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/telemetry/boundary.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/telemetry/engagement.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/telemetry/report_renderer.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/telemetry/settings.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/telemetry_record.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/telemetry_report.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/telemetry_status.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/tier_usage_report.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/__init__.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/__main__.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/_lib/__init__.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/_lib/agent_settings.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/_lib/user_global_paths.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/cli.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/cli_args.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/delivery_state.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/__init__.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/backend/__init__.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/backend/analyze.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/backend/implement.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/backend/memory.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/backend/plan.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/backend/refine.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/backend/report.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/backend/test.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/backend/verify.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/mixed/__init__.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/mixed/contract.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/mixed/stitch.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/mixed/ui.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/ui/__init__.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/ui/_passthrough.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/ui/apply.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/ui/audit.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/ui/design.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/ui_trivial/__init__.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/ui_trivial/_skipped.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/ui_trivial/apply.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/ui_trivial/refine.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/ui_trivial/report.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/ui_trivial/test.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/dispatcher.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/emitters.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/errors.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hook_bootstrap.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hooks/__init__.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hooks/builtin/__init__.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hooks/builtin/_chat_history_base.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hooks/builtin/chat_history_append.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hooks/builtin/chat_history_halt_append.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hooks/builtin/decision_gate.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hooks/builtin/decision_trace.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hooks/builtin/directive_set_guard.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hooks/builtin/halt_surface_audit.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hooks/builtin/memory_visibility.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hooks/builtin/state_shape_validation.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hooks/builtin/trace.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hooks/context.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hooks/events.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hooks/exceptions.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hooks/registry.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hooks/runner.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hooks/settings.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/input_builders.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/intent/__init__.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/intent/classify.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/migration/__init__.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/migration/v0_to_v1.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/persona_policy.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/resolvers/__init__.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/resolvers/diff.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/resolvers/file.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/resolvers/prompt.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/scoring/__init__.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/scoring/confidence.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/scoring/decision_engine.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/scoring/decision_trace.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/scoring/memory_visibility.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/stack/__init__.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/stack/detect.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/state.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/state_io.py +0 -0
- /package/{.agent-src → dist/agent-src}/templates/skill-archive-note.md +0 -0
- /package/{.agent-src → dist/agent-src}/templates/skill.md +0 -0
- /package/{.agent-src → dist/agent-src}/user-types/_template/user-type.md +0 -0
- /package/{.agent-src → dist/agent-src}/user-types/galabau-field-crew.md +0 -0
- /package/{.agent-src → dist/agent-src}/user-types/metalworking-shop.md +0 -0
- /package/{.agent-src → dist/agent-src}/user-types/truck-driver.md +0 -0
- /package/{config → src/config}/discovery/session-profiles.yml +0 -0
- /package/{config → src/config}/discovery/unassigned-artefacts.yml +0 -0
- /package/{config → src/config}/gitignore-block.txt +0 -0
- /package/{config → src/config}/profiles/balanced.ini +0 -0
- /package/{config → src/config}/profiles/full.ini +0 -0
- /package/{config → src/config}/profiles/minimal.ini +0 -0
- /package/{scripts → src/scripts}/_archive/_backfill_skill_domains.py +0 -0
- /package/{scripts → src/scripts}/_archive/_phase2_shim_helper.py +0 -0
- /package/{scripts → src/scripts}/_archive/_pilot_council_question.py +0 -0
- /package/{scripts → src/scripts}/_cli/__init__.py +0 -0
- /package/{scripts → src/scripts}/_cli/cmd_explain.py +0 -0
- /package/{scripts → src/scripts}/_cli/cmd_prune.py +0 -0
- /package/{scripts → src/scripts}/_cli/cmd_settings_check.py +0 -0
- /package/{scripts → src/scripts}/_cli/cmd_sync.py +0 -0
- /package/{scripts → src/scripts}/_cli/cmd_uninstall.py +0 -0
- /package/{scripts → src/scripts}/_cli/cmd_validate.py +0 -0
- /package/{scripts → src/scripts}/_cli/explain_last/__init__.py +0 -0
- /package/{scripts → src/scripts}/_cli/explain_last/assumptions.py +0 -0
- /package/{scripts → src/scripts}/_cli/explain_last/council.py +0 -0
- /package/{scripts → src/scripts}/_cli/explain_last/halt.py +0 -0
- /package/{scripts → src/scripts}/_cli/explain_last/inputs.py +0 -0
- /package/{scripts → src/scripts}/_cli/explain_last/memory.py +0 -0
- /package/{scripts → src/scripts}/_cli/explain_last/provider.py +0 -0
- /package/{scripts → src/scripts}/_cli/explain_last/render.py +0 -0
- /package/{scripts → src/scripts}/_cli/explain_last/route.py +0 -0
- /package/{scripts → src/scripts}/_cli/explain_last/scrubber.py +0 -0
- /package/{scripts → src/scripts}/_cli/explain_last/sections/__init__.py +0 -0
- /package/{scripts → src/scripts}/_cli/explain_last/sections/assumptions.py +0 -0
- /package/{scripts → src/scripts}/_cli/explain_last/sections/council.py +0 -0
- /package/{scripts → src/scripts}/_cli/explain_last/sections/halt.py +0 -0
- /package/{scripts → src/scripts}/_cli/explain_last/sections/header.py +0 -0
- /package/{scripts → src/scripts}/_cli/explain_last/sections/inputs.py +0 -0
- /package/{scripts → src/scripts}/_cli/explain_last/sections/memory.py +0 -0
- /package/{scripts → src/scripts}/_cli/explain_last/sections/pack.py +0 -0
- /package/{scripts → src/scripts}/_cli/explain_last/sections/provider.py +0 -0
- /package/{scripts → src/scripts}/_cli/explain_last/sections/route.py +0 -0
- /package/{scripts → src/scripts}/_cli/explain_last/state_loader.py +0 -0
- /package/{scripts → src/scripts}/_emit_domain_table.py +0 -0
- /package/{scripts → src/scripts}/_lib/__init__.py +0 -0
- /package/{scripts → src/scripts}/_lib/agent_settings.py +0 -0
- /package/{scripts → src/scripts}/_lib/agents_overlay.py +0 -0
- /package/{scripts → src/scripts}/_lib/bench_ab_scoring.py +0 -0
- /package/{scripts → src/scripts}/_lib/bench_cost.py +0 -0
- /package/{scripts → src/scripts}/_lib/bench_quality.py +0 -0
- /package/{scripts → src/scripts}/_lib/bench_report.py +0 -0
- /package/{scripts → src/scripts}/_lib/bench_telegraph.py +0 -0
- /package/{scripts → src/scripts}/_lib/bench_telegraph_report.py +0 -0
- /package/{scripts → src/scripts}/_lib/fs_atomic.py +0 -0
- /package/{scripts → src/scripts}/_lib/installed_tools.py +0 -0
- /package/{scripts → src/scripts}/_lib/json_pointers.py +0 -0
- /package/{scripts → src/scripts}/_lib/linked_projects.py +0 -0
- /package/{scripts → src/scripts}/_lib/module_detection.py +0 -0
- /package/{scripts → src/scripts}/_lib/pin_resolver.py +0 -0
- /package/{scripts → src/scripts}/_lib/script_output.py +0 -0
- /package/{scripts → src/scripts}/_lib/token_count.py +0 -0
- /package/{scripts → src/scripts}/_lib/update_check.py +0 -0
- /package/{scripts → src/scripts}/_lib/user_global_paths.py +0 -0
- /package/{scripts → src/scripts}/_tmp_scan_framework_leakage.py +0 -0
- /package/{scripts → src/scripts}/adr/regenerate_index.py +0 -0
- /package/{scripts/ai-video/lib/fixtures/kling → src/scripts/ai-video/lib/fixtures/comfyui}/scene-0001.mp4 +0 -0
- /package/{scripts → src/scripts}/ai-video/lib/fixtures/gemini-veo/scene-0001.mp4 +0 -0
- /package/{scripts → src/scripts}/ai-video/lib/fixtures/higgsfield/scene-0001.mp4 +0 -0
- /package/{scripts → src/scripts}/ai-video/lib/fixtures/openai-images/scene-0001.png +0 -0
- /package/{scripts → src/scripts}/ai-video/lib/fixtures/sora/scene-0001.mp4 +0 -0
- /package/{scripts → src/scripts}/ai-video/lib/operator-pick.sh +0 -0
- /package/{scripts → src/scripts}/ai-video/lib/parse-blueprint.sh +0 -0
- /package/{scripts → src/scripts}/ai-video/lib/probe-audio.sh +0 -0
- /package/{scripts → src/scripts}/ai-video/lib/redact.sh +0 -0
- /package/{scripts → src/scripts}/ai_council/__init__.py +0 -0
- /package/{scripts → src/scripts}/ai_council/_default_prices.py +0 -0
- /package/{scripts → src/scripts}/ai_council/airgap.py +0 -0
- /package/{scripts → src/scripts}/ai_council/budget_guard.py +0 -0
- /package/{scripts → src/scripts}/ai_council/bundler.py +0 -0
- /package/{scripts → src/scripts}/ai_council/cli_hints.py +0 -0
- /package/{scripts → src/scripts}/ai_council/confidence_gate.py +0 -0
- /package/{scripts → src/scripts}/ai_council/config.py +0 -0
- /package/{scripts → src/scripts}/ai_council/consensus.py +0 -0
- /package/{scripts → src/scripts}/ai_council/learn_low_impact_preview.py +0 -0
- /package/{scripts → src/scripts}/ai_council/low_impact.py +0 -0
- /package/{scripts → src/scripts}/ai_council/low_impact_corpus.py +0 -0
- /package/{scripts → src/scripts}/ai_council/low_impact_intake.py +0 -0
- /package/{scripts → src/scripts}/ai_council/modes.py +0 -0
- /package/{scripts → src/scripts}/ai_council/necessity.py +0 -0
- /package/{scripts → src/scripts}/ai_council/one_off_archive/2026-05/README.md +0 -0
- /package/{scripts → src/scripts}/ai_council/one_off_archive/2026-05/_one_off_add_quiet.py +0 -0
- /package/{scripts → src/scripts}/ai_council/one_off_archive/2026-05/_one_off_inject_quiet_flag.py +0 -0
- /package/{scripts → src/scripts}/ai_council/one_off_archive/2026-05/_one_off_measure_v2.sh +0 -0
- /package/{scripts → src/scripts}/ai_council/one_off_archive/2026-05/_one_off_measure_verbosity.sh +0 -0
- /package/{scripts → src/scripts}/ai_council/one_off_archive/2026-05/_one_off_per_task.sh +0 -0
- /package/{scripts → src/scripts}/ai_council/orchestrator.py +0 -0
- /package/{scripts → src/scripts}/ai_council/probation_gate.py +0 -0
- /package/{scripts → src/scripts}/ai_council/project_context.py +0 -0
- /package/{scripts → src/scripts}/ai_council/prompts.py +0 -0
- /package/{scripts → src/scripts}/ai_council/redact_low_impact_entry.py +0 -0
- /package/{scripts → src/scripts}/ai_council/replay.py +0 -0
- /package/{scripts → src/scripts}/ai_council/shadow_dispatch.py +0 -0
- /package/{scripts → src/scripts}/ai_council/solo_dispatch.py +0 -0
- /package/{scripts → src/scripts}/audit_skill_descriptions.py +0 -0
- /package/{scripts → src/scripts}/bootstrap.sh +0 -0
- /package/{scripts → src/scripts}/chat_history.py +0 -0
- /package/{scripts → src/scripts}/check_bite_sized_granularity.py +0 -0
- /package/{scripts → src/scripts}/check_council_layout.py +0 -0
- /package/{scripts → src/scripts}/check_iron_law_prominence.py +0 -0
- /package/{scripts → src/scripts}/check_kernel_rule_bundle.py +0 -0
- /package/{scripts → src/scripts}/check_md_language.py +0 -0
- /package/{scripts → src/scripts}/check_memory.py +0 -0
- /package/{scripts → src/scripts}/check_memory_proposal.py +0 -0
- /package/{scripts → src/scripts}/check_no_local_settings_committed.py +0 -0
- /package/{scripts → src/scripts}/check_proposal.py +0 -0
- /package/{scripts → src/scripts}/check_release_trunk_sync.py +0 -0
- /package/{scripts → src/scripts}/ci_status.py +0 -0
- /package/{scripts → src/scripts}/ci_summary.py +0 -0
- /package/{scripts → src/scripts}/cleanup_other_scope.sh +0 -0
- /package/{scripts → src/scripts}/command_suggester/__init__.py +0 -0
- /package/{scripts → src/scripts}/command_suggester/cooldown.py +0 -0
- /package/{scripts → src/scripts}/command_suggester/loader.py +0 -0
- /package/{scripts → src/scripts}/command_suggester/match.py +0 -0
- /package/{scripts → src/scripts}/command_suggester/rank.py +0 -0
- /package/{scripts → src/scripts}/command_suggester/render.py +0 -0
- /package/{scripts → src/scripts}/command_suggester/sanitize.py +0 -0
- /package/{scripts → src/scripts}/command_suggester/settings.py +0 -0
- /package/{scripts → src/scripts}/command_suggester/types.py +0 -0
- /package/{scripts → src/scripts}/condense.sh +0 -0
- /package/{scripts → src/scripts}/config/__init__.py +0 -0
- /package/{scripts → src/scripts}/config/presets.py +0 -0
- /package/{scripts → src/scripts}/context_hygiene_hook.py +0 -0
- /package/{scripts → src/scripts}/cost/budget.mjs +0 -0
- /package/{scripts → src/scripts}/cost/preflight.mjs +0 -0
- /package/{scripts → src/scripts}/cost/track.mjs +0 -0
- /package/{scripts → src/scripts}/council_prune.py +0 -0
- /package/{scripts → src/scripts}/count_token_optimizer_usage.sh +0 -0
- /package/{scripts → src/scripts}/expected_perms.json +0 -0
- /package/{scripts → src/scripts}/first-run.sh +0 -0
- /package/{scripts → src/scripts}/ghostwriter_fixture_allowlist.txt +0 -0
- /package/{scripts → src/scripts}/hermetic-install.sh +0 -0
- /package/{scripts → src/scripts}/hooks/__init__.py +0 -0
- /package/{scripts → src/scripts}/hooks/augment-chat-history.sh +0 -0
- /package/{scripts → src/scripts}/hooks/augment-context-hygiene.sh +0 -0
- /package/{scripts → src/scripts}/hooks/augment-dispatcher.sh +0 -0
- /package/{scripts → src/scripts}/hooks/augment-onboarding-gate.sh +0 -0
- /package/{scripts → src/scripts}/hooks/augment-roadmap-progress.sh +0 -0
- /package/{scripts → src/scripts}/hooks/cline-dispatcher.sh +0 -0
- /package/{scripts → src/scripts}/hooks/cowork-dispatcher.sh +0 -0
- /package/{scripts → src/scripts}/hooks/cursor-dispatcher.sh +0 -0
- /package/{scripts → src/scripts}/hooks/dispatch_issues.py +0 -0
- /package/{scripts → src/scripts}/hooks/envelope.py +0 -0
- /package/{scripts → src/scripts}/hooks/gemini-dispatcher.sh +0 -0
- /package/{scripts → src/scripts}/hooks/state_io.py +0 -0
- /package/{scripts → src/scripts}/hooks/windsurf-dispatcher.sh +0 -0
- /package/{scripts → src/scripts}/install_anthropic_key.sh +0 -0
- /package/{scripts → src/scripts}/install_openai_key.sh +0 -0
- /package/{scripts → src/scripts}/lint_global_paths.py +0 -0
- /package/{scripts → src/scripts}/lint_readme_jargon.py +0 -0
- /package/{scripts → src/scripts}/lint_readme_size.py +0 -0
- /package/{scripts → src/scripts}/mcp_render.py +0 -0
- /package/{scripts → src/scripts}/mcp_server/__main__.py +0 -0
- /package/{scripts → src/scripts}/mcp_server/catalog.py +0 -0
- /package/{scripts → src/scripts}/mcp_server/metadata.py +0 -0
- /package/{scripts → src/scripts}/mcp_server/requirements.txt +0 -0
- /package/{scripts → src/scripts}/mcp_server/server.py +0 -0
- /package/{scripts → src/scripts}/mcp_server/telemetry.py +0 -0
- /package/{scripts → src/scripts}/mcp_setup.sh +0 -0
- /package/{scripts → src/scripts}/mcp_telemetry_health.py +0 -0
- /package/{scripts → src/scripts}/mcp_telemetry_query.py +0 -0
- /package/{scripts → src/scripts}/mcp_telemetry_store.py +0 -0
- /package/{scripts → src/scripts}/memory_hash.py +0 -0
- /package/{scripts → src/scripts}/memory_lookup.py +0 -0
- /package/{scripts → src/scripts}/memory_report.py +0 -0
- /package/{scripts → src/scripts}/memory_signal.py +0 -0
- /package/{scripts → src/scripts}/memory_status.py +0 -0
- /package/{scripts → src/scripts}/minimal_safe_diff_hook.py +0 -0
- /package/{scripts → src/scripts}/onboarding_gate_hook.py +0 -0
- /package/{scripts → src/scripts}/prediction-pool/adapters/_schema.md +0 -0
- /package/{scripts → src/scripts}/prediction-pool/adapters/kicktipp.yml +0 -0
- /package/{scripts → src/scripts}/prediction-pool/poisson_sim.py +0 -0
- /package/{scripts → src/scripts}/prediction-pool/pool_winsim.py +0 -0
- /package/{scripts → src/scripts}/prediction-pool/score_ev.py +0 -0
- /package/{scripts → src/scripts}/prepack-check.mjs +0 -0
- /package/{scripts → src/scripts}/probe_skill_registration.py +0 -0
- /package/{scripts → src/scripts}/propose_modules_config.py +0 -0
- /package/{scripts → src/scripts}/readme_linter.py +0 -0
- /package/{scripts → src/scripts}/redact_hook_capture.py +0 -0
- /package/{scripts → src/scripts}/requirements-evals.txt +0 -0
- /package/{scripts → src/scripts}/runtime_dispatcher.py +0 -0
- /package/{scripts → src/scripts}/runtime_handler.py +0 -0
- /package/{scripts → src/scripts}/schemas/agent-settings.schema.json +0 -0
- /package/{scripts → src/scripts}/schemas/persona.schema.json +0 -0
- /package/{scripts → src/scripts}/schemas/skill.schema.json +0 -0
- /package/{scripts → src/scripts}/schemas/user-type-axis.schema.json +0 -0
- /package/{scripts → src/scripts}/schemas/user-type.schema.json +0 -0
- /package/{scripts → src/scripts}/setup_eval_venv.sh +0 -0
- /package/{scripts → src/scripts}/skill_tools/__init__.py +0 -0
- /package/{scripts → src/scripts}/sync_yaml_rt.py +0 -0
- /package/{scripts → src/scripts}/tool_registry.py +0 -0
- /package/{scripts → src/scripts}/tools/__init__.py +0 -0
- /package/{scripts → src/scripts}/tools/adapter_errors.py +0 -0
- /package/{scripts → src/scripts}/tools/base_adapter.py +0 -0
- /package/{scripts → src/scripts}/tools/github_adapter.py +0 -0
- /package/{scripts → src/scripts}/tools/jira_adapter.py +0 -0
- /package/{scripts → src/scripts}/update-github-metadata.sh +0 -0
- /package/{scripts → src/scripts}/validate_safe_paths.py +0 -0
- /package/{scripts → src/scripts}/validate_telegraph_carveouts.py +0 -0
- /package/{scripts → src/scripts}/verify_before_complete_hook.py +0 -0
- /package/{templates → src/templates}/agent-config-wrapper.sh +0 -0
- /package/{templates → src/templates}/agent-user.md +0 -0
- /package/{templates → src/templates}/agent-user.yml +0 -0
- /package/{templates → src/templates}/claude_desktop_config.json.template +0 -0
- /package/{templates → src/templates}/consumer-settings/ONBOARDING.md +0 -0
- /package/{templates → src/templates}/consumer-settings/README.md +0 -0
- /package/{templates → src/templates}/consumer-settings/augment-cli-hooks.json +0 -0
- /package/{templates → src/templates}/consumer-settings/augment-settings.json +0 -0
- /package/{templates → src/templates}/consumer-settings/claude-settings.json +0 -0
- /package/{templates → src/templates}/consumer-settings/copilot-settings.json +0 -0
- /package/{templates → src/templates}/cursor-rule.mdc.j2 +0 -0
- /package/{templates → src/templates}/marketing-copy.yml +0 -0
- /package/{templates → src/templates}/minimal/.agent-settings.yml +0 -0
- /package/{templates → src/templates}/minimal/agents-overrides-readme.md +0 -0
- /package/{templates → src/templates}/minimal/overrides-gitkeep +0 -0
- /package/{templates → src/templates}/windsurf-rule.md.j2 +0 -0
package/docs/catalog.md
CHANGED
|
@@ -1,479 +1,483 @@
|
|
|
1
1
|
# agent-config — Public Catalog
|
|
2
2
|
|
|
3
|
-
Consumer-facing catalog of all **
|
|
3
|
+
Consumer-facing catalog of all **533 public artefacts** shipped by
|
|
4
4
|
this package. Internal package-maintenance rules and deprecation shims
|
|
5
5
|
are excluded.
|
|
6
6
|
|
|
7
7
|
> **Regenerate:** `python3 scripts/generate_index.py`
|
|
8
8
|
> Auto-generated — do not edit manually.
|
|
9
9
|
|
|
10
|
-
## Skills (
|
|
10
|
+
## Skills (227)
|
|
11
11
|
|
|
12
12
|
| kind | name | extra | description |
|
|
13
13
|
|---|---|---|---|
|
|
14
|
-
| skill | [`accessibility-auditor`](
|
|
15
|
-
| skill | [`activation-design`](
|
|
16
|
-
| skill | [`adr-create`](
|
|
17
|
-
| skill | [`adversarial-review`](
|
|
18
|
-
| skill | [`agent-docs-writing`](
|
|
19
|
-
| skill | [`agents-md-thin-root`](
|
|
20
|
-
| skill | [`ai-council`](
|
|
21
|
-
| skill | [`analysis-autonomous-mode`](
|
|
22
|
-
| skill | [`analysis-skill-router`](
|
|
23
|
-
| skill | [`api-design`](
|
|
24
|
-
| skill | [`api-endpoint`](
|
|
25
|
-
| skill | [`api-testing`](
|
|
26
|
-
| skill | [`architecture-review-lens`](
|
|
27
|
-
| skill | [`artisan-commands`](
|
|
28
|
-
| skill | [`async-python-patterns`](
|
|
29
|
-
| skill | [`authz-review`](
|
|
30
|
-
| skill | [`aws-infrastructure`](
|
|
31
|
-
| skill | [`blade-ui`](
|
|
32
|
-
| skill | [`blast-radius-analyzer`](
|
|
33
|
-
| skill | [`bug-analyzer`](
|
|
34
|
-
| skill | [`build-buy-partner`](
|
|
35
|
-
| skill | [`canvas-design`](
|
|
36
|
-
| skill | [`character-consistency`](
|
|
37
|
-
| skill | [`check-refs`](
|
|
38
|
-
| skill | [`churn-prevention`](
|
|
39
|
-
| skill | [`code-refactoring`](
|
|
40
|
-
| skill | [`code-review`](
|
|
41
|
-
| skill | [`command-routing`](
|
|
42
|
-
| skill | [`command-writing`](
|
|
43
|
-
| skill | [`comp-banding`](
|
|
44
|
-
| skill | [`competitive-moat-analysis`](
|
|
45
|
-
| skill | [`competitive-positioning`](
|
|
46
|
-
| skill | [`composer-packages`](
|
|
47
|
-
| skill | [`condense-memory`](
|
|
48
|
-
| skill | [`content-funnel-design`](
|
|
49
|
-
| skill | [`context-authoring`](
|
|
50
|
-
| skill | [`context-document`](
|
|
51
|
-
| skill | [`contracts-cognition`](
|
|
52
|
-
| skill | [`conventional-commits-writing`](
|
|
53
|
-
| skill | [`copilot-agents-optimization`](
|
|
54
|
-
| skill | [`copilot-config`](
|
|
55
|
-
| skill | [`
|
|
56
|
-
| skill | [`
|
|
57
|
-
| skill | [`
|
|
58
|
-
| skill | [`data-
|
|
59
|
-
| skill | [`
|
|
60
|
-
| skill | [`
|
|
61
|
-
| skill | [`
|
|
62
|
-
| skill | [`
|
|
63
|
-
| skill | [`
|
|
64
|
-
| skill | [`
|
|
65
|
-
| skill | [`
|
|
66
|
-
| skill | [`
|
|
67
|
-
| skill | [`
|
|
68
|
-
| skill | [`
|
|
69
|
-
| skill | [`
|
|
70
|
-
| skill | [`
|
|
71
|
-
| skill | [`
|
|
72
|
-
| skill | [`
|
|
73
|
-
| skill | [`
|
|
74
|
-
| skill | [`
|
|
75
|
-
| skill | [`
|
|
76
|
-
| skill | [`
|
|
77
|
-
| skill | [`
|
|
78
|
-
| skill | [`
|
|
79
|
-
| skill | [`
|
|
80
|
-
| skill | [`
|
|
81
|
-
| skill | [`
|
|
82
|
-
| skill | [`
|
|
83
|
-
| skill | [`
|
|
84
|
-
| skill | [`
|
|
85
|
-
| skill | [`
|
|
86
|
-
| skill | [`
|
|
87
|
-
| skill | [`
|
|
88
|
-
| skill | [`
|
|
89
|
-
| skill | [`
|
|
90
|
-
| skill | [`
|
|
91
|
-
| skill | [`
|
|
92
|
-
| skill | [`
|
|
93
|
-
| skill | [`
|
|
94
|
-
| skill | [`
|
|
95
|
-
| skill | [`
|
|
96
|
-
| skill | [`
|
|
97
|
-
| skill | [`
|
|
98
|
-
| skill | [`
|
|
99
|
-
| skill | [`
|
|
100
|
-
| skill | [`
|
|
101
|
-
| skill | [`
|
|
102
|
-
| skill | [`
|
|
103
|
-
| skill | [`judge-
|
|
104
|
-
| skill | [`
|
|
105
|
-
| skill | [`
|
|
106
|
-
| skill | [`
|
|
107
|
-
| skill | [`laravel
|
|
108
|
-
| skill | [`laravel-
|
|
109
|
-
| skill | [`laravel-
|
|
110
|
-
| skill | [`laravel-
|
|
111
|
-
| skill | [`laravel-
|
|
112
|
-
| skill | [`laravel-
|
|
113
|
-
| skill | [`laravel-
|
|
114
|
-
| skill | [`laravel-
|
|
115
|
-
| skill | [`laravel-
|
|
116
|
-
| skill | [`laravel-
|
|
117
|
-
| skill | [`laravel-
|
|
118
|
-
| skill | [`
|
|
119
|
-
| skill | [`
|
|
120
|
-
| skill | [`
|
|
121
|
-
| skill | [`
|
|
122
|
-
| skill | [`
|
|
123
|
-
| skill | [`
|
|
124
|
-
| skill | [`
|
|
125
|
-
| skill | [`
|
|
126
|
-
| skill | [`
|
|
127
|
-
| skill | [`
|
|
128
|
-
| skill | [`
|
|
129
|
-
| skill | [`
|
|
130
|
-
| skill | [`
|
|
131
|
-
| skill | [`
|
|
132
|
-
| skill | [`
|
|
133
|
-
| skill | [`
|
|
134
|
-
| skill | [`
|
|
135
|
-
| skill | [`
|
|
136
|
-
| skill | [`
|
|
137
|
-
| skill | [`
|
|
138
|
-
| skill | [`
|
|
139
|
-
| skill | [`
|
|
140
|
-
| skill | [`
|
|
141
|
-
| skill | [`
|
|
142
|
-
| skill | [`
|
|
143
|
-
| skill | [`
|
|
144
|
-
| skill | [`
|
|
145
|
-
| skill | [`
|
|
146
|
-
| skill | [`
|
|
147
|
-
| skill | [`
|
|
148
|
-
| skill | [`
|
|
149
|
-
| skill | [`
|
|
150
|
-
| skill | [`
|
|
151
|
-
| skill | [`
|
|
152
|
-
| skill | [`
|
|
153
|
-
| skill | [`
|
|
154
|
-
| skill | [`
|
|
155
|
-
| skill | [`
|
|
156
|
-
| skill | [`
|
|
157
|
-
| skill | [`
|
|
158
|
-
| skill | [`
|
|
159
|
-
| skill | [`
|
|
160
|
-
| skill | [`
|
|
161
|
-
| skill | [`
|
|
162
|
-
| skill | [`
|
|
163
|
-
| skill | [`
|
|
164
|
-
| skill | [`
|
|
165
|
-
| skill | [`project-analysis-
|
|
166
|
-
| skill | [`project-analysis-
|
|
167
|
-
| skill | [`project-analysis-
|
|
168
|
-
| skill | [`project-analysis-
|
|
169
|
-
| skill | [`project-analysis-
|
|
170
|
-
| skill | [`project-
|
|
171
|
-
| skill | [`project-
|
|
172
|
-
| skill | [`
|
|
173
|
-
| skill | [`
|
|
174
|
-
| skill | [`
|
|
175
|
-
| skill | [`
|
|
176
|
-
| skill | [`
|
|
177
|
-
| skill | [`
|
|
178
|
-
| skill | [`
|
|
179
|
-
| skill | [`
|
|
180
|
-
| skill | [`
|
|
181
|
-
| skill | [`
|
|
182
|
-
| skill | [`
|
|
183
|
-
| skill | [`
|
|
184
|
-
| skill | [`
|
|
185
|
-
| skill | [`
|
|
186
|
-
| skill | [`
|
|
187
|
-
| skill | [`
|
|
188
|
-
| skill | [`
|
|
189
|
-
| skill | [`
|
|
190
|
-
| skill | [`
|
|
191
|
-
| skill | [`
|
|
192
|
-
| skill | [`
|
|
193
|
-
| skill | [`
|
|
194
|
-
| skill | [`
|
|
195
|
-
| skill | [`
|
|
196
|
-
| skill | [`
|
|
197
|
-
| skill | [`
|
|
198
|
-
| skill | [`
|
|
199
|
-
| skill | [`
|
|
200
|
-
| skill | [`
|
|
201
|
-
| skill | [`
|
|
202
|
-
| skill | [`
|
|
203
|
-
| skill | [`
|
|
204
|
-
| skill | [`
|
|
205
|
-
| skill | [`
|
|
206
|
-
| skill | [`
|
|
207
|
-
| skill | [`
|
|
208
|
-
| skill | [`
|
|
209
|
-
| skill | [`
|
|
210
|
-
| skill | [`
|
|
211
|
-
| skill | [`
|
|
212
|
-
| skill | [`
|
|
213
|
-
| skill | [`
|
|
214
|
-
| skill | [`
|
|
215
|
-
| skill | [`
|
|
216
|
-
| skill | [`
|
|
217
|
-
| skill | [`
|
|
218
|
-
| skill | [`
|
|
219
|
-
| skill | [`
|
|
220
|
-
| skill | [`
|
|
221
|
-
| skill | [`
|
|
222
|
-
| skill | [`
|
|
223
|
-
| skill | [`
|
|
224
|
-
| skill | [`
|
|
225
|
-
| skill | [`
|
|
226
|
-
| skill | [`
|
|
227
|
-
| skill | [`
|
|
228
|
-
| skill | [`
|
|
229
|
-
| skill | [`
|
|
230
|
-
| skill | [`
|
|
231
|
-
| skill | [`
|
|
232
|
-
| skill | [`
|
|
233
|
-
| skill | [`
|
|
234
|
-
| skill | [`
|
|
235
|
-
| skill | [`
|
|
236
|
-
| skill | [`
|
|
14
|
+
| skill | [`accessibility-auditor`](../dist/agent-src/skills/accessibility-auditor/SKILL.md) | | Use when reviewing UI for accessibility — WCAG 2.2 AA, keyboard nav, focus, ARIA, contrast, screen-reader semantics — even on 'is this a11y-OK?' or 'mach das barrierefrei'. |
|
|
15
|
+
| skill | [`activation-design`](../dist/agent-src/skills/activation-design/SKILL.md) | | Use when defining or auditing the activation event — aha-moment selection, retention correlation, falsifiable definition. Triggers on 'what is our aha moment', 'redefine activation'. |
|
|
16
|
+
| skill | [`adr-create`](../dist/agent-src/skills/adr-create/SKILL.md) | | Use when capturing an architectural decision — naming the file, picking the next ADR number, filling Status / Context / Decision / Consequences, and regenerating the index — even without saying 'ADR'. |
|
|
17
|
+
| skill | [`adversarial-review`](../dist/agent-src/skills/adversarial-review/SKILL.md) | | ONLY when user requests adversarial review, devil's advocate, stress-test, OR honest critique of finished work ('poke holes', 'be brutal', 'was hältst du davon') — NOT for routine code/design review. |
|
|
18
|
+
| skill | [`agent-docs-writing`](../dist/agent-src/skills/agent-docs-writing/SKILL.md) | | Use when reading, creating, or updating agent documentation, module docs, roadmaps, or AGENTS.md. Understands the full .augment/, agents/, and copilot-instructions structure. |
|
|
19
|
+
| skill | [`agents-md-thin-root`](../dist/agent-src/skills/agents-md-thin-root/SKILL.md) | | Use when editing AGENTS.md (package root) or templates/AGENTS.md (consumer) — enforces Thin-Root contract: hard char ceilings, ≥40% pointer ratio, mandatory emergency-triage block. |
|
|
20
|
+
| skill | [`ai-council`](../dist/agent-src/skills/ai-council/SKILL.md) | | Use when polling external AIs (OpenAI, Anthropic) outside the host session for a neutral second opinion on a roadmap, diff, prompt, or file set — or 'cross-check with another model'. |
|
|
21
|
+
| skill | [`analysis-autonomous-mode`](../dist/agent-src/skills/analysis-autonomous-mode/SKILL.md) | | ONLY when user explicitly requests autonomous analysis, deep investigation, multi-step research, or 'dig into this end-to-end without asking me each step' — NOT for normal feature work. |
|
|
22
|
+
| skill | [`analysis-skill-router`](../dist/agent-src/skills/analysis-skill-router/SKILL.md) | | Use when picking which analysis or project-analysis-* skill fits a request — routes by scope, framework, and symptom — even if the user just says 'analyze this' or 'dig into the codebase'. |
|
|
23
|
+
| skill | [`api-design`](../dist/agent-src/skills/api-design/SKILL.md) | | Use when designing APIs, planning endpoints, REST conventions, versioning, or deprecation — even when the user just says 'expose this as an endpoint' without naming API design. |
|
|
24
|
+
| skill | [`api-endpoint`](../dist/agent-src/skills/api-endpoint/SKILL.md) | | Use when creating an API endpoint or HTTP route handler — detects the project stack and routes to the matching carve-out (laravel-api-endpoint, nextjs-patterns, symfony-workflow). |
|
|
25
|
+
| skill | [`api-testing`](../dist/agent-src/skills/api-testing/SKILL.md) | | Use when writing API endpoint tests — integration tests, contract validation, response assertions, mocked external services — even when the user says 'test this route' without naming API testing. |
|
|
26
|
+
| skill | [`architecture-review-lens`](../dist/agent-src/skills/architecture-review-lens/SKILL.md) | | Use when a diff may break system boundaries, dependency direction, or cross-service contracts — fifth judge dispatched by /review-changes alongside the four standard judges. |
|
|
27
|
+
| skill | [`artisan-commands`](../dist/agent-src/skills/artisan-commands/SKILL.md) | | Use when creating or modifying Artisan commands. Covers clear signatures, safe execution flow, helpful output, and project conventions for console tooling. |
|
|
28
|
+
| skill | [`async-python-patterns`](../dist/agent-src/skills/async-python-patterns/SKILL.md) | | Use when writing Python asyncio code — picking between gather / TaskGroup / wait, structured concurrency, timeouts, cancellation, sync-bridging — decision framework only, cookbook externalized. |
|
|
29
|
+
| skill | [`authz-review`](../dist/agent-src/skills/authz-review/SKILL.md) | | Use when reviewing authorization end-to-end — route → gate → policy → query scope → response filter — before changes to permissions, tenants, ownership, or admin flows. |
|
|
30
|
+
| skill | [`aws-infrastructure`](../dist/agent-src/skills/aws-infrastructure/SKILL.md) | | Use when working with AWS resources — ECS Fargate, ECR, EFS, Secrets Manager, gomplate templates, multi-env deployments — even when the user says 'deploy to staging' without naming AWS. |
|
|
31
|
+
| skill | [`blade-ui`](../dist/agent-src/skills/blade-ui/SKILL.md) | | Use when the project's frontend stack is Blade — dispatched by `directives/ui/{apply,review,polish}.py`. Covers views, components, partials, layouts, and view logic. |
|
|
32
|
+
| skill | [`blast-radius-analyzer`](../dist/agent-src/skills/blast-radius-analyzer/SKILL.md) | | Use BEFORE editing shared code — enumerates every call site, event consumer, queue worker, API client, migration, and test that a planned change will touch, with a file:line citation per dependency. |
|
|
33
|
+
| skill | [`bug-analyzer`](../dist/agent-src/skills/bug-analyzer/SKILL.md) | | Use when the user shares a Sentry error, Jira bug ticket, or error description and wants root cause analysis. Also for proactive bug hunting and code audits for hidden bugs. |
|
|
34
|
+
| skill | [`build-buy-partner`](../dist/agent-src/skills/build-buy-partner/SKILL.md) | | Use when deciding insource vs outsource vs acquire — integration-cost analysis, dependency-risk, optionality preservation. Triggers on 'should we build', 'buy vs partner'. |
|
|
35
|
+
| skill | [`canvas-design`](../dist/agent-src/skills/canvas-design/SKILL.md) | | Use when creating static visual art — posters, marketing visuals, brand assets, PDF/PNG design pieces — even if the user just says 'design a poster' or 'mach uns ein Visual'. |
|
|
36
|
+
| skill | [`character-consistency`](../dist/agent-src/skills/character-consistency/SKILL.md) | | Use when a character must stay visually identical across AI video scenes — locks identity tokens (silhouette, palette, wardrobe, prop) in JSON. Triggers 'character lock', 'same character'. |
|
|
37
|
+
| skill | [`check-refs`](../dist/agent-src/skills/check-refs/SKILL.md) | | Use when verifying cross-references between skills, rules, commands, guidelines, and context documents are not broken after edits, renames, or deletions. |
|
|
38
|
+
| skill | [`churn-prevention`](../dist/agent-src/skills/churn-prevention/SKILL.md) | | Use when designing churn defence — health-score signals, churn-cause split (involuntary / value / relationship / fit), early-warning loop. Triggers on 'why are accounts leaving'. |
|
|
39
|
+
| skill | [`code-refactoring`](../dist/agent-src/skills/code-refactoring/SKILL.md) | | Use when the user says 'refactor this', 'rename class', or 'move method'. Safely refactors code in any language — finds all callers, updates downstream dependencies, verifies via quality tools. |
|
|
40
|
+
| skill | [`code-review`](../dist/agent-src/skills/code-review/SKILL.md) | | Use when the user says \"review this\", \"check my code\", or wants feedback on changes. Reviews for correctness, quality, security, and coding standards. |
|
|
41
|
+
| skill | [`command-routing`](../dist/agent-src/skills/command-routing/SKILL.md) | | Use when the user invokes a slash command like /create-pr, /commit, /fix-ci, or pastes command file content — routes to the right command with context inference and GitHub API patterns. |
|
|
42
|
+
| skill | [`command-writing`](../dist/agent-src/skills/command-writing/SKILL.md) | | Use when creating or editing a slash command in src/agent-src/commands/ — frontmatter, numbered steps, safety gates — even when the user just says 'add a /command for X'. |
|
|
43
|
+
| skill | [`comp-banding`](../dist/agent-src/skills/comp-banding/SKILL.md) | | Use when designing levels, comp bands, equity-vs-cash, geo adjustments, or raise vs promotion vs market correction. Triggers on 'set our comp bands', 'is this raise market'. |
|
|
44
|
+
| skill | [`competitive-moat-analysis`](../dist/agent-src/skills/competitive-moat-analysis/SKILL.md) | | Use when mapping competitors, naming defensibility, and finding white-space — moat reasoning, where-to-play, where-not-to-play. Triggers on 'who are we competing with', 'what's our moat'. |
|
|
45
|
+
| skill | [`competitive-positioning`](../dist/agent-src/skills/competitive-positioning/SKILL.md) | | Use when comparing this package to a peer / competitor — ours-vs-theirs verdict table, axis selection, adoption queue. Triggers on 'how do we compare to X', 'should we adopt their pattern'. |
|
|
46
|
+
| skill | [`composer-packages`](../dist/agent-src/skills/composer-packages/SKILL.md) | | Use when building or maintaining a Composer library — versioning, Laravel integration, autoloading, publishing to private registries — even when the user says 'release a new version'. |
|
|
47
|
+
| skill | [`condense-memory`](../dist/agent-src/skills/condense-memory/SKILL.md) | | Use when shrinking always-loaded memory files (AGENTS.md, CLAUDE.md, .cursorrules) via telegraph grammar — refuses sensitive paths, round-trips via .original.md backup. |
|
|
48
|
+
| skill | [`content-funnel-design`](../dist/agent-src/skills/content-funnel-design/SKILL.md) | | Use when mapping funnel-stage to content shape — conversion-pathway, content-as-system, leverage-point selection. Triggers on 'design our content funnel', 'why does mid-funnel leak'. |
|
|
49
|
+
| skill | [`context-authoring`](../dist/agent-src/skills/context-authoring/SKILL.md) | | Use when filling in knowledge-layer context files — auth-model, tenant-boundaries, data-sensitivity, deployment-order, observability — interactive walkthrough that turns templates into reviewer fuel. |
|
|
50
|
+
| skill | [`context-document`](../dist/agent-src/skills/context-document/SKILL.md) | | Use when the user says \"create context\", \"document this area\", or wants a structured snapshot of a codebase area for agent orientation. |
|
|
51
|
+
| skill | [`contracts-cognition`](../dist/agent-src/skills/contracts-cognition/SKILL.md) | | Use when reading a contract for risk and constraint — clause shape, redline priority, what the contract actually binds. Triggers on 'review this contract', 'what does this MSA constrain'. |
|
|
52
|
+
| skill | [`conventional-commits-writing`](../dist/agent-src/skills/conventional-commits-writing/SKILL.md) | | Use when writing commit messages or squash-merge titles — `feat:`, `fix:`, `chore:`, scopes, breaking changes — even when the user just says 'commit this' without naming Conventional Commits. |
|
|
53
|
+
| skill | [`copilot-agents-optimization`](../dist/agent-src/skills/copilot-agents-optimization/SKILL.md) | | Use when optimizing AGENTS.md or copilot-instructions.md — deduplicates against .augment/ content, enforces line budgets, and focuses each file on its audience. |
|
|
54
|
+
| skill | [`copilot-config`](../dist/agent-src/skills/copilot-config/SKILL.md) | | Tune the GitHub Copilot AI — `copilot-instructions.md`, PR-review patterns, suggestion behavior, output verbosity. NOT for dev-environment setup (use `devcontainer`). |
|
|
55
|
+
| skill | [`corpus-grounding`](../dist/agent-src/skills/corpus-grounding/SKILL.md) | | Shared corpus-grounding engine — BM25 + structured filters + decision rules over CSV corpora via a domain manifest. Use when a skill needs grounded pre-action option-space constraints. |
|
|
56
|
+
| skill | [`customer-research`](../dist/agent-src/skills/customer-research/SKILL.md) | | Use when shaping a discovery slice — JTBD-framed interview guide, switch-event focus, verbatim quotes not summaries. Triggers on 'talk to users', 'why did they cancel', 'before we build X'. |
|
|
57
|
+
| skill | [`dashboard-design`](../dist/agent-src/skills/dashboard-design/SKILL.md) | | Use when designing monitoring dashboards — visualization selection, layout principles, observability strategies (RED/USE/Golden Signals), and data storytelling. |
|
|
58
|
+
| skill | [`data-flow-mapper`](../dist/agent-src/skills/data-flow-mapper/SKILL.md) | | Use BEFORE editing code that touches user data — traces the value from entry → validation → transformation → storage → egress, every hop cited with file:line. |
|
|
59
|
+
| skill | [`data-handling-judgment`](../dist/agent-src/skills/data-handling-judgment/SKILL.md) | | Use when classifying data, setting retention, judging cross-border transfer, or shaping DSR workflow. Triggers on 'how long do we keep this', 'can this data go to the US'. |
|
|
60
|
+
| skill | [`database`](../dist/agent-src/skills/database/SKILL.md) | | Use when working with database architecture, MariaDB/MySQL tuning, indexing strategies, slow queries, or multi-connection patterns — even when the user just says 'this query is slow'. |
|
|
61
|
+
| skill | [`dcf-modeling`](../dist/agent-src/skills/dcf-modeling/SKILL.md) | | Wing-4 valuation cognition for a CFO / finance-partner. Use when a deal, internal investment, or board ask names DCF, intrinsic value, WACC, terminal value, or 'what's it worth on a 5-year hold'. |
|
|
62
|
+
| skill | [`deal-qualification-meddic`](../dist/agent-src/skills/deal-qualification-meddic/SKILL.md) | | Use when qualifying or disqualifying a single deal — MEDDIC slots with evidence, inversion test, disqualification heuristic. Triggers on 'is this deal real', 'should we walk away'. |
|
|
63
|
+
| skill | [`decision-record`](../dist/agent-src/skills/decision-record/SKILL.md) | | Use when locking a trade-off, structuring an ADR draft, or wiring supersession chains — frames options · trade-offs · consequences before the file is written by `adr-create`. |
|
|
64
|
+
| skill | [`deep-reading-analyst`](../dist/agent-src/skills/deep-reading-analyst/SKILL.md) | | Deep analysis of articles/long-form via thinking frameworks (SCQA, mental models, inversion) — 'analyze article', 'deep dive', 'extract insights', URL/text wanting depth not summary. |
|
|
65
|
+
| skill | [`defense-in-depth`](../dist/agent-src/skills/defense-in-depth/SKILL.md) | | Use when validation needs entry, business-logic, environment, and instrumentation guards so a bad value cannot reach the failure point — turns a local bug fix into a structural one. |
|
|
66
|
+
| skill | [`dependency-upgrade`](../dist/agent-src/skills/dependency-upgrade/SKILL.md) | | Use when upgrading dependencies — 'update framework X', 'bump runtime version', or 'upgrade packages'. Covers changelog review, breaking-change detection, and verification. Stack-agnostic. |
|
|
67
|
+
| skill | [`description-assist`](../dist/agent-src/skills/description-assist/SKILL.md) | | Use when polishing a skill/rule/command/guideline frontmatter description — pushier phrasing, trigger coverage, undertrigger audit — even if the user just says 'make this pushier'. |
|
|
68
|
+
| skill | [`design-intelligence`](../dist/agent-src/skills/design-intelligence/SKILL.md) | | Grounded design brief from the adopted corpus — style, WCAG-checked color tokens, typography, layout pattern, anti-patterns. Use on ui-design-brief or any which-style/palette/font/chart decision. |
|
|
69
|
+
| skill | [`design-review`](../dist/agent-src/skills/design-review/SKILL.md) | | Use when the user says \"review the design\", \"check the UI\", or wants a comprehensive UI/UX review. Uses a 7-phase methodology covering interaction, responsiveness, accessibility, and more. |
|
|
70
|
+
| skill | [`design-tokens`](../dist/agent-src/skills/design-tokens/SKILL.md) | | Author a 3-layer DTCG token system (primitive → semantic → component) with light/dark theming; generate CSS vars + Tailwind colors and lint hardcoded values. Use on design tokens / CSS variables. |
|
|
71
|
+
| skill | [`devcontainer`](../dist/agent-src/skills/devcontainer/SKILL.md) | | Wire up DevContainers / GitHub Codespaces — `devcontainer.json`, container images, secrets, VS Code features, port forwarding. NOT for tuning Copilot itself (use `copilot-config`). |
|
|
72
|
+
| skill | [`developer-like-execution`](../dist/agent-src/skills/developer-like-execution/SKILL.md) | | Use when implementing, debugging, refactoring, or reviewing code — enforces the think → analyze → verify → execute workflow — even when the user just says 'implement X' without naming it. |
|
|
73
|
+
| skill | [`discovery-interview`](../dist/agent-src/skills/discovery-interview/SKILL.md) | | Use when running discovery interviews — question-bank build, bias audit, insight extraction. Triggers on 'audit my guide', 'extract insights from transcript', 'is my hypothesis falsifiable'. |
|
|
74
|
+
| skill | [`doc-coauthoring`](../dist/agent-src/skills/doc-coauthoring/SKILL.md) | | Use when co-authoring a PRD, design doc, RFC, decision doc, or technical spec — 3-stage flow (context → section-by-section → reader-test) — even if the user just says 'help me write this spec'. |
|
|
75
|
+
| skill | [`docker`](../dist/agent-src/skills/docker/SKILL.md) | | Use when working with Docker — Dockerfile edits, docker-compose services, containers, or the dual-container (fast + Xdebug) setup — even when the user just says 'my container won't start'. |
|
|
76
|
+
| skill | [`editorial-calendar`](../dist/agent-src/skills/editorial-calendar/SKILL.md) | | Use when shaping cadence — evergreen / campaign / reactive split, beat-mapping across channel stages, content-debt management. Triggers on 'plan our content cadence', 'what should we publish'. |
|
|
77
|
+
| skill | [`eloquent`](../dist/agent-src/skills/eloquent/SKILL.md) | | Use when writing Eloquent models, relationships, scopes, or queries via Model:: — 'fetch users with their orders'. NOT for PHPStan output, non-Eloquent services, or raw SQL questions. |
|
|
78
|
+
| skill | [`error-handling-patterns`](../dist/agent-src/skills/error-handling-patterns/SKILL.md) | | Use when picking a failure-reporting strategy — exceptions vs Result types, recoverable vs not, retry / circuit-breaker / graceful degradation — decision framework only, catalogues externalized. |
|
|
79
|
+
| skill | [`estimate-ticket`](../dist/agent-src/skills/estimate-ticket/SKILL.md) | | Estimate a Jira/Linear ticket — 'estimate PROJ-123', 'wie groß ist das?', 'should we split this?' — size + risk + split + uncertainty, sibling of /refine-ticket, close-prompt. |
|
|
80
|
+
| skill | [`existing-ui-audit`](../dist/agent-src/skills/existing-ui-audit/SKILL.md) | | Use BEFORE writing or editing any non-trivial UI — inventories components, design tokens, shadcn primitives, and reusable patterns into state.ui_audit. Hard gate for the ui directive set. |
|
|
81
|
+
| skill | [`expansion-playbook`](../dist/agent-src/skills/expansion-playbook/SKILL.md) | | Use when designing account-expansion mechanics — upsell vs cross-sell, expansion-trigger signals, NRR cognition. Triggers on 'lift NRR', 'when do we upsell vs cross-sell'. |
|
|
82
|
+
| skill | [`fe-design`](../dist/agent-src/skills/fe-design/SKILL.md) | | Reference for frontend-design heuristics — component architecture, layout patterns, form/table design, responsive strategy, a11y, UX principles. Stack-agnostic; cited by directives/ui/design.py. |
|
|
83
|
+
| skill | [`feature-planning`](../dist/agent-src/skills/feature-planning/SKILL.md) | | Use when the user says \"plan a feature\", \"brainstorm\", \"explore this idea\", or wants to go from idea to structured plan and roadmap. |
|
|
84
|
+
| skill | [`file-editor`](../dist/agent-src/skills/file-editor/SKILL.md) | | Use when opening edited files in the user's IDE. Reads settings from .agent-settings.yml to determine IDE and whether auto-open is enabled. |
|
|
85
|
+
| skill | [`finishing-a-development-branch`](../dist/agent-src/skills/finishing-a-development-branch/SKILL.md) | | Use when the feature is implementation-complete and the next step is 'ship it' — verifies, cleans up, and routes to merge/PR/park/discard — even when the user just says 'I'm done, what now?'. |
|
|
86
|
+
| skill | [`flux`](../dist/agent-src/skills/flux/SKILL.md) | | Use when the project uses `livewire/flux` — dispatched by `directives/ui/{apply,review,polish}.py`. Covers Flux components, slots, variants, and form primitives. |
|
|
87
|
+
| skill | [`forecast-accuracy`](../dist/agent-src/skills/forecast-accuracy/SKILL.md) | | Use when constructing the forecast call — commit / best-case / pipeline categorisation, deal-level evidence test, accuracy retro-loop. Triggers on 'build the forecast', 'why does our commit miss'. |
|
|
88
|
+
| skill | [`forecasting`](../dist/agent-src/skills/forecasting/SKILL.md) | | Use when constructing the finance-side forecast — top-down vs bottom-up shape, confidence bands, retro-loop. Triggers on 'build the forecast model', 'reconcile top-down with bottom-up'. |
|
|
89
|
+
| skill | [`form-handler`](../dist/agent-src/skills/form-handler/SKILL.md) | | Use when designing or reviewing a form — validation timing, error display, submission lifecycle, optimistic UI, dirty/pristine state, idempotency — even on 'why does submit double-fire?'. |
|
|
90
|
+
| skill | [`fundraising-narrative`](../dist/agent-src/skills/fundraising-narrative/SKILL.md) | | Use when shaping a capital-raise pitch — why-now / why-us / why-this framing, market-size reasoning, traction-story construction. Triggers on 'tighten the pitch', 'why-now is weak'. |
|
|
91
|
+
| skill | [`funnel-analysis`](../dist/agent-src/skills/funnel-analysis/SKILL.md) | | Use when diagnosing where a SaaS or product funnel leaks — visitor → signup → activation → paid → retained — channel-agnostic, conversion-rate-driven. |
|
|
92
|
+
| skill | [`git-workflow`](../dist/agent-src/skills/git-workflow/SKILL.md) | | Use when working with Git — branch naming, commit messages, PR creation, rebasing, or the code review process — even when the user says 'push this' or 'merge the branch' without naming Git. |
|
|
93
|
+
| skill | [`github-ci`](../dist/agent-src/skills/github-ci/SKILL.md) | | Use when working with GitHub Actions — workflow YAML, quality gates, test matrices, deployment triggers, reusable workflows — even when the user just says 'my CI is failing' or 'add a check'. |
|
|
94
|
+
| skill | [`grafana`](../dist/agent-src/skills/grafana/SKILL.md) | | Use when working with Grafana — dashboards, Loki LogQL queries, alerting rules, monitoring panels — even when the user just says 'build me a dashboard' or 'query the logs' without naming Grafana. |
|
|
95
|
+
| skill | [`gtm-launch`](../dist/agent-src/skills/gtm-launch/SKILL.md) | | Use when sequencing a launch — alpha / beta / GA waves, audience-by-wave logic, narrative beats per wave, engineering-readiness gates. Triggers on 'plan the launch', 'sequence GA'. |
|
|
96
|
+
| skill | [`guideline-writing`](../dist/agent-src/skills/guideline-writing/SKILL.md) | | Use when creating or editing a guideline in docs/guidelines/ — reference material cited by skills, no auto-triggers — even when the user just says 'write up our naming conventions'. |
|
|
97
|
+
| skill | [`hiring-loop-design`](../dist/agent-src/skills/hiring-loop-design/SKILL.md) | | Use when shaping an engineering hiring loop — stages, take-home vs live, calibration, bar-raiser, signal-vs-noise audit. Triggers on 'design our interview loop', 'audit our hiring bar'. |
|
|
98
|
+
| skill | [`image-analyser`](../dist/agent-src/skills/image-analyser/SKILL.md) | | Use to analyse a character image down to the smallest mole and diff against a canon — per-feature spec, OCR-reads tattoo text, flags drift. Triggers 'analyse this image', 'match the canon'. |
|
|
99
|
+
| skill | [`image-creator`](../dist/agent-src/skills/image-creator/SKILL.md) | | Use to generate a character image to spec — max-fidelity reproducible prompt from a Canon Spec, anchors-first, provider/governance-gated. Triggers 'generate this character', 'render to spec'. |
|
|
100
|
+
| skill | [`incident-commander`](../dist/agent-src/skills/incident-commander/SKILL.md) | | Use during or right after an incident — frames severity, sets comms cadence, drafts the post-mortem skeleton — even when the user just says 'production is down' or 'wir haben einen Vorfall'. |
|
|
101
|
+
| skill | [`jira-integration`](../dist/agent-src/skills/jira-integration/SKILL.md) | | Use when the user says \"check Jira\", \"create ticket\", \"update issue\", or needs JQL queries, ticket transitions, or branch-to-ticket linking. |
|
|
102
|
+
| skill | [`jobs-events`](../dist/agent-src/skills/jobs-events/SKILL.md) | | Use when creating Laravel jobs, queued workflows, events, or listeners. Covers clear responsibilities, safe serialization, and retry/failure handling. |
|
|
103
|
+
| skill | [`judge-bug-hunter`](../dist/agent-src/skills/judge-bug-hunter/SKILL.md) | | Use when a diff needs correctness review — null-safety, edge cases, off-by-one, races, error handling — dispatched by /review-changes, /do-and-judge, /judge, even without 'judge'. |
|
|
104
|
+
| skill | [`judge-code-quality`](../dist/agent-src/skills/judge-code-quality/SKILL.md) | | Use when a diff needs a readability review — naming, single-responsibility, DRY, dead code, mismatch with codebase conventions — dispatched by /review-changes, /do-and-judge, /judge. |
|
|
105
|
+
| skill | [`judge-security-auditor`](../dist/agent-src/skills/judge-security-auditor/SKILL.md) | | Use when a diff may introduce security risk — authZ, injection, secrets, unsafe deserialization, SSRF, XSS, mass assignment — dispatched by /review-changes, /do-and-judge, /judge. |
|
|
106
|
+
| skill | [`judge-test-coverage`](../dist/agent-src/skills/judge-test-coverage/SKILL.md) | | Use when a diff may lack tests — missing assertions, uncovered branches, over-mocking, no regression test for a bug fix — dispatched by /review-changes, /do-and-judge, /judge, even without 'tests'. |
|
|
107
|
+
| skill | [`laravel`](../dist/agent-src/skills/laravel/SKILL.md) | | Writes Laravel PHP — Eloquent, Artisan controllers, FormRequests, jobs, events, policies, providers. For Symfony / Doctrine use `symfony-workflow`. For framework-free PHP use `php-coder`. |
|
|
108
|
+
| skill | [`laravel-api-endpoint`](../dist/agent-src/skills/laravel-api-endpoint/SKILL.md) | | Use when creating a new Laravel API endpoint — Controller, FormRequest, Resource, route, Policy, OpenAPI annotations — versioned route layout, single-action `__invoke` controllers. |
|
|
109
|
+
| skill | [`laravel-dto`](../dist/agent-src/skills/laravel-dto/SKILL.md) | | Use when creating a Laravel/PHP DTO with the SimpleDto base class and attribute mapping. For DTOs in other stacks, use the stack-native skill (TypeScript, Python, Rust, Go). |
|
|
110
|
+
| skill | [`laravel-horizon`](../dist/agent-src/skills/laravel-horizon/SKILL.md) | | Use when working with Laravel queues in production — Horizon dashboard, worker supervision, job metrics, balancing strategies — even when the user just says 'my jobs are piling up'. |
|
|
111
|
+
| skill | [`laravel-mail`](../dist/agent-src/skills/laravel-mail/SKILL.md) | | Use when building Laravel emails — Mailables, Markdown templates, queued sending, attachments, previews — even when the user says 'send this as an email' without naming Mailables. |
|
|
112
|
+
| skill | [`laravel-middleware`](../dist/agent-src/skills/laravel-middleware/SKILL.md) | | Use when creating or modifying Laravel middleware — request/response filtering, groups, priority, terminable middleware, or route-level assignment. |
|
|
113
|
+
| skill | [`laravel-migration`](../dist/agent-src/skills/laravel-migration/SKILL.md) | | Use when creating a Laravel migration — table prefixes, column naming, multi-tenant awareness, php artisan make:migration. Other stacks: use stack-native migration tooling. |
|
|
114
|
+
| skill | [`laravel-notifications`](../dist/agent-src/skills/laravel-notifications/SKILL.md) | | Use when sending notifications via mail, Slack, database, or custom channels — with queuing, on-demand recipients, and notification preferences. |
|
|
115
|
+
| skill | [`laravel-pennant`](../dist/agent-src/skills/laravel-pennant/SKILL.md) | | Use when working with feature flags — Laravel Pennant, gradual rollouts, A/B testing, scope-based flags — even when the user just says 'hide this behind a flag' without naming Pennant. |
|
|
116
|
+
| skill | [`laravel-pulse`](../dist/agent-src/skills/laravel-pulse/SKILL.md) | | Use when setting up Laravel Pulse — real-time dashboard, built-in cards, custom recorders, performance insights — even when the user just says 'I need app monitoring' without naming Pulse. |
|
|
117
|
+
| skill | [`laravel-reverb`](../dist/agent-src/skills/laravel-reverb/SKILL.md) | | Use when configuring Laravel Reverb — the first-party WebSocket server with Pusher protocol compatibility, horizontal scaling, and Pulse monitoring. |
|
|
118
|
+
| skill | [`laravel-scheduling`](../dist/agent-src/skills/laravel-scheduling/SKILL.md) | | Use when configuring Laravel task scheduling — cron expressions, frequency helpers, overlap prevention, maintenance mode, or output handling. |
|
|
119
|
+
| skill | [`laravel-validation`](../dist/agent-src/skills/laravel-validation/SKILL.md) | | Use when writing validation — Form Requests, rules, custom rule objects, request-boundary design — even when the user just says 'validate this input' or 'check the request' without naming it. |
|
|
120
|
+
| skill | [`laravel-websocket`](../dist/agent-src/skills/laravel-websocket/SKILL.md) | | Use when building Laravel real-time features — Broadcasting events, ShouldBroadcast, private/presence channels, Echo client. For non-Laravel WebSockets, use the stack-native skill. |
|
|
121
|
+
| skill | [`launch-readiness`](../dist/agent-src/skills/launch-readiness/SKILL.md) | | Use before merging a release-shaped PR — pre-merge checklist, rollout plan, rollback criteria, ops handoff. Triggers on 'ready to ship', 'launch checklist', 'rollout plan for X'. |
|
|
122
|
+
| skill | [`learning-to-rule-or-skill`](../dist/agent-src/skills/learning-to-rule-or-skill/SKILL.md) | | Use when a repeated learning, mistake, or successful pattern should be turned into a new rule or skill. Also use after completing a task to capture learnings from the work. |
|
|
123
|
+
| skill | [`lint-skills`](../dist/agent-src/skills/lint-skills/SKILL.md) | | Use when running the package's skill linter against all skills and rules to validate frontmatter, required sections, and execution metadata. |
|
|
124
|
+
| skill | [`livewire`](../dist/agent-src/skills/livewire/SKILL.md) | | Use when the project's frontend stack is Livewire — dispatched by `directives/ui/{apply,review,polish}.py`. Covers reactive state, events, lifecycle hooks, and component/view separation. |
|
|
125
|
+
| skill | [`livewire-architect`](../dist/agent-src/skills/livewire-architect/SKILL.md) | | Use when shaping a Livewire component before code — full-page vs partial, parent/child split, event flow, state-vs-props boundary, hydration cost — even on 'add this Livewire component'. |
|
|
126
|
+
| skill | [`logging-monitoring`](../dist/agent-src/skills/logging-monitoring/SKILL.md) | | Use when working with logging or monitoring — Sentry error tracking, Grafana/Loki log aggregation, structured logging channels, or monitoring helpers. |
|
|
127
|
+
| skill | [`market-entry-analysis`](../dist/agent-src/skills/market-entry-analysis/SKILL.md) | | Use when sequencing market entry — geo / segment / vertical, beachhead selection, regulatory-delta. Triggers on 'should we enter market X', 'which segment first'. |
|
|
128
|
+
| skill | [`markitdown`](../dist/agent-src/skills/markitdown/SKILL.md) | | Use when converting PDF, DOCX, XLSX, PPTX, EPUB, images, or audio to Markdown for LLM ingestion via the upstream markitdown-mcp server — 'extract this PDF', 'OCR this image', 'transcribe this audio'. |
|
|
129
|
+
| skill | [`mcp`](../dist/agent-src/skills/mcp/SKILL.md) | | Use when working with MCP (Model Context Protocol) servers — their tools, capabilities, and best practices for effective agent workflows. |
|
|
130
|
+
| skill | [`mcp-builder`](../dist/agent-src/skills/mcp-builder/SKILL.md) | | Use when building an MCP server in Python (FastMCP) or Node/TypeScript (MCP SDK) — agent-centric tool design, input schemas, error handling, and the 10-question evaluation harness. |
|
|
131
|
+
| skill | [`md-language-check`](../dist/agent-src/skills/md-language-check/SKILL.md) | | Use BEFORE saving any .md under .augment/, dist/agent-src*/, or agents/ — scans umlauts, German function words, and German phrases outside DE:/EN: anchor blocks. Hard gate per language-and-tone. |
|
|
132
|
+
| skill | [`memory-consolidation`](../dist/agent-src/skills/memory-consolidation/SKILL.md) | | Use when consolidating session signals into curated memory — four-phase loop ORIENT → GATHER → CONSOLIDATE → PRUNE. Triggers on 'mine my sessions', 'consolidate memory', 'review intake signals'. |
|
|
133
|
+
| skill | [`merge-conflicts`](../dist/agent-src/skills/merge-conflicts/SKILL.md) | | Use when the user has merge conflicts or says \"resolve conflicts\". Understands conflict markers, resolution strategies, and verification workflow. |
|
|
134
|
+
| skill | [`messaging-architecture`](../dist/agent-src/skills/messaging-architecture/SKILL.md) | | Use when shaping the primary message, supporting proofs, and audience-by-message matrix from a locked positioning frame — before any copy or launch beat. Triggers on 'tighten the message stack'. |
|
|
135
|
+
| skill | [`migration-architect`](../dist/agent-src/skills/migration-architect/SKILL.md) | | Use when shaping a non-trivial migration — rollout phases, dual-write windows, cutover sequencing, deprecation cycles — hands off to the framework-specific migration skill for DDL once locked. |
|
|
136
|
+
| skill | [`mobile-e2e-strategy`](../dist/agent-src/skills/mobile-e2e-strategy/SKILL.md) | | Use when picking a mobile E2E framework — Detox / Appium / Maestro / XCUITest / Espresso — or planning iOS Simulator / Android Emulator coverage in CI for RN, Expo, or native apps. |
|
|
137
|
+
| skill | [`module-detect-on-the-fly`](../dist/agent-src/skills/module-detect-on-the-fly/SKILL.md) | | Use when editing a file under a module-shaped path (`Modules/*`, `packages/*`, `apps/*`, `internal/*`) while `modules.enabled` is `false` — asks the user once whether to enable the config. |
|
|
138
|
+
| skill | [`module-management`](../dist/agent-src/skills/module-management/SKILL.md) | | Use when working within any module under `modules.root_paths` from `.agent-project-settings.yml` — Laravel HMVC, Symfony DDD-lite, Node monorepo, Python src/, Go internal/, or a custom path. |
|
|
139
|
+
| skill | [`motion-choreographer`](../dist/agent-src/skills/motion-choreographer/SKILL.md) | | Use when turning a locked still + blueprint into a provider-tuned motion prompt — camera, primary + secondary motion, physics, native-audio sync. Triggers 'motion prompt for Veo/Kling/Sora'. |
|
|
140
|
+
| skill | [`multi-tenancy`](../dist/agent-src/skills/multi-tenancy/SKILL.md) | | Use when working with the multi-tenant architecture — customer DB switching, FQDN routing, tenant isolation, or cross-tenant operations. |
|
|
141
|
+
| skill | [`nextjs-patterns`](../dist/agent-src/skills/nextjs-patterns/SKILL.md) | | Writes Next.js App Router code — Server Components, Server Actions, RSC boundaries, route handlers, caching, and streaming — matching framework conventions and project architecture. |
|
|
142
|
+
| skill | [`okr-tree-modeling`](../dist/agent-src/skills/okr-tree-modeling/SKILL.md) | | Use when decomposing a company objective into team OKRs, auditing a draft OKR tree, or stress-testing an existing one for measurability and laddering. |
|
|
143
|
+
| skill | [`onboarding-design`](../dist/agent-src/skills/onboarding-design/SKILL.md) | | Use when designing customer onboarding — time-to-first-value, milestone design, friction audit, drop-off diagnosis. Triggers on 'fix onboarding', 'why do new accounts churn fast'. |
|
|
144
|
+
| skill | [`onboarding-program`](../dist/agent-src/skills/onboarding-program/SKILL.md) | | Use when shaping employee onboarding — time-to-productivity, role-by-role program, mentor pairing, 30/60/90 milestones. Triggers on 'design our onboarding', 'why are new hires ramping slow'. |
|
|
145
|
+
| skill | [`one-on-one-cadence`](../dist/agent-src/skills/one-on-one-cadence/SKILL.md) | | Use when designing engineering 1:1s — cadence, agenda mix, growth-vs-blocker-vs-trust shape, cancellation anti-patterns. Triggers on 'fix my 1:1s', 'should I cancel 1:1s this week'. |
|
|
146
|
+
| skill | [`openapi`](../dist/agent-src/skills/openapi/SKILL.md) | | Use when documenting APIs — OpenAPI/Swagger, PHP attributes, Redocly validation, versioned specs — even when the user just says 'document this endpoint' without naming OpenAPI. |
|
|
147
|
+
| skill | [`org-design`](../dist/agent-src/skills/org-design/SKILL.md) | | Use when shaping team structure — functional vs squad, span-of-control, reorg cost, Conway-aware boundaries. Triggers on 'should we reorg', 'how do we split this team'. |
|
|
148
|
+
| skill | [`override-management`](../dist/agent-src/skills/override-management/SKILL.md) | | Creates and manages project-level overrides for shared skills, rules, and commands — extending or replacing originals from .augment/ with project-specific behavior in agents/overrides/. |
|
|
149
|
+
| skill | [`perf-feedback-craft`](../dist/agent-src/skills/perf-feedback-craft/SKILL.md) | | Use when shaping feedback — situation-behavior-impact, growth-vs-corrective split, cadence design, ladder-of-inference checks. Triggers on 'how do I give this feedback', 'perf review shape'. |
|
|
150
|
+
| skill | [`performance`](../dist/agent-src/skills/performance/SKILL.md) | | Use when optimizing application performance — caching strategies, eager loading, query optimization, Redis patterns, or background job design. |
|
|
151
|
+
| skill | [`performance-analysis`](../dist/agent-src/skills/performance-analysis/SKILL.md) | | ONLY when user explicitly requests: performance audit, bottleneck analysis, or N+1 query detection. NOT for regular feature work. |
|
|
152
|
+
| skill | [`persona-writing`](../dist/agent-src/skills/persona-writing/SKILL.md) | | Use when creating or editing a persona in src/agent-src/personas/ — voice / focus / unique questions / output expectations — even when the user just says 'add a reviewer voice for X'. |
|
|
153
|
+
| skill | [`pest-testing`](../dist/agent-src/skills/pest-testing/SKILL.md) | | Use when writing, generating, or improving Pest tests for Laravel — clear intent, good coverage, maintainable structure, and alignment with project testing conventions. |
|
|
154
|
+
| skill | [`php-coder`](../dist/agent-src/skills/php-coder/SKILL.md) | | Writes or edits PHP code — controllers, classes, type hints, SOLID refactors, modern idioms — even without naming PHP. NOT for writing tests (use pest-testing) or explaining PHP concepts. |
|
|
155
|
+
| skill | [`php-debugging`](../dist/agent-src/skills/php-debugging/SKILL.md) | | Use when debugging PHP with Xdebug — breakpoints, step-through, dual-container setup, IDE configuration, header-based routing — even when the user just says 'why does this blow up on request X'. |
|
|
156
|
+
| skill | [`php-service`](../dist/agent-src/skills/php-service/SKILL.md) | | Use when the user says 'create service', 'new service class', or needs a PHP service following SOLID principles with proper DI and repository usage. |
|
|
157
|
+
| skill | [`pipeline-strategy`](../dist/agent-src/skills/pipeline-strategy/SKILL.md) | | Use when designing or auditing a sales pipeline — stage exit criteria, per-cell conversion, coverage reasoning, leak detection. Triggers on 'tighten our pipeline', 'where is the leak'. |
|
|
158
|
+
| skill | [`pixar-storyteller`](../dist/agent-src/skills/pixar-storyteller/SKILL.md) | | Use when turning an idea into a Pixar-style animation prompt — character sheet, scene, image, video — anchored in emotional beat, want, obstacle. Triggers 'Pixar prompt', 'animated scene'. |
|
|
159
|
+
| skill | [`playwright-architect`](../dist/agent-src/skills/playwright-architect/SKILL.md) | | Use when shaping a Playwright suite — locator strategy, Page Object boundaries, fixture composition, flake-prevention architecture, CI-vs-local split — even on 'design our E2E tests'. |
|
|
160
|
+
| skill | [`playwright-testing`](../dist/agent-src/skills/playwright-testing/SKILL.md) | | Use when writing Playwright E2E tests — browser automation, visual regression testing, Page Objects, fixtures, and reliable test patterns. |
|
|
161
|
+
| skill | [`po-discovery`](../dist/agent-src/skills/po-discovery/SKILL.md) | | Use when shaping a fuzzy product ask into a refined backlog item — problem framing, user-story rewrite, AC tightening — even if the user just says 'help me write this ticket'. |
|
|
162
|
+
| skill | [`positioning-strategy`](../dist/agent-src/skills/positioning-strategy/SKILL.md) | | Use when locking the market frame — category, segment, alternative, point-of-view — before messaging, launch, or pricing rides on it. Triggers on 'who are we for', 'opposable audit'. |
|
|
163
|
+
| skill | [`prediction-pool-optimizer`](../dist/agent-src/skills/prediction-pool-optimizer/SKILL.md) | | Optimize prediction-pool tips (kicktipp etc.): rules + multi-book consensus odds → expected-points-max answer for every question, scores AND bonus. Triggers 'optimize my pool tips', 'predict'. |
|
|
164
|
+
| skill | [`privacy-review`](../dist/agent-src/skills/privacy-review/SKILL.md) | | Use when reviewing data flows, support macros, refund templates for GDPR/CCPA/HIPAA fit — regime, consent, PII redaction (email, order-id), breach triage. Triggers 'is this GDPR-safe', 'PII redact'. |
|
|
165
|
+
| skill | [`project-analysis-core`](../dist/agent-src/skills/project-analysis-core/SKILL.md) | | Raw discovery primitives — project discovery, version resolution, docs loading, architecture mapping, execution flow. Called by `universal-project-analysis`. Single-pass scan → `project-analyzer`. |
|
|
166
|
+
| skill | [`project-analysis-hypothesis-driven`](../dist/agent-src/skills/project-analysis-hypothesis-driven/SKILL.md) | | Use when a bug has multiple plausible causes across layers — competing hypotheses, validation loops, evidence-based conclusions — even when the user just says 'why is this happening?'. |
|
|
167
|
+
| skill | [`project-analysis-laravel`](../dist/agent-src/skills/project-analysis-laravel/SKILL.md) | | Use for deep Laravel project analysis: boot flow, request lifecycle, container usage, Eloquent/data flow, async systems, and Laravel-specific failure patterns. |
|
|
168
|
+
| skill | [`project-analysis-nextjs`](../dist/agent-src/skills/project-analysis-nextjs/SKILL.md) | | Use for deep Next.js analysis: server vs client boundaries, routing, data fetching, caching, rendering modes, and hydration/runtime issues. |
|
|
169
|
+
| skill | [`project-analysis-node-express`](../dist/agent-src/skills/project-analysis-node-express/SKILL.md) | | Use for deep Node.js / Express project analysis: boot flow, middleware order, async behavior, data layer, auth/security, and Node-specific runtime failure patterns. |
|
|
170
|
+
| skill | [`project-analysis-react`](../dist/agent-src/skills/project-analysis-react/SKILL.md) | | Use for deep React analysis: component tree, state flow, props flow, hooks usage, rendering behavior, and React-specific failure patterns. |
|
|
171
|
+
| skill | [`project-analysis-symfony`](../dist/agent-src/skills/project-analysis-symfony/SKILL.md) | | Use for deep Symfony project analysis: kernel/bootstrap, container wiring, routing/request flow, Doctrine, security, Messenger, and Symfony-specific failure patterns. |
|
|
172
|
+
| skill | [`project-analysis-zend-laminas`](../dist/agent-src/skills/project-analysis-zend-laminas/SKILL.md) | | Use for deep Zend Framework or Laminas project analysis: bootstrap, config merge order, service manager, MVC flow, data layer, and migration-specific risks. |
|
|
173
|
+
| skill | [`project-analyzer`](../dist/agent-src/skills/project-analyzer/SKILL.md) | | ONLY when user asks for single-pass tech-stack detection or `agents/evidence/analysis/` write-up. Deep multi-pass audit → `universal-project-analysis`. Raw primitives → `project-analysis-core`. |
|
|
174
|
+
| skill | [`project-docs`](../dist/agent-src/skills/project-docs/SKILL.md) | | Use when looking for project-specific documentation. Knows which docs exist in agents/reference/docs/ and agents/settings/contexts/ and maps work areas to relevant docs. |
|
|
175
|
+
| skill | [`prompt-engineering-patterns`](../dist/agent-src/skills/prompt-engineering-patterns/SKILL.md) | | Use when designing production-LLM prompts — few-shot, chain-of-thought, system prompts, templates, self-verification — distinct from prompt-optimizer and refine-prompt. |
|
|
176
|
+
| skill | [`prompt-optimizer`](../dist/agent-src/skills/prompt-optimizer/SKILL.md) | | Use when the user wants a prompt optimized for ChatGPT, Claude, Gemini, or another AI — 'make this prompt better', 'optimize for ChatGPT', 'rewrite my prompt' — even without saying 'optimize'. |
|
|
177
|
+
| skill | [`prompt-validator`](../dist/agent-src/skills/prompt-validator/SKILL.md) | | Pre-spend contradiction gate for AI-video runs: checks every prompt in the batch, blocks on style / character / physics mismatch. Triggers 'validate the prompts', 'check the storyboard'. |
|
|
178
|
+
| skill | [`quality-tools`](../dist/agent-src/skills/quality-tools/SKILL.md) | | Use when PHPStan, Rector, or ECS output appears — \"phpstan says mixed\", type errors, \"fix code style\", \"run rector\" — even when Eloquent/Laravel/model code is also mentioned. |
|
|
179
|
+
| skill | [`react-native-setup`](../dist/agent-src/skills/react-native-setup/SKILL.md) | | Use when setting up React Native or Expo dev environments — Xcode, Android Studio, CocoaPods, EAS, Metro, New Architecture — even when the user just says 'my RN build won't start'. |
|
|
180
|
+
| skill | [`react-shadcn-ui`](../dist/agent-src/skills/react-shadcn-ui/SKILL.md) | | Use when building React UI on shadcn/ui primitives + Tailwind — the apply/review/polish skill dispatched by `directives/ui/*` for the `react-shadcn` stack. |
|
|
181
|
+
| skill | [`readme-reviewer`](../dist/agent-src/skills/readme-reviewer/SKILL.md) | | Use when reviewing a README for accuracy, usability, and alignment with the actual repository. Detects invented content, broken setup steps, and structural issues. |
|
|
182
|
+
| skill | [`readme-writing`](../dist/agent-src/skills/readme-writing/SKILL.md) | | Use when creating, rewriting, or significantly improving a README based on the actual repository structure, commands, and intended audience. |
|
|
183
|
+
| skill | [`readme-writing-package`](../dist/agent-src/skills/readme-writing-package/SKILL.md) | | Use when creating or rewriting a README for a reusable package or library. Focus on installability, minimal usage example, compatibility, and developer onboarding. |
|
|
184
|
+
| skill | [`receiving-code-review`](../dist/agent-src/skills/receiving-code-review/SKILL.md) | | Use when processing code review feedback (bot or human) before changing anything — triages, verifies, and pushes back with technical reasoning — even when the user just says 'fix the comments'. |
|
|
185
|
+
| skill | [`refine-prompt`](../dist/agent-src/skills/refine-prompt/SKILL.md) | | Reconstruct a free-form prompt into actionable AC + assumptions + confidence band before the engine plans — '/work \"…\"', 'baue X', 'ist der Prompt klar genug für die Engine?'. |
|
|
186
|
+
| skill | [`refine-ticket`](../dist/agent-src/skills/refine-ticket/SKILL.md) | | Refine a Jira/Linear ticket before planning — 'refine ticket', 'tighten AC on PROJ-123', 'ist das Ticket klar?' — rewritten ticket, Top-5 risks, persona voices, sub-skills orchestrated, close-prompt. |
|
|
187
|
+
| skill | [`release-comms`](../dist/agent-src/skills/release-comms/SKILL.md) | | Use when turning a shipped changelog into a release narrative — value-not-feature framing, audience-segmented surfaces, one source of truth. Triggers on 'announce the release', 'write changelog post'. |
|
|
188
|
+
| skill | [`repomix-packer`](../dist/agent-src/skills/repomix-packer/SKILL.md) | | Use when packaging a codebase to a single AI-friendly file for LLM analysis — local or remote, XML/Markdown/JSON, token counting, gitignore filtering, peer-side `repomix` CLI. |
|
|
189
|
+
| skill | [`requesting-code-review`](../dist/agent-src/skills/requesting-code-review/SKILL.md) | | Use when asking for a review or creating a PR — self-review first, frame the right context, test plan included — even when the user just says 'open a PR' or 'ready to merge'. |
|
|
190
|
+
| skill | [`retention-loops`](../dist/agent-src/skills/retention-loops/SKILL.md) | | Use when designing product-led retention — habit formation, trigger-action-reward, network vs single-user loops. Triggers on 'why don't users come back', 'design a habit loop'. |
|
|
191
|
+
| skill | [`review-routing`](../dist/agent-src/skills/review-routing/SKILL.md) | | Use when preparing a PR description, suggesting reviewers, or flagging risk — produces owner-mapped roles plus historical bug-pattern matches from project-local YAML. |
|
|
192
|
+
| skill | [`rice-prioritization`](../dist/agent-src/skills/rice-prioritization/SKILL.md) | | Use when ranking competing initiatives for a roadmap, breaking a tie between two features, or auditing a backlog for hidden low-value work via Reach × Impact × Confidence ÷ Effort. |
|
|
193
|
+
| skill | [`risk-officer`](../dist/agent-src/skills/risk-officer/SKILL.md) | | Use when surfacing and prioritising risk before commit — blast-radius framing, mitigations, residual-risk verdict — even if the user just says 'what could go wrong here?'. |
|
|
194
|
+
| skill | [`roadmap-management`](../dist/agent-src/skills/roadmap-management/SKILL.md) | | Use when the user says \"create roadmap\", \"show roadmap\", or \"execute roadmap\". Creates, reads, and manages roadmap files with phase tracking. |
|
|
195
|
+
| skill | [`roadmap-writing`](../dist/agent-src/skills/roadmap-writing/SKILL.md) | | Use when authoring or rewriting a roadmap in agents/roadmaps/ — phase prose, goal sentence, acceptance criteria, council notes — even when the user just says 'write a plan for X' or 'draft a roadmap'. |
|
|
196
|
+
| skill | [`rtk-output-filtering`](../dist/agent-src/skills/rtk-output-filtering/SKILL.md) | | Use when running verbose CLI commands — wraps them with rtk (Rust Token Killer) for 60-90% token savings. Covers installation, configuration, and usage patterns. |
|
|
197
|
+
| skill | [`rule-refactor`](../dist/agent-src/skills/rule-refactor/SKILL.md) | | Use when the rule set is over the Augment budget, when a new rule would breach it, or when asked to audit / merge / prune rules — runs the audit pipeline and proposes a verdict per rule. |
|
|
198
|
+
| skill | [`rule-writing`](../dist/agent-src/skills/rule-writing/SKILL.md) | | Use when creating or editing a rule in src/rules/ — trigger wording, always vs auto classification, size budget — even when the user just says 'add a rule for X'. |
|
|
199
|
+
| skill | [`runway-cognition`](../dist/agent-src/skills/runway-cognition/SKILL.md) | | Use when reasoning about cash runway — burn shape, fundraise triggers, layoff-vs-cut-vs-grow decisions. Triggers on 'how long do we have', 'should we raise', 'cut or grow'. |
|
|
200
|
+
| skill | [`scenario-modeling`](../dist/agent-src/skills/scenario-modeling/SKILL.md) | | Use when constructing base / upside / downside scenarios — three-statement modeling, sensitivity analysis, optionality reasoning. Triggers on 'model the scenarios', 'what if growth halves'. |
|
|
201
|
+
| skill | [`scene-expander`](../dist/agent-src/skills/scene-expander/SKILL.md) | | Use when expanding a one-line idea into the 12-block Cinematic Scene Blueprint — provider-agnostic, includes optional dialogue + ambient. Triggers 'expand this scene', 'blueprint for X'. |
|
|
202
|
+
| skill | [`script-writing`](../dist/agent-src/skills/script-writing/SKILL.md) | | Use when adding or editing any script under `scripts/` — `--quiet` flag, `_lib/script_output` helpers, silent Taskfile wiring, Iron-Law carve-outs — even when you just say 'add a check script for X'. |
|
|
203
|
+
| skill | [`secrets-management`](../dist/agent-src/skills/secrets-management/SKILL.md) | | Use when picking a secrets store, designing rotation, or wiring scanning gates — multi-cloud (Vault, AWS, Azure, GCP), CI, and Kubernetes — decision framework, provider deep-dives externalized. |
|
|
204
|
+
| skill | [`security`](../dist/agent-src/skills/security/SKILL.md) | | Use when applying security best practices — authentication, authorization, CSRF protection, input sanitization, rate limiting, or secure coding — stack-agnostic. |
|
|
205
|
+
| skill | [`security-audit`](../dist/agent-src/skills/security-audit/SKILL.md) | | ONLY when user explicitly requests: security audit, vulnerability scan, or penetration test review. NOT for regular feature work. |
|
|
206
|
+
| skill | [`sentry-integration`](../dist/agent-src/skills/sentry-integration/SKILL.md) | | Use when the user shares a Sentry URL, says \"check Sentry\", or wants to investigate production errors. Uses Sentry MCP tools for deep analysis. |
|
|
207
|
+
| skill | [`sequential-thinking`](../dist/agent-src/skills/sequential-thinking/SKILL.md) | | ONLY when user explicitly requests: step-by-step reasoning, structured problem decomposition, or iterative analysis. NOT for regular coding tasks. |
|
|
208
|
+
| skill | [`skill-improvement-pipeline`](../dist/agent-src/skills/skill-improvement-pipeline/SKILL.md) | | ONLY when user explicitly requests: run the skill improvement pipeline after a learning was detected. Orchestrates capture, classify, create, validate, and apply. |
|
|
209
|
+
| skill | [`skill-management`](../dist/agent-src/skills/skill-management/SKILL.md) | | Use when condensing, decondenseing, refactoring, or improving existing skills. Covers the full skill lifecycle from verbose → sharp → maintained. |
|
|
210
|
+
| skill | [`skill-reviewer`](../dist/agent-src/skills/skill-reviewer/SKILL.md) | | Use when reviewing, auditing, or optimizing skills — validates against the 7 Skill Killers checklist and produces fix recommendations. |
|
|
211
|
+
| skill | [`skill-writing`](../dist/agent-src/skills/skill-writing/SKILL.md) | | Use when deciding 'should this be a skill or a rule?', creating/improving/reviewing agent skills, SKILL.md frontmatter, or procedure sections — even without saying 'skill-writing'. |
|
|
212
|
+
| skill | [`song-to-script`](../dist/agent-src/skills/song-to-script/SKILL.md) | | Turn an audio track into a timed `## Scene N` script: song sections → per-scene durations, auto mode adds mood + lip-sync lines. Triggers 'music video', 'from the song', 'cut to the beat'. |
|
|
213
|
+
| skill | [`sql-writing`](../dist/agent-src/skills/sql-writing/SKILL.md) | | Use when writing raw SQL — MariaDB/MySQL syntax, parameterization, raw migrations, seeders with `DB::statement` — even when the user just pastes a query and asks 'why is this slow' without naming SQL. |
|
|
214
|
+
| skill | [`stakeholder-tradeoff`](../dist/agent-src/skills/stakeholder-tradeoff/SKILL.md) | | Use when stakeholders pull a decision in different directions — frames each lens, builds a trade-off matrix, surfaces the cost of every choice — even if the user just says 'PO and ops disagree'. |
|
|
215
|
+
| skill | [`subagent-orchestration`](../dist/agent-src/skills/subagent-orchestration/SKILL.md) | | Use when orchestrating implementer/judge subagents — seven modes (do-and-judge ±two-stage, do-in-steps/parallel/worktrees, do-competitively, judge-with-debate) — models from .agent-settings.yml. |
|
|
216
|
+
| skill | [`symfony-workflow`](../dist/agent-src/skills/symfony-workflow/SKILL.md) | | Writes Symfony PHP — DI container, bundles, Doctrine, Messenger, Security voters, console commands. For Laravel / Eloquent / Artisan use `laravel`. For framework-free PHP use `php-coder`. |
|
|
217
|
+
| skill | [`systematic-debugging`](../dist/agent-src/skills/systematic-debugging/SKILL.md) | | Use when hitting a bug, test failure, crash, or unexpected behavior — enforces reproduce → isolate → hypothesize → verify before any fix — even when the user just says 'this is broken' or 'quick fix'. |
|
|
218
|
+
| skill | [`tailwind-engineer`](../dist/agent-src/skills/tailwind-engineer/SKILL.md) | | Use when writing or reviewing Tailwind CSS — utility-first, design-token discipline, no inline-style drift, responsive variants, dark mode — even on 'style this' or 'mach das hübsch'. |
|
|
219
|
+
| skill | [`tech-debt-tracker`](../dist/agent-src/skills/tech-debt-tracker/SKILL.md) | | Use when surfacing tech debt as trackable items — interest-vs-principal framing, prioritisation by carrying cost, repayment plan — even if the user just says 'this codebase is a mess'. |
|
|
220
|
+
| skill | [`technical-specification`](../dist/agent-src/skills/technical-specification/SKILL.md) | | Use when the user says \"write a spec\", \"create RFC\", \"write a PRD\", or \"document this decision\". Writes technical specifications, PRDs, RFCs, and ADRs with clear structure. |
|
|
221
|
+
| skill | [`terraform`](../dist/agent-src/skills/terraform/SKILL.md) | | Use when writing Terraform — AWS modules, resources, variables, outputs, remote state — even when the user just says 'provision this infra' or 'add an S3 bucket' without naming Terraform. |
|
|
222
|
+
| skill | [`terragrunt`](../dist/agent-src/skills/terragrunt/SKILL.md) | | Use when working with Terragrunt — DRY multi-env configs, module dependencies, remote state orchestration — even when the user just says 'deploy this to staging and prod' without naming Terragrunt. |
|
|
223
|
+
| skill | [`test-driven-development`](../dist/agent-src/skills/test-driven-development/SKILL.md) | | Use when implementing a feature, fixing a bug, or refactoring — write a failing test first, then the code — even if the user just says 'add this function' or 'fix this bug'. |
|
|
224
|
+
| skill | [`test-performance`](../dist/agent-src/skills/test-performance/SKILL.md) | | Use when optimizing test suite performance — database setup, seeder optimization, parallel testing, CI pipeline efficiency, or RefreshDatabase alternatives. |
|
|
225
|
+
| skill | [`testing-anti-patterns`](../dist/agent-src/skills/testing-anti-patterns/SKILL.md) | | Use BEFORE writing or changing tests, adding mocks, or putting test-only methods on production classes — five Iron Laws and gates against mocking-the-mock, production pollution, silent partial mocks. |
|
|
226
|
+
| skill | [`threat-modeling`](../dist/agent-src/skills/threat-modeling/SKILL.md) | | Use when adding auth, webhooks, uploads, queues, secrets, tenant boundaries, or public endpoints — produces trust boundaries + abuse cases mapped to files, BEFORE implementation. |
|
|
227
|
+
| skill | [`throughput-vs-morale-tradeoff`](../dist/agent-src/skills/throughput-vs-morale-tradeoff/SKILL.md) | | Use when balancing eng-team velocity vs quality vs burnout — on-call load, focus fragmentation, reorg shock. Triggers on 'team is burning out', 'why is velocity dropping'. |
|
|
228
|
+
| skill | [`token-optimizer`](../dist/agent-src/skills/token-optimizer/SKILL.md) | | Use BEFORE any verbose CLI run, large file read, doc conversion, or near-context handoff — single decision tree keyed by intent that cites the canonical token-saving asset. Consult before the action. |
|
|
229
|
+
| skill | [`traefik`](../dist/agent-src/skills/traefik/SKILL.md) | | Use when setting up Traefik as a local reverse proxy — real domains on 127.0.0.1, trusted HTTPS via mkcert, automatic service discovery, and multi-project routing. |
|
|
230
|
+
| skill | [`ui-component-architect`](../dist/agent-src/skills/ui-component-architect/SKILL.md) | | Use when shaping a UI component tree — composition vs inheritance, slot patterns, prop API design, controlled vs uncontrolled, polymorphic — even on 'split this component'. |
|
|
231
|
+
| skill | [`unit-economics-modeling`](../dist/agent-src/skills/unit-economics-modeling/SKILL.md) | | Use when modeling CAC, LTV, payback, contribution margin, or burn-multiple per customer — SaaS, marketplace, or transactional. Triggers on 'are we unit-economic', 'what is our LTV/CAC'. |
|
|
232
|
+
| skill | [`universal-project-analysis`](../dist/agent-src/skills/universal-project-analysis/SKILL.md) | | ONLY when user asks for deep multi-pass codebase audit — orchestrator routing to `project-analysis-core` + framework-specific `project-analysis-*`. Single-pass scan → `project-analyzer`. |
|
|
233
|
+
| skill | [`upstream-contribute`](../dist/agent-src/skills/upstream-contribute/SKILL.md) | | Use when a learning, new skill, rule improvement, or bug fix from a consumer project should be contributed back to the shared agent-config package. |
|
|
234
|
+
| skill | [`using-git-worktrees`](../dist/agent-src/skills/using-git-worktrees/SKILL.md) | | Use when starting parallel work in isolation from the current branch — spawn a git worktree with ignore-safety checks and a clean test baseline — even when the user says 'try this on the side'. |
|
|
235
|
+
| skill | [`validate-feature-fit`](../dist/agent-src/skills/validate-feature-fit/SKILL.md) | | Validate whether a feature request fits the existing codebase — check for duplicates, contradictions, scope creep, and architectural misfit |
|
|
236
|
+
| skill | [`verify-completion-evidence`](../dist/agent-src/skills/verify-completion-evidence/SKILL.md) | | Use when claiming 'done', suggesting a commit, push, or PR — runs the evidence gate so completion claims come from fresh output in this message, not memory or earlier runs. |
|
|
237
|
+
| skill | [`video-director`](../dist/agent-src/skills/video-director/SKILL.md) | | Use when turning a scene idea into the 11-block cinematic prompt for live-action AI video — lens, lighting, blocking, motion, negatives. Triggers 'cinematic prompt', 'film-grade scene'. |
|
|
238
|
+
| skill | [`vision-articulation`](../dist/agent-src/skills/vision-articulation/SKILL.md) | | Use when articulating internal vision — where we're going / why now / why us, founder-mode anchor, distinct from fundraising pitch. Triggers on 'what's our vision', 'why are we doing this'. |
|
|
239
|
+
| skill | [`voc-extract`](../dist/agent-src/skills/voc-extract/SKILL.md) | | Use when extracting Voice-of-Customer themes from existing artefacts — GH issues, PR threads, Sentry patterns. Triggers on 'what are users saying', 'recurring complaints', 'top themes'. |
|
|
240
|
+
| skill | [`voice-and-tone-design`](../dist/agent-src/skills/voice-and-tone-design/SKILL.md) | | Use when shaping brand voice — voice attributes, tone-by-context matrix, consistency review. Triggers on 'define our voice', 'why does our copy sound different on every surface'. |
|
|
237
241
|
|
|
238
242
|
## Rules (78)
|
|
239
243
|
|
|
240
244
|
| kind | name | type | description |
|
|
241
245
|
|---|---|---|---|
|
|
242
|
-
| rule | [`agent-authority`](
|
|
243
|
-
| rule | [`analysis-skill-routing`](
|
|
244
|
-
| rule | [`architecture`](
|
|
245
|
-
| rule | [`artifact-drafting-protocol`](
|
|
246
|
-
| rule | [`artifact-engagement-recording`](
|
|
247
|
-
| rule | [`ask-when-uncertain`](
|
|
248
|
-
| rule | [`augment-edit-discipline`](
|
|
249
|
-
| rule | [`autonomous-execution`](
|
|
250
|
-
| rule | [`cli-output-handling`](
|
|
251
|
-
| rule | [`command-suggestion-policy`](
|
|
252
|
-
| rule | [`commit-conventions`](
|
|
253
|
-
| rule | [`commit-policy`](
|
|
254
|
-
| rule | [`context-hygiene`](
|
|
255
|
-
| rule | [`copilot-routing`](
|
|
256
|
-
| rule | [`devcontainer-routing`](
|
|
257
|
-
| rule | [`direct-answers`](
|
|
258
|
-
| rule | [`docker-commands`](
|
|
259
|
-
| rule | [`domain-adoption-policy`](
|
|
260
|
-
| rule | [`domain-safety-disclaimer`](
|
|
261
|
-
| rule | [`domain-safety-pii`](
|
|
262
|
-
| rule | [`domain-safety-retention`](
|
|
263
|
-
| rule | [`downstream-changes`](
|
|
264
|
-
| rule | [`engineering-safety-floor`](
|
|
265
|
-
| rule | [`external-reference-deep-dive`](
|
|
266
|
-
| rule | [`fast-path-marker-visibility`](
|
|
267
|
-
| rule | [`finance-safety-floor`](
|
|
268
|
-
| rule | [`framework-neutrality-in-generic-skills`](
|
|
269
|
-
| rule | [`git-history-discipline`](
|
|
270
|
-
| rule | [`guidelines`](
|
|
271
|
-
| rule | [`improve-before-implement`](
|
|
272
|
-
| rule | [`invite-challenge`](
|
|
273
|
-
| rule | [`language-and-tone`](
|
|
274
|
-
| rule | [`laravel-routing`](
|
|
275
|
-
| rule | [`laravel-translations`](
|
|
276
|
-
| rule | [`linked-projects-onboarding-gate`](
|
|
277
|
-
| rule | [`low-impact-corpus-privacy-floor`](
|
|
278
|
-
| rule | [`markdown-safe-codeblocks`](
|
|
279
|
-
| rule | [`media-governance-routing`](
|
|
280
|
-
| rule | [`media-sync-ground-truth`](
|
|
281
|
-
| rule | [`minimal-safe-diff`](
|
|
282
|
-
| rule | [`missing-tool-handling`](
|
|
283
|
-
| rule | [`model-recommendation`](
|
|
284
|
-
| rule | [`no-attribution-footers`](
|
|
285
|
-
| rule | [`no-cheap-questions`](
|
|
286
|
-
| rule | [`no-decorative-emojis-in-git-surfaces`](
|
|
287
|
-
| rule | [`no-pr-progress-comments`](
|
|
288
|
-
| rule | [`no-roadmap-references`](
|
|
289
|
-
| rule | [`non-destructive-by-default`](
|
|
290
|
-
| rule | [`onboarding-gate`](
|
|
291
|
-
| rule | [`package-ci-checks`](
|
|
292
|
-
| rule | [`persona-governance`](
|
|
293
|
-
| rule | [`php-coding`](
|
|
294
|
-
| rule | [`preservation-guard`](
|
|
295
|
-
| rule | [`provider-lifecycle-discipline`](
|
|
296
|
-
| rule | [`reviewer-awareness`](
|
|
297
|
-
| rule | [`roadmap-ci-steps-policy`](
|
|
298
|
-
| rule | [`roadmap-progress-sync`](
|
|
299
|
-
| rule | [`role-mode-adherence`](
|
|
300
|
-
| rule | [`rule-type-governance`](
|
|
301
|
-
| rule | [`runtime-safety`](
|
|
302
|
-
| rule | [`scope-control`](
|
|
303
|
-
| rule | [`security-sensitive-stop`](
|
|
304
|
-
| rule | [`size-enforcement`](
|
|
305
|
-
| rule | [`skill-improvement-trigger`](
|
|
306
|
-
| rule | [`skill-quality`](
|
|
307
|
-
| rule | [`slash-command-routing-policy`](
|
|
308
|
-
| rule | [`strategy-safety-floor`](
|
|
309
|
-
| rule | [`symfony-routing`](
|
|
310
|
-
| rule | [`telegraph-speak`](
|
|
311
|
-
| rule | [`think-before-action`](
|
|
312
|
-
| rule | [`token-efficiency`](
|
|
313
|
-
| rule | [`token-optimizer-maintenance`](
|
|
314
|
-
| rule | [`tool-safety`](
|
|
315
|
-
| rule | [`ui-audit-gate`](
|
|
316
|
-
| rule | [`upstream-proposal`](
|
|
317
|
-
| rule | [`user-interaction`](
|
|
318
|
-
| rule | [`user-interrupt-priority`](
|
|
319
|
-
| rule | [`verify-before-complete`](
|
|
246
|
+
| rule | [`agent-authority`](../dist/agent-src/rules/agent-authority.md) | always | Priority Index for the four authority rules — Hard Floor → Permission Gate → Commit Default → Trivial-vs-Blocking; read first, route to canonical rule |
|
|
247
|
+
| rule | [`analysis-skill-routing`](../dist/agent-src/rules/analysis-skill-routing.md) | manual | When choosing an analysis skill, route to the narrowest matching skill instead of defaulting to broad analysis |
|
|
248
|
+
| rule | [`architecture`](../dist/agent-src/rules/architecture.md) | auto | Architecture rules for new files, classes, controllers, modules, or structural decisions about project organization |
|
|
249
|
+
| rule | [`artifact-drafting-protocol`](../dist/agent-src/rules/artifact-drafting-protocol.md) | auto | Creating a new skill/rule/command/guideline or significantly rewriting one — runs mandatory Understand → Research → Draft first |
|
|
250
|
+
| rule | [`artifact-engagement-recording`](../dist/agent-src/rules/artifact-engagement-recording.md) | auto | After a /implement-ticket or /work phase-step or full task — emit one telemetry:record call |
|
|
251
|
+
| rule | [`ask-when-uncertain`](../dist/agent-src/rules/ask-when-uncertain.md) | always | Ask when uncertain — don't guess, assume, or improvise |
|
|
252
|
+
| rule | [`augment-edit-discipline`](../dist/agent-src/rules/augment-edit-discipline.md) | auto | Editing .augment/ or src/ — keep files project-agnostic; sync counts and cross-refs on add/rename/delete |
|
|
253
|
+
| rule | [`autonomous-execution`](../dist/agent-src/rules/autonomous-execution.md) | auto | Whether to ask or act on a workflow step — trivial-vs-blocking, autonomy opt-in, commit default; Hard Floor non-destructive-by-default |
|
|
254
|
+
| rule | [`cli-output-handling`](../dist/agent-src/rules/cli-output-handling.md) | auto | Running verbose CLI output — git, tests, linters, docker, build tools, artisan, npm, composer. Wrap with rtk; tail/grep fallback |
|
|
255
|
+
| rule | [`command-suggestion-policy`](../dist/agent-src/rules/command-suggestion-policy.md) | auto | Prompt without /command matching an eligible slash command — surface matches as numbered options with as-is escape; never auto-executes |
|
|
256
|
+
| rule | [`commit-conventions`](../dist/agent-src/rules/commit-conventions.md) | auto | Git commit format, branch naming, conventional commits, committing, pushing, creating PRs |
|
|
257
|
+
| rule | [`commit-policy`](../dist/agent-src/rules/commit-policy.md) | always | Commit policy — never commit and never ask about committing unless the user said so this turn, the roadmap authorizes it, or a commit command is invoked |
|
|
258
|
+
| rule | [`context-hygiene`](../dist/agent-src/rules/context-hygiene.md) | auto | Debugging, fixing errors, or long conversations — 3-failure stop rule, tool-loop detection, fresh-chat triggers |
|
|
259
|
+
| rule | [`copilot-routing`](../dist/agent-src/rules/copilot-routing.md) | auto | Configuring GitHub Copilot — copilot-instructions.md, PR-review patterns, suggestion behavior — route to copilot-config |
|
|
260
|
+
| rule | [`devcontainer-routing`](../dist/agent-src/rules/devcontainer-routing.md) | auto | Wiring DevContainers/Codespaces — devcontainer.json, images, VS Code features, port forwarding — route to the devcontainer skill |
|
|
261
|
+
| rule | [`direct-answers`](../dist/agent-src/rules/direct-answers.md) | always | Always — direct, unembellished answers. No flattery, no invented facts (verify load-bearing claims, otherwise ask). Emojis only as functional markers. Brevity is the default. |
|
|
262
|
+
| rule | [`docker-commands`](../dist/agent-src/rules/docker-commands.md) | auto | Running PHP inside Docker — artisan, composer, phpstan, rector, ecs, phpunit, tests, migrations, any CLI tool |
|
|
263
|
+
| rule | [`domain-adoption-policy`](../dist/agent-src/rules/domain-adoption-policy.md) | auto | Adopting a new domain track (mobile, ML, blockchain, IoT) — gates import on demand, ownership, CI fit, Sunset compat BEFORE harvest |
|
|
264
|
+
| rule | [`domain-safety-disclaimer`](../dist/agent-src/rules/domain-safety-disclaimer.md) | auto | Advisory content (legal, medical, financial, consulting) — require matching 'not X advice' disclaimer; refuse diagnosis/dosage outright |
|
|
265
|
+
| rule | [`domain-safety-pii`](../dist/agent-src/rules/domain-safety-pii.md) | auto | Drafts, logs, exports touching real customer/candidate data — redact direct IDs, use placeholders, flag re-identification on quasi-IDs |
|
|
266
|
+
| rule | [`domain-safety-retention`](../dist/agent-src/rules/domain-safety-retention.md) | auto | Data retention (finance, support/CRM) — name jurisdiction gap, default to longest floor, honor DSR/audit holds, never delete under inquiry |
|
|
267
|
+
| rule | [`downstream-changes`](../dist/agent-src/rules/downstream-changes.md) | auto | After EVERY code edit, find ALL downstream changes — callers, tests, imports, types, documentation |
|
|
268
|
+
| rule | [`engineering-safety-floor`](../dist/agent-src/rules/engineering-safety-floor.md) | auto | Engineering output touching production, infra, security, data, or external systems — surface blast radius, name rollback path, never autonomous on Hard-Floor triggers |
|
|
269
|
+
| rule | [`external-reference-deep-dive`](../dist/agent-src/rules/external-reference-deep-dive.md) | auto | User names external repo/file/URL/artifact as reference — fetch the actual tree and inspect, never summarize from README or metadata |
|
|
270
|
+
| rule | [`fast-path-marker-visibility`](../dist/agent-src/rules/fast-path-marker-visibility.md) | auto | Low-impact council fast-path dispatch — host MUST surface transparency marker verbatim in reply opening; never paraphrase |
|
|
271
|
+
| rule | [`finance-safety-floor`](../dist/agent-src/rules/finance-safety-floor.md) | auto | Finance-pack output (runway, valuation, DCF, scenario, unit economics, forecasting) — never issue final invest/raise call; mandatory disclosure footer; sensitivity + counter-case required |
|
|
272
|
+
| rule | [`framework-neutrality-in-generic-skills`](../dist/agent-src/rules/framework-neutrality-in-generic-skills.md) | auto | Editing a generic skill/rule/command — block single-stack mandates; use language-agnostic procedures with carve-out pointers |
|
|
273
|
+
| rule | [`git-history-discipline`](../dist/agent-src/rules/git-history-discipline.md) | auto | Git history ops — never rebase/squash/amend without explicit request; once pushed, rewrites must pair with immediate re-push same turn |
|
|
274
|
+
| rule | [`guidelines`](../dist/agent-src/rules/guidelines.md) | manual | Writing or reviewing code — check relevant guideline before writing or reviewing code |
|
|
275
|
+
| rule | [`improve-before-implement`](../dist/agent-src/rules/improve-before-implement.md) | auto | Before implementing features or architectural changes — validate request against existing code, challenge weak requirements, suggest improvements |
|
|
276
|
+
| rule | [`invite-challenge`](../dist/agent-src/rules/invite-challenge.md) | auto | Before executing a complex plan or non-trivial design — ask 'am I solving the right problem?' and pause for user confirmation |
|
|
277
|
+
| rule | [`language-and-tone`](../dist/agent-src/rules/language-and-tone.md) | always | Language and tone — informal German Du, English code comments, .md files always English |
|
|
278
|
+
| rule | [`laravel-routing`](../dist/agent-src/rules/laravel-routing.md) | auto | Writing/reviewing Laravel code — controllers, Eloquent, Artisan, jobs, events, policies — route to laravel skill |
|
|
279
|
+
| rule | [`laravel-translations`](../dist/agent-src/rules/laravel-translations.md) | auto | Laravel language files, translations, i18n, lang/de, lang/en, __() helper, localization |
|
|
280
|
+
| rule | [`linked-projects-onboarding-gate`](../dist/agent-src/rules/linked-projects-onboarding-gate.md) | auto | IDE-attached sibling repo detected — prompt once to opt it into proactive cross-repo awareness, persist local-only, then surface cross-repo impact on relevant changes |
|
|
281
|
+
| rule | [`low-impact-corpus-privacy-floor`](../dist/agent-src/rules/low-impact-corpus-privacy-floor.md) | auto | Writing/editing/upstreaming entries in agents/decisions/low-impact-decisions.md — non-bypassable privacy floor for the learning corpus |
|
|
282
|
+
| rule | [`markdown-safe-codeblocks`](../dist/agent-src/rules/markdown-safe-codeblocks.md) | auto | Generating markdown with code blocks — prevent broken nesting |
|
|
283
|
+
| rule | [`media-governance-routing`](../dist/agent-src/rules/media-governance-routing.md) | auto | Generating AI video/image/voice — surface project-local media policies (likeness, style, public-figures, voice-cloning, disclosure) |
|
|
284
|
+
| rule | [`media-sync-ground-truth`](../dist/agent-src/rules/media-sync-ground-truth.md) | auto | Audio-synced video (lip-sync, beat-cuts, music video) — derive timing + singer from the transcribed real audio, never a planning doc; sign off the vocal map before any paid render |
|
|
285
|
+
| rule | [`minimal-safe-diff`](../dist/agent-src/rules/minimal-safe-diff.md) | auto | Writing or reviewing a diff — smallest change that solves the problem; no drive-by edits, opportunistic refactors, or reformatting |
|
|
286
|
+
| rule | [`missing-tool-handling`](../dist/agent-src/rules/missing-tool-handling.md) | auto | CLI tool needed for the task is not installed — ask before working around it; do NOT install silently |
|
|
287
|
+
| rule | [`model-recommendation`](../dist/agent-src/rules/model-recommendation.md) | auto | Starting a task, switching type, or invoking a skill/command that declares a model_tier — switch (Claude) or suggest (any agent) the right capability tier |
|
|
288
|
+
| rule | [`no-attribution-footers`](../dist/agent-src/rules/no-attribution-footers.md) | auto | Generating PR/issue/comment/commit bodies — forbids 'Generated with', 'Co-authored by', 'Pull Request opened by' attribution footers |
|
|
289
|
+
| rule | [`no-cheap-questions`](../dist/agent-src/rules/no-cheap-questions.md) | always | No cheap questions — never ask what context answers, never offer Iron-Law-violating options, never stage no-trade-off choices; mode-independent (off / auto / on) |
|
|
290
|
+
| rule | [`no-decorative-emojis-in-git-surfaces`](../dist/agent-src/rules/no-decorative-emojis-in-git-surfaces.md) | auto | Generating PR/issue/commit titles or PR/issue comments — forbids decorative emojis; allowed in PR/issue descriptions + commit bodies only when matched by an in-artifact legend |
|
|
291
|
+
| rule | [`no-pr-progress-comments`](../dist/agent-src/rules/no-pr-progress-comments.md) | auto | Posting comments on an open PR — refuses unsolicited progress / status / CI-fix narration unless personal.pr_progress_comments is true |
|
|
292
|
+
| rule | [`no-roadmap-references`](../dist/agent-src/rules/no-roadmap-references.md) | auto | Linking transient files (agents/roadmaps/, agents/runtime/council/*/) from a stable artifact — both layers expire; promote findings |
|
|
293
|
+
| rule | [`non-destructive-by-default`](../dist/agent-src/rules/non-destructive-by-default.md) | always | Hard Floor: agent asks before prod-trunk commits/merges, deploys, pushes, prod data/infra, bulk deletions/infra commits; verify branch before each commit; no autonomy or roadmap bypass |
|
|
294
|
+
| rule | [`onboarding-gate`](../dist/agent-src/rules/onboarding-gate.md) | auto | First turn — if onboarding.onboarded is false in .agent-settings.yml, instruct dev to run `agent-config setup` before any request |
|
|
295
|
+
| rule | [`package-ci-checks`](../dist/agent-src/rules/package-ci-checks.md) | manual | Before pushing to remote or creating a PR in the agent-config package — run all CI checks locally first |
|
|
296
|
+
| rule | [`persona-governance`](../dist/agent-src/rules/persona-governance.md) | auto | Creating/editing/proposing personas — enforce per-domain cap (≤ 2 specialists), ≥ 1 skill citation, deprecation path |
|
|
297
|
+
| rule | [`php-coding`](../dist/agent-src/rules/php-coding.md) | auto | Writing/reviewing PHP — strict types, naming, comparisons, early returns, Eloquent conventions |
|
|
298
|
+
| rule | [`preservation-guard`](../dist/agent-src/rules/preservation-guard.md) | auto | Merging/refactoring/condensing skills, rules, commands, or guidelines — prevent quality loss |
|
|
299
|
+
| rule | [`provider-lifecycle-discipline`](../dist/agent-src/rules/provider-lifecycle-discipline.md) | auto | Editing an AI video/image/audio adapter — declare lifecycle tier (experimental \| stable \| deprecated \| community); never default to non-stable |
|
|
300
|
+
| rule | [`reviewer-awareness`](../dist/agent-src/rules/reviewer-awareness.md) | auto | Suggesting reviewers or flagging risk hotspots — anchor in paths/risk + ownership-map + bug-patterns; medium/high needs primary + secondary |
|
|
301
|
+
| rule | [`roadmap-ci-steps-policy`](../dist/agent-src/rules/roadmap-ci-steps-policy.md) | auto | Authoring or executing roadmaps — forbid task ci / make test / npm run check steps when quality.local_auto_run is false; skip inline |
|
|
302
|
+
| rule | [`roadmap-progress-sync`](../dist/agent-src/rules/roadmap-progress-sync.md) | auto | Any roadmap touch (file move, checkbox flip, phase change) regens dashboard same response; archive at 0 open |
|
|
303
|
+
| rule | [`role-mode-adherence`](../dist/agent-src/rules/role-mode-adherence.md) | auto | When roles.active_role is set — closing outputs must match mode contract and emit structured mode marker |
|
|
304
|
+
| rule | [`rule-type-governance`](../dist/agent-src/rules/rule-type-governance.md) | auto | Creating/editing rules, or auditing rule types — decides when a rule should be always vs auto |
|
|
305
|
+
| rule | [`runtime-safety`](../dist/agent-src/rules/runtime-safety.md) | auto | Skill declares execution metadata — enforce safety constraints for assisted/automated execution types |
|
|
306
|
+
| rule | [`scope-control`](../dist/agent-src/rules/scope-control.md) | always | Scope control — no unsolicited architectural changes, refactors, or library replacements |
|
|
307
|
+
| rule | [`security-sensitive-stop`](../dist/agent-src/rules/security-sensitive-stop.md) | auto | Security-sensitive paths — auth, billing, tenants, secrets, uploads, webhooks, public endpoints — threat-model BEFORE editing |
|
|
308
|
+
| rule | [`size-enforcement`](../dist/agent-src/rules/size-enforcement.md) | manual | Creating or editing rules, skills, commands, guidelines, AGENTS.md, or copilot-instructions.md — enforce size and scope limits |
|
|
309
|
+
| rule | [`skill-improvement-trigger`](../dist/agent-src/rules/skill-improvement-trigger.md) | auto | After a meaningful task — trigger post-task learning capture if pipelines.skill_improvement is enabled |
|
|
310
|
+
| rule | [`skill-quality`](../dist/agent-src/rules/skill-quality.md) | auto | Creating/editing/reviewing skills — minimum quality standard; every skill executable, validated, self-contained |
|
|
311
|
+
| rule | [`slash-command-routing-policy`](../dist/agent-src/rules/slash-command-routing-policy.md) | auto | User types a slash command like /create-pr, /commit, or pastes command file content |
|
|
312
|
+
| rule | [`strategy-safety-floor`](../dist/agent-src/rules/strategy-safety-floor.md) | auto | Founder-strategy output (vision, positioning, competitive moats, market entry, OKR trees, build-vs-buy) — never issue final strategic call; surface trade-offs; human owns the decision |
|
|
313
|
+
| rule | [`symfony-routing`](../dist/agent-src/rules/symfony-routing.md) | auto | Writing/reviewing Symfony — DI, bundles, Doctrine, Messenger, Security voters, console commands — route to symfony-workflow |
|
|
314
|
+
| rule | [`telegraph-speak`](../dist/agent-src/rules/telegraph-speak.md) | auto | When telegraph.speak_scope != off — condense prose to telegraph grammar with carve-outs for numbered options, Iron-Law, code, paths, error markers |
|
|
315
|
+
| rule | [`think-before-action`](../dist/agent-src/rules/think-before-action.md) | auto | Before coding/modifying/debugging — analyze first, verify with real tools, never guess or trial-and-error |
|
|
316
|
+
| rule | [`token-efficiency`](../dist/agent-src/rules/token-efficiency.md) | auto | Running CLI tools, fetching logs, or producing replies — redirect verbose output, minimize tool calls, keep replies concise |
|
|
317
|
+
| rule | [`token-optimizer-maintenance`](../dist/agent-src/rules/token-optimizer-maintenance.md) | auto | Editing a token-optimizer-cited asset (cli-output-handling, rtk-output-filtering, token-efficiency, markitdown) — sync catalog same commit |
|
|
318
|
+
| rule | [`tool-safety`](../dist/agent-src/rules/tool-safety.md) | auto | Skill uses external tools — enforce allowlist, deny-by-default, no hidden credential patterns |
|
|
319
|
+
| rule | [`ui-audit-gate`](../dist/agent-src/rules/ui-audit-gate.md) | auto | Writing/editing UI — components, screens, layouts, design tokens — require existing-ui-audit findings first |
|
|
320
|
+
| rule | [`upstream-proposal`](../dist/agent-src/rules/upstream-proposal.md) | auto | After creating or improving a skill/rule/guideline/command — ask if it should be contributed upstream to the shared package |
|
|
321
|
+
| rule | [`user-interaction`](../dist/agent-src/rules/user-interaction.md) | auto | Asking a question, presenting options, summarizing progress — numbered-options Iron Law, single-recommendation rule, progress indicators |
|
|
322
|
+
| rule | [`user-interrupt-priority`](../dist/agent-src/rules/user-interrupt-priority.md) | always | User interrupts override the current task — STOP, complete new task in full, then ASK before resuming; never silently return to prior work |
|
|
323
|
+
| rule | [`verify-before-complete`](../dist/agent-src/rules/verify-before-complete.md) | always | Verify before completion — run tests and quality tools before claiming done |
|
|
320
324
|
|
|
321
325
|
## Commands (150)
|
|
322
326
|
|
|
323
327
|
| kind | name | cluster | description |
|
|
324
328
|
|---|---|---|---|
|
|
325
|
-
| command | [`agent-handoff`](
|
|
326
|
-
| command | [`agent-status`](
|
|
327
|
-
| command | [`agents`](
|
|
328
|
-
| command | [`agents
|
|
329
|
-
| command | [`agents
|
|
330
|
-
| command | [`agents
|
|
331
|
-
| command | [`agents
|
|
332
|
-
| command | [`agents
|
|
333
|
-
| command | [`agents
|
|
334
|
-
| command | [`agents
|
|
335
|
-
| command | [`agents
|
|
336
|
-
| command | [`agents
|
|
337
|
-
| command | [`analytics`](
|
|
338
|
-
| command | [`analytics
|
|
339
|
-
| command | [`analytics
|
|
340
|
-
| command | [`analyze-reference-repo`](
|
|
341
|
-
| command | [`bug-fix`](
|
|
342
|
-
| command | [`bug-investigate`](
|
|
343
|
-
| command | [`challenge-me`](
|
|
344
|
-
| command | [`challenge-me
|
|
345
|
-
| command | [`challenge-me
|
|
346
|
-
| command | [`chat-history`](
|
|
347
|
-
| command | [`chat-history
|
|
348
|
-
| command | [`chat-history
|
|
349
|
-
| command | [`chat-history
|
|
350
|
-
| command | [`check-current-md`](
|
|
351
|
-
| command | [`commit`](
|
|
352
|
-
| command | [`commit
|
|
353
|
-
| command | [`condense`](
|
|
354
|
-
| command | [`context`](
|
|
355
|
-
| command | [`context
|
|
356
|
-
| command | [`context
|
|
357
|
-
| command | [`cost-report`](
|
|
358
|
-
| command | [`council`](
|
|
359
|
-
| command | [`council
|
|
360
|
-
| command | [`council
|
|
361
|
-
| command | [`council
|
|
362
|
-
| command | [`council
|
|
363
|
-
| command | [`council
|
|
364
|
-
| command | [`council
|
|
365
|
-
| command | [`
|
|
366
|
-
| command | [`
|
|
367
|
-
| command | [`
|
|
368
|
-
| command | [`
|
|
369
|
-
| command | [`
|
|
370
|
-
| command | [`feature`](
|
|
371
|
-
| command | [`feature
|
|
372
|
-
| command | [`feature
|
|
373
|
-
| command | [`feature
|
|
374
|
-
| command | [`
|
|
375
|
-
| command | [`
|
|
376
|
-
| command | [`fix`](
|
|
377
|
-
| command | [`fix
|
|
378
|
-
| command | [`fix
|
|
379
|
-
| command | [`fix
|
|
380
|
-
| command | [`fix
|
|
381
|
-
| command | [`fix
|
|
382
|
-
| command | [`
|
|
383
|
-
| command | [`
|
|
384
|
-
| command | [`ghostwriter`](
|
|
385
|
-
| command | [`ghostwriter
|
|
386
|
-
| command | [`ghostwriter
|
|
387
|
-
| command | [`ghostwriter
|
|
388
|
-
| command | [`
|
|
389
|
-
| command | [`
|
|
390
|
-
| command | [`
|
|
391
|
-
| command | [`image`](
|
|
392
|
-
| command | [`image
|
|
393
|
-
| command | [`
|
|
394
|
-
| command | [`
|
|
395
|
-
| command | [`
|
|
396
|
-
| command | [`
|
|
397
|
-
| command | [`judge`](
|
|
398
|
-
| command | [`judge
|
|
399
|
-
| command | [`
|
|
400
|
-
| command | [`
|
|
401
|
-
| command | [`knowledge`](
|
|
402
|
-
| command | [`knowledge
|
|
403
|
-
| command | [`knowledge
|
|
404
|
-
| command | [`
|
|
405
|
-
| command | [`
|
|
406
|
-
| command | [`memory`](
|
|
407
|
-
| command | [`memory
|
|
408
|
-
| command | [`memory
|
|
409
|
-
| command | [`memory
|
|
410
|
-
| command | [`memory
|
|
411
|
-
| command | [`
|
|
412
|
-
| command | [`
|
|
413
|
-
| command | [`
|
|
414
|
-
| command | [`module`](
|
|
415
|
-
| command | [`
|
|
416
|
-
| command | [`
|
|
417
|
-
| command | [`optimize-
|
|
418
|
-
| command | [`optimize`](
|
|
419
|
-
| command | [`optimize
|
|
420
|
-
| command | [`optimize
|
|
421
|
-
| command | [`
|
|
422
|
-
| command | [`
|
|
423
|
-
| command | [`
|
|
424
|
-
| command | [`override`](
|
|
425
|
-
| command | [`
|
|
426
|
-
| command | [`
|
|
427
|
-
| command | [`
|
|
428
|
-
| command | [`
|
|
429
|
-
| command | [`post-as`](
|
|
430
|
-
| command | [`
|
|
431
|
-
| command | [`
|
|
432
|
-
| command | [`prediction-pool`](
|
|
433
|
-
| command | [`prepare-for-review`](
|
|
434
|
-
| command | [`profile`](
|
|
435
|
-
| command | [`profile
|
|
436
|
-
| command | [`profile
|
|
437
|
-
| command | [`profile
|
|
438
|
-
| command | [`project-analyze`](
|
|
439
|
-
| command | [`project-health`](
|
|
440
|
-
| command | [`quality-fix`](
|
|
441
|
-
| command | [`refine-ticket`](
|
|
442
|
-
| command | [`research`](
|
|
443
|
-
| command | [`research
|
|
444
|
-
| command | [`research
|
|
445
|
-
| command | [`review-changes`](
|
|
446
|
-
| command | [`review-routing`](
|
|
447
|
-
| command | [`roadmap`](
|
|
448
|
-
| command | [`roadmap
|
|
449
|
-
| command | [`roadmap
|
|
450
|
-
| command | [`roadmap
|
|
451
|
-
| command | [`roadmap
|
|
452
|
-
| command | [`roadmap
|
|
453
|
-
| command | [`rule-compliance-audit`](
|
|
454
|
-
| command | [`set-cost-profile`](
|
|
455
|
-
| command | [`skill`](
|
|
456
|
-
| command | [`skill
|
|
457
|
-
| command | [`skills`](
|
|
458
|
-
| command | [`skills
|
|
459
|
-
| command | [`sync-agent-settings`](
|
|
460
|
-
| command | [`sync-gitignore`](
|
|
461
|
-
| command | [`sync-gitignore
|
|
462
|
-
| command | [`tests`](
|
|
463
|
-
| command | [`tests
|
|
464
|
-
| command | [`tests
|
|
465
|
-
| command | [`threat-model`](
|
|
466
|
-
| command | [`update-form-request-messages`](
|
|
467
|
-
| command | [`upstream-contribute`](
|
|
468
|
-
| command | [`video`](
|
|
469
|
-
| command | [`video
|
|
470
|
-
| command | [`video
|
|
471
|
-
| command | [`video
|
|
472
|
-
| command | [`video
|
|
473
|
-
| command | [`video
|
|
474
|
-
| command | [`work`](
|
|
329
|
+
| command | [`agent-handoff`](../dist/agent-src/commands/agent-handoff.md) | | Generate a context summary for continuing work in a fresh chat. Replaces the session system. |
|
|
330
|
+
| command | [`agent-status`](../dist/agent-src/commands/agent-status.md) | | Show current conversation stats — message count, token costs, task progress, next freshness check. |
|
|
331
|
+
| command | [`agents`](../dist/agent-src/commands/agents.md) | cluster: agents | Agent-layer orchestrator — routes to init, optimize, audit. Covers AGENTS.md and its multi-tool stubs (CLAUDE.md, GEMINI.md, copilot-instructions.md, .cursorrules). |
|
|
332
|
+
| command | [`agents-audit`](../dist/agent-src/commands/agents/audit.md) | cluster: agents | Audit agent infrastructure — token overhead, rule triggers, AGENTS.md health, Capability-over-Structure adherence, stale references. Read-only, suggest-only, never auto-apply. |
|
|
333
|
+
| command | [`agents-init`](../dist/agent-src/commands/agents/init.md) | cluster: agents | Initialize the agent layer for a consumer project — creates AGENTS.md and .github/copilot-instructions.md from package templates, auto-detects stack, never leaks other projects' identifiers. |
|
|
334
|
+
| command | [`agents-optimize`](../dist/agent-src/commands/agents/optimize.md) | cluster: agents | Refactor AGENTS.md to the Thin-Root contract (caps, pointer ratio, capability bullets, emergency-triage) and propagate to tool stubs. Suggest only, never auto-apply. |
|
|
335
|
+
| command | [`agents-user`](../dist/agent-src/commands/agents/user.md) | cluster: agents | User-persona file (.agent-user.md) — interview, render, and maintain who the user is and how they want to be addressed. |
|
|
336
|
+
| command | [`agents-user-accept`](../dist/agent-src/commands/agents/user/accept.md) | cluster: agents | Apply a buffered observation to .agent-user.md after explicit user confirmation; bumps last_updated and drops the applied observations from the buffer. |
|
|
337
|
+
| command | [`agents-user-init`](../dist/agent-src/commands/agents/user/init.md) | cluster: agents | Interactive interview that creates the project-root .agent-user.md from the locked v1 schema (name, language, role, style, voice_sample). |
|
|
338
|
+
| command | [`agents-user-review`](../dist/agent-src/commands/agents/user/review.md) | cluster: agents | List buffered observations from .agent-user.observations.jsonl with numbered options to inspect or accept individually. |
|
|
339
|
+
| command | [`agents-user-show`](../dist/agent-src/commands/agents/user/show.md) | cluster: agents | Read-only render of .agent-user.md — prints the persona summary the host agent loads at session start. |
|
|
340
|
+
| command | [`agents-user-update`](../dist/agent-src/commands/agents/user/update.md) | cluster: agents | Open .agent-user.md in the user's IDE for manual edit; validates schema and 100-line cap on save. |
|
|
341
|
+
| command | [`analytics`](../dist/agent-src/commands/analytics.md) | cluster: analytics | Analytics orchestrator — routes to show, prune. Local-only workspace event log under `~/.event4u/agent-config/workspace/analytics/`. |
|
|
342
|
+
| command | [`analytics-prune`](../dist/agent-src/commands/analytics/prune.md) | cluster: analytics | Drop events older than the 90-day retention window from the local analytics log. Atomic and idempotent. |
|
|
343
|
+
| command | [`analytics-show`](../dist/agent-src/commands/analytics/show.md) | cluster: analytics | Render top prompts, launcher → completion rate per role, average session length, and knowledge-source usage from the local analytics log. |
|
|
344
|
+
| command | [`analyze-reference-repo`](../dist/agent-src/commands/analyze-reference-repo.md) | | Analyze an external reference repository (competitor, inspiration, peer) and produce a structured comparison + adoption plan for this project. |
|
|
345
|
+
| command | [`bug-fix`](../dist/agent-src/commands/bug-fix.md) | | Plan and implement a bug fix — based on investigation, with quality checks and test verification |
|
|
346
|
+
| command | [`bug-investigate`](../dist/agent-src/commands/bug-investigate.md) | | Investigate a bug — auto-detect ticket from branch, gather Jira/Sentry/description context, trace root cause |
|
|
347
|
+
| command | [`challenge-me`](../dist/agent-src/commands/challenge-me.md) | cluster: challenge-me | Challenge-me orchestrator — routes to vision, with-docs |
|
|
348
|
+
| command | [`challenge-me-vision`](../dist/agent-src/commands/challenge-me/vision.md) | cluster: challenge-me | Stress-test a plan or idea by one-question-at-a-time interview until 95% confidence — emits a copyable Markdown vision pitch for tickets, roadmaps, or fresh-chat handoff. |
|
|
349
|
+
| command | [`challenge-me-with-docs`](../dist/agent-src/commands/challenge-me/with-docs.md) | cluster: challenge-me | Doc-aware /challenge-me — 95%-confidence interview with session glossary vs CONTEXT.md, load-bearing claim-vs-code verification, optional CONTEXT.md patch + ADR candidates in the pitch. |
|
|
350
|
+
| command | [`chat-history`](../dist/agent-src/commands/chat-history.md) | cluster: chat-history | Chat-history orchestrator — routes to show, import, learn |
|
|
351
|
+
| command | [`chat-history-import`](../dist/agent-src/commands/chat-history/import.md) | cluster: chat-history | Surface prior chat-history sessions as a numbered table, let the user pick one, read it silently, and emit a short summary plus a resume offer — selective, user-driven cross-session import |
|
|
352
|
+
| command | [`chat-history-learn`](../dist/agent-src/commands/chat-history/learn.md) | cluster: chat-history | Pick a prior chat-history session and mine it for project-improving learnings — runs learning-to-rule-or-skill on the picked session, drafts proposal(s) under agents/proposals/ |
|
|
353
|
+
| command | [`chat-history-show`](../dist/agent-src/commands/chat-history/show.md) | cluster: chat-history | Show the status of the persistent chat-history log — file size, entry count, header fingerprint, age, and the last few entries |
|
|
354
|
+
| command | [`check-current-md`](../dist/agent-src/commands/check-current-md.md) | | Check the open .md file (or a passed path) for German outside DE:/EN: anchor blocks — umlauts, function words, untranslated quotes. Reports and offers fixes. |
|
|
355
|
+
| command | [`git-commit`](../dist/agent-src/commands/commit.md) | cluster: git-commit | Stage and commit all uncommitted changes — splits into logical commits following Conventional Commits |
|
|
356
|
+
| command | [`git-commit-in-chunks`](../dist/agent-src/commands/commit/in-chunks.md) | cluster: git-commit | Stage and commit all uncommitted changes in logical chunks WITHOUT confirmation — sibling of /commit for autonomous flows |
|
|
357
|
+
| command | [`condense`](../dist/agent-src/commands/condense.md) | | Condense .md files from src/ into telegraph format and write to dist/agent-src/ |
|
|
358
|
+
| command | [`context`](../dist/agent-src/commands/context.md) | cluster: context | Context orchestrator — routes to create, refactor |
|
|
359
|
+
| command | [`context-create`](../dist/agent-src/commands/context/create.md) | cluster: context | Analyze a codebase area and create a structured context document |
|
|
360
|
+
| command | [`context-refactor`](../dist/agent-src/commands/context/refactor.md) | cluster: context | Analyze, update, and extend an existing context document |
|
|
361
|
+
| command | [`cost-report`](../dist/agent-src/commands/cost-report.md) | | Capture token cost from the active Claude Code session, append to the local sessions store, and surface the 50/75/90/100% budget alert ladder with cost-profile suggestions. |
|
|
362
|
+
| command | [`council`](../dist/agent-src/commands/council.md) | cluster: council | Council orchestrator — routes to default, pr, design, optimize, analysis, debate |
|
|
363
|
+
| command | [`council-analysis`](../dist/agent-src/commands/council/analysis.md) | cluster: council | Run the council on a local analysis output (project-analyze, audit script, codebase scan) — critiques the analysis itself for dedup, evidence quality, and roadmap-readiness. |
|
|
364
|
+
| command | [`council-debate`](../dist/agent-src/commands/council/debate.md) | cluster: council | Multi-round council debate with progressive cost disclosure — each member produces a position, then rebuts the strongest opposing position in subsequent rounds. User confirms spend between rounds. |
|
|
365
|
+
| command | [`council-default`](../dist/agent-src/commands/council/default.md) | cluster: council | Default council lens — neutral framing, redacted context, advisory output only. Run `/council default <input>` for prompt/roadmap/diff/files; the cluster shows a menu when invoked bare. |
|
|
366
|
+
| command | [`council-design`](../dist/agent-src/commands/council/design.md) | cluster: council | Run the council on a design document, ADR, or architecture proposal — surfaces hidden coupling, missing rollback, and sequencing risk before commitment. |
|
|
367
|
+
| command | [`council-optimize`](../dist/agent-src/commands/council/optimize.md) | cluster: council | Run the council on an optimization target — perf hot path, memory pattern, query, or an /optimize-* output — for ranked, evidence-based suggestions instead of generic advice. |
|
|
368
|
+
| command | [`council-pr`](../dist/agent-src/commands/council/pr.md) | cluster: council | Pull a GitHub PR via gh CLI and run the council on the diff with a PR-specific neutrality preamble — read-only by default; comment posting is opt-in. |
|
|
369
|
+
| command | [`e2e-heal`](../dist/agent-src/commands/e2e-heal.md) | | Find, debug, and fix failing Playwright E2E tests |
|
|
370
|
+
| command | [`e2e-plan`](../dist/agent-src/commands/e2e-plan.md) | | Explore the application and create a structured E2E test plan in Markdown |
|
|
371
|
+
| command | [`estimate-ticket`](../dist/agent-src/commands/estimate-ticket.md) | | Estimate a Jira/Linear ticket before sprint planning — size + risk + split recommendation + uncertainty, sibling to /refine-ticket, ends with a close-prompt |
|
|
372
|
+
| command | [`feature`](../dist/agent-src/commands/feature.md) | cluster: feature | Feature orchestrator — routes to explore, plan, refactor, roadmap, dev |
|
|
373
|
+
| command | [`feature-dev`](../dist/agent-src/commands/feature/dev.md) | cluster: feature | Full 7-phase feature development workflow for complex features. |
|
|
374
|
+
| command | [`feature-explore`](../dist/agent-src/commands/feature/explore.md) | cluster: feature | Brainstorm and explore a feature idea before committing to a full plan |
|
|
375
|
+
| command | [`feature-plan`](../dist/agent-src/commands/feature/plan.md) | cluster: feature | Interactively plan a feature — research, discuss, and create a structured feature document |
|
|
376
|
+
| command | [`feature-refactor`](../dist/agent-src/commands/feature/refactor.md) | cluster: feature | Refine and update an existing feature plan through interactive discussion |
|
|
377
|
+
| command | [`feature-roadmap`](../dist/agent-src/commands/feature/roadmap.md) | cluster: feature | Generate implementation roadmap(s) from a feature plan and link them |
|
|
378
|
+
| command | [`fix`](../dist/agent-src/commands/fix.md) | cluster: fix | Fix orchestrator — routes to ci, references, portability, seeder, pr-comments, pr-bot-comments, pr-developer-comments |
|
|
379
|
+
| command | [`fix-ci`](../dist/agent-src/commands/fix/ci.md) | cluster: fix | Fetch CI errors from GitHub Actions and fix them |
|
|
380
|
+
| command | [`fix-portability`](../dist/agent-src/commands/fix/portability.md) | cluster: fix | Find and fix project-specific references in shared .augment/ package files |
|
|
381
|
+
| command | [`fix-pr-bot-comments`](../dist/agent-src/commands/fix/pr-bot-comments.md) | cluster: fix | Fix and reply to bot review comments (Copilot, Augment, Greptile, etc.) on a GitHub PR |
|
|
382
|
+
| command | [`fix-pr-comments`](../dist/agent-src/commands/fix/pr-comments.md) | cluster: fix | Fix and reply to all open review comments (bots + human reviewers) on a GitHub PR |
|
|
383
|
+
| command | [`fix-pr-developer-comments`](../dist/agent-src/commands/fix/pr-developer-comments.md) | cluster: fix | Fix and reply to human reviewer comments on a GitHub PR |
|
|
384
|
+
| command | [`fix-refs`](../dist/agent-src/commands/fix/refs.md) | cluster: fix | Find and fix broken cross-references in .augment/ and agents/ files |
|
|
385
|
+
| command | [`fix-seeder`](../dist/agent-src/commands/fix/seeder.md) | cluster: fix | Scan seeder data files for broken foreign key references — find constants used without getReference() and fix them |
|
|
386
|
+
| command | [`ghostwriter`](../dist/agent-src/commands/ghostwriter.md) | cluster: ghostwriter | Ghostwriter cluster — fetch, write, list, show, and delete public-figure voice profiles (the third voice primitive alongside personas/ and .agent-user.md). |
|
|
387
|
+
| command | [`ghostwriter-delete`](../dist/agent-src/commands/ghostwriter/delete.md) | cluster: ghostwriter | Hard-delete a ghostwriter profile at agents/reference/ghostwriter/<slug>.md after a two-step confirmation. No backup, no soft delete — the file is gone after acceptance. |
|
|
388
|
+
| command | [`ghostwriter-fetch`](../dist/agent-src/commands/ghostwriter/fetch.md) | cluster: ghostwriter | Build or refresh a public-figure voice profile under agents/reference/ghostwriter/ from a URL or bare name; runs the public-figure attestation gate; delegates web-fetch/web-search to host. |
|
|
389
|
+
| command | [`ghostwriter-list`](../dist/agent-src/commands/ghostwriter/list.md) | cluster: ghostwriter | List captured ghostwriter profiles under agents/reference/ghostwriter/ as a numbered table with confidence, last-fetched, and stale-warning flags. Read-only. |
|
|
390
|
+
| command | [`ghostwriter-show`](../dist/agent-src/commands/ghostwriter/show.md) | cluster: ghostwriter | Render a single ghostwriter profile in full — identity, style fingerprint, voice samples, taboos, source URLs. Read-only. |
|
|
391
|
+
| command | [`ghostwriter-write`](../dist/agent-src/commands/ghostwriter/write.md) | cluster: ghostwriter | Draft a markdown post in the voice of a captured public-figure ghostwriter profile; appends the mandatory non-removable disclosure footer. |
|
|
392
|
+
| command | [`grill-me`](../dist/agent-src/commands/grill-me.md) | cluster: challenge-me | Alias for /challenge-me — interactive grill-style interview that sharpens a fuzzy plan/idea into a copyable Markdown pitch |
|
|
393
|
+
| command | [`image`](../dist/agent-src/commands/image.md) | cluster: image | Character-image fidelity orchestrator — analyse, create, and verify a character image against its canon. Routes to analyse, create, verify. |
|
|
394
|
+
| command | [`image-analyse`](../dist/agent-src/commands/image/analyse.md) | cluster: image | Analyse a character image down to the smallest mole and diff it against a canon — per-feature spec, OCR tattoo text, severity-ranked drift report. |
|
|
395
|
+
| command | [`image-create`](../dist/agent-src/commands/image/create.md) | cluster: image | Generate a character image to spec — assemble a max-fidelity, anchors-first prompt from a Canon Spec; governance- and provider-gated, dry-run by default. |
|
|
396
|
+
| command | [`image-verify`](../dist/agent-src/commands/image/verify.md) | cluster: image | Verify a candidate render against its canon — run the analyser in loop mode, emit the gate verdict + remaining diff, halt-and-surface on non-pass. |
|
|
397
|
+
| command | [`implement-ticket`](../dist/agent-src/commands/implement-ticket.md) | | Drive a ticket end-to-end through refine → memory → analyze → plan → implement → test → verify → report — Option-A loop over the `work_engine` Python engine, block-on-ambiguity, no auto-git. |
|
|
398
|
+
| command | [`jira-ticket`](../dist/agent-src/commands/jira-ticket.md) | | Read Jira ticket from branch name, analyze linked Sentry issues, implement feature or fix bug |
|
|
399
|
+
| command | [`judge`](../dist/agent-src/commands/judge.md) | cluster: judge | Judge orchestrator — routes to solo, steps, on-diff |
|
|
400
|
+
| command | [`judge-on-diff`](../dist/agent-src/commands/judge/on-diff.md) | cluster: judge | Run a single change through an implementer→judge loop with a two-revision ceiling, then hand back to the user |
|
|
401
|
+
| command | [`judge-solo`](../dist/agent-src/commands/judge/solo.md) | cluster: judge | Run a standalone judge on an existing diff or code change — no implementer, no revision loop, verdict only |
|
|
402
|
+
| command | [`judge-steps`](../dist/agent-src/commands/judge/steps.md) | cluster: judge | Execute an ordered plan step by step with a judge gate between steps — stops on first failed verdict |
|
|
403
|
+
| command | [`knowledge`](../dist/agent-src/commands/knowledge.md) | cluster: knowledge | Knowledge orchestrator — routes to ingest, list, forget. Local-only file ingestion into the agent memory namespace. |
|
|
404
|
+
| command | [`knowledge-cross-repo`](../dist/agent-src/commands/knowledge/cross-repo.md) | cluster: knowledge | Targeted, read-only retrieval over opted-in linked-project siblings (ADR-032 Option A). Pulls a shared type / API contract / config without bulk-including sibling files. |
|
|
405
|
+
| command | [`knowledge-forget`](../dist/agent-src/commands/knowledge/forget.md) | cluster: knowledge | Drop a knowledge ingest from `agents/memory/knowledge/` by id prefix. Atomic, no partial state. Pinning protects from LRU eviction, not from explicit forget — pinned ingests are dropped the same. |
|
|
406
|
+
| command | [`knowledge-ingest`](../dist/agent-src/commands/knowledge/ingest.md) | cluster: knowledge | Walk a local path (folder, .zip, single file), redact PII + secrets, chunk to 2 KB markdown, and persist into the agent memory namespace under `knowledge/<ingest-id>/`. |
|
|
407
|
+
| command | [`knowledge-list`](../dist/agent-src/commands/knowledge/list.md) | cluster: knowledge | List existing knowledge ingests in `agents/memory/knowledge/` (table or JSON); pin / unpin by id prefix to control LRU eviction. |
|
|
408
|
+
| command | [`memory`](../dist/agent-src/commands/memory.md) | cluster: memory | Memory orchestrator — routes to add, load, mine-session, promote, propose |
|
|
409
|
+
| command | [`memory-add`](../dist/agent-src/commands/memory/add.md) | cluster: memory | Interactively add a validated entry to an engineering-memory file (domain-invariants, architecture-decisions, incident-learnings, product-rules) |
|
|
410
|
+
| command | [`memory-learn-low-impact`](../dist/agent-src/commands/memory/learn-low-impact.md) | cluster: memory | Preview validated low-impact entries that would be upstreamed to the package seed (default `--preview`); `--apply` opens a draft PR via `upstream-contribute` after re-redaction. |
|
|
411
|
+
| command | [`memory-load`](../dist/agent-src/commands/memory/load.md) | cluster: memory | Load ALL curated entries of a given memory type into the current context — opt-in full load for deep analysis, never auto-triggered |
|
|
412
|
+
| command | [`memory-mine-session`](../dist/agent-src/commands/memory/mine-session.md) | cluster: memory | Mine the active session transcript for memory signals (corrections, preferences, decisions, recurring patterns) — preview-by-default, opt-in transcript access, host-agnostic via TranscriptAdapter. |
|
|
413
|
+
| command | [`memory-promote`](../dist/agent-src/commands/memory/promote.md) | cluster: memory | Promote an intake signal (or provisional proposal) into a curated memory entry — opens a PR and runs the admission gate. |
|
|
414
|
+
| command | [`memory-propose`](../dist/agent-src/commands/memory/propose.md) | cluster: memory | Append a provisional memory signal to the intake stream — the universal fallback for any producer (human or agent) to record a finding without committing to a curated entry. |
|
|
415
|
+
| command | [`mode`](../dist/agent-src/commands/mode.md) | | Set the active role mode — prints the contract, lists default skills, and refuses work outside the contract (see role-contracts) |
|
|
416
|
+
| command | [`module`](../dist/agent-src/commands/module.md) | cluster: module | Module orchestrator — routes to create, explore |
|
|
417
|
+
| command | [`module-create`](../dist/agent-src/commands/module/create.md) | cluster: module | Create a new module from .module-template with interactive setup |
|
|
418
|
+
| command | [`module-explore`](../dist/agent-src/commands/module/explore.md) | cluster: module | Explore a module — load its structure, docs, and context into the current conversation |
|
|
419
|
+
| command | [`optimize-prompt`](../dist/agent-src/commands/optimize-prompt.md) | cluster: optimize | Optimize a raw prompt for ChatGPT, Claude, Gemini, or another AI via the 4-D methodology — BASIC vs DETAIL auto-detect, one clarifying question per turn, returns the polished prompt. |
|
|
420
|
+
| command | [`optimize`](../dist/agent-src/commands/optimize.md) | cluster: optimize | Optimize orchestrator — routes to skills, agents-dir, augmentignore, rtk-filters |
|
|
421
|
+
| command | [`optimize-agents-dir`](../dist/agent-src/commands/optimize/agents-dir.md) | cluster: optimize | Manage the agents/ directory — scaffold, folder-audit, fix. Single command with three modes (--scaffold / --audit / --fix); default = interactive wizard. |
|
|
422
|
+
| command | [`optimize-augmentignore`](../dist/agent-src/commands/optimize/augmentignore.md) | cluster: optimize | Creates or updates .augmentignore based on the project's actual tech stack, large files, generated artifacts, and irrelevant agent skills/rules. |
|
|
423
|
+
| command | [`optimize-rtk`](../dist/agent-src/commands/optimize/rtk.md) | cluster: optimize | Create or optimize project-local rtk filters based on the actual toolchain |
|
|
424
|
+
| command | [`optimize-skills`](../dist/agent-src/commands/optimize/skills.md) | cluster: optimize | Audits skills — measures baseline, finds duplicates/merge candidates, runs linter. Suggest only, never auto-apply. |
|
|
425
|
+
| command | [`orchestrate`](../dist/agent-src/commands/orchestrate.md) | cluster: orchestrate | Run a YAML pipeline defined under `.agent-config/orchestrations/` — chains personas / skills / commands / sub-agents per the orchestration-dsl-v1 contract |
|
|
426
|
+
| command | [`override`](../dist/agent-src/commands/override.md) | cluster: override | Override orchestrator — routes to create, manage |
|
|
427
|
+
| command | [`override-create`](../dist/agent-src/commands/override/create.md) | cluster: override | Creates a project-level override for a shared skill, rule, or command. |
|
|
428
|
+
| command | [`override-manage`](../dist/agent-src/commands/override/manage.md) | cluster: override | Reviews, updates, and refactors existing project-level overrides. |
|
|
429
|
+
| command | [`package-reset`](../dist/agent-src/commands/package-reset.md) | | /package-reset |
|
|
430
|
+
| command | [`package-test`](../dist/agent-src/commands/package-test.md) | | /package-test |
|
|
431
|
+
| command | [`post-as`](../dist/agent-src/commands/post-as.md) | cluster: post-as | Consumer-facing write entry points — :me drafts in the maintainer's own voice from .agent-user.md (no disclosure); :ghostwriter is a thin alias for /ghostwriter:write (mandatory disclosure footer). |
|
|
432
|
+
| command | [`post-as-ghostwriter`](../dist/agent-src/commands/post-as/ghostwriter.md) | cluster: post-as | Thin alias for /ghostwriter:write — drafts a copyable markdown post in a captured public-figure voice with the mandatory non-removable disclosure footer. |
|
|
433
|
+
| command | [`post-as-me`](../dist/agent-src/commands/post-as/me.md) | cluster: post-as | Draft a copyable markdown post in the maintainer's own voice (style source = .agent-user.md.voice_sample). No disclosure footer — the user is the author. |
|
|
434
|
+
| command | [`git-pr-create`](../dist/agent-src/commands/pr/create.md) | cluster: git-pr-create | Create a GitHub PR with structured description from Jira ticket and code changes |
|
|
435
|
+
| command | [`git-pr-create-description-only`](../dist/agent-src/commands/pr/create/description-only.md) | cluster: git-pr-create | Generate a PR description as a copyable markdown block — used standalone or by create-pr |
|
|
436
|
+
| command | [`prediction-pool`](../dist/agent-src/commands/prediction-pool.md) | | Fill a prediction pool (kicktipp, football/basketball WM): optimize expected points under the rules, enter tips via Playwright. Triggers 'Tippspiel', 'kicktipp', 'predict the pool'. |
|
|
437
|
+
| command | [`prepare-for-review`](../dist/agent-src/commands/prepare-for-review.md) | | Prepare a PR branch for local review — updates main and merges the full branch chain so the branch is up to date |
|
|
438
|
+
| command | [`profile`](../dist/agent-src/commands/profile.md) | cluster: profile | Session-profile orchestrator — activate / deactivate / show the active packs for this session (recommendation-bias surface filter, no persistence) |
|
|
439
|
+
| command | [`profile-activate`](../dist/agent-src/commands/profile/activate.md) | cluster: profile | Activate a session profile — surface only the named profile/pack closure plus core artefacts, no persistence |
|
|
440
|
+
| command | [`profile-deactivate`](../dist/agent-src/commands/profile/deactivate.md) | cluster: profile | Deactivate the session profile — clear the overlay (or drop named packs) so the full surface returns |
|
|
441
|
+
| command | [`profile-show`](../dist/agent-src/commands/profile/show.md) | cluster: profile | Show the active session profile — active packs and surfaced/hidden command+skill counts (observability surface) |
|
|
442
|
+
| command | [`project-analyze`](../dist/agent-src/commands/project-analyze.md) | | Full project analysis — detect stack, inventory modules, audit docs, create missing contexts |
|
|
443
|
+
| command | [`project-health`](../dist/agent-src/commands/project-health.md) | | Quick project health check — show status of docs, modules, contexts, and roadmaps without creating anything |
|
|
444
|
+
| command | [`quality-fix`](../dist/agent-src/commands/quality-fix.md) | | Run quality pipeline (PHP and/or JS/TS) and fix all errors — auto-detects language from changed files |
|
|
445
|
+
| command | [`refine-ticket`](../dist/agent-src/commands/refine-ticket.md) | | Refine a Jira/Linear ticket before planning — rewritten ticket + Top-5 risks + persona voices, orchestrates validate-feature-fit and threat-modeling, ends with a close-prompt |
|
|
446
|
+
| command | [`research`](../dist/agent-src/commands/research.md) | cluster: research | Preliminary research scaffolder — pick objects, define fields, emit `outline.yaml` + `fields.yaml` for downstream deep research. Use for surveys, benchmarks, tech selection, competitive scans. |
|
|
447
|
+
| command | [`research-deep`](../dist/agent-src/commands/research/deep.md) | cluster: research | Read `outline.yaml`, research each item in batches, write per-item JSON validated against the project-local research-schema. No Python runtime, no `~/.claude/` paths. |
|
|
448
|
+
| command | [`research-report`](../dist/agent-src/commands/research/report.md) | cluster: research | Summarise per-item JSON results from `/research:deep` into `report.md`. Agent renders directly + emits an optional `jq` template for deterministic regeneration. No Python runtime. |
|
|
449
|
+
| command | [`review-changes`](../dist/agent-src/commands/review-changes.md) | | Self-review local changes before creating a PR — dispatches to five specialized judges (bug, security, tests, quality, architecture) and consolidates verdicts |
|
|
450
|
+
| command | [`review-routing`](../dist/agent-src/commands/review-routing.md) | | Compute reviewer roles and matched historical bug patterns for the current diff, using project-local ownership-map.yml and historical-bug-patterns.yml |
|
|
451
|
+
| command | [`roadmap`](../dist/agent-src/commands/roadmap.md) | cluster: roadmap | Roadmap orchestrator — routes to create (authoring) and process-step / process-phase / process-full (autonomous execution). |
|
|
452
|
+
| command | [`roadmap-ai-council`](../dist/agent-src/commands/roadmap/ai-council.md) | cluster: roadmap | Challenge a roadmap with the AI council (deep tier) and refactor from convergence findings. Wraps `/council default` pinned to `--input-mode roadmap --depth deep`; patches surface as numbered options. |
|
|
453
|
+
| command | [`roadmap-create`](../dist/agent-src/commands/roadmap/create.md) | cluster: roadmap | Interactively create a new roadmap file in agents/roadmaps/ |
|
|
454
|
+
| command | [`roadmap-process-full`](../dist/agent-src/commands/roadmap/process-full.md) | cluster: roadmap | Autonomously process every open step across every phase of a roadmap until the file is fully closed. Largest execution scope of the /roadmap cluster — runs continuously across phase boundaries. |
|
|
455
|
+
| command | [`roadmap-process-phase`](../dist/agent-src/commands/roadmap/process-phase.md) | cluster: roadmap | Autonomously process every open step in the next or current phase of a roadmap, then stop. Default execution scope of the /roadmap cluster. |
|
|
456
|
+
| command | [`roadmap-process-step`](../dist/agent-src/commands/roadmap/process-step.md) | cluster: roadmap | Autonomously process the single next open step of a roadmap and stop. Smallest execution scope of the /roadmap cluster — one step in, one step out. |
|
|
457
|
+
| command | [`rule-compliance-audit`](../dist/agent-src/commands/rule-compliance-audit.md) | | Audit rule trigger quality, simulate activation, detect overlaps, and find never-activating rules |
|
|
458
|
+
| command | [`set-cost-profile`](../dist/agent-src/commands/set-cost-profile.md) | | Change the rule_loading_tier in .agent-settings.yml — shows each profile's meaning and applies the selection |
|
|
459
|
+
| command | [`skill`](../dist/agent-src/commands/skill.md) | cluster: skill | Single-skill orchestrator — routes to preview. Non-destructive "what will this skill do?" before you run it. |
|
|
460
|
+
| command | [`skill-preview`](../dist/agent-src/commands/skill/preview.md) | cluster: skill | Non-destructive preview of a skill — its declared steps, execution type, allowed tools, and file/command targets — before you run it. Read-only, no execution. |
|
|
461
|
+
| command | [`skills`](../dist/agent-src/commands/skills.md) | cluster: skills | Skill discovery orchestrator — routes to discover. Local, explained skill recommendations over the catalog + role shortlists + optional local analytics. |
|
|
462
|
+
| command | [`skills-discover`](../dist/agent-src/commands/skills/discover.md) | cluster: skills | Recommend skills for a role — ranked by four explained classes (most-useful-for-role, related-to-current-task, recently-adopted, popular-in-role). Local-only; every result carries a why. |
|
|
463
|
+
| command | [`sync-agent-settings`](../dist/agent-src/commands/sync-agent-settings.md) | | Sync `.agent-settings.yml` against the current template + profile — adds new sections/keys, preserves user values, shows a diff before writing |
|
|
464
|
+
| command | [`sync-gitignore`](../dist/agent-src/commands/sync-gitignore.md) | cluster: sync-gitignore | Sync the `event4u/agent-config` block in the consumer project's .gitignore — adds missing entries, preserves user-added lines, shows a diff before writing |
|
|
465
|
+
| command | [`sync-gitignore-fix`](../dist/agent-src/commands/sync-gitignore/fix.md) | cluster: sync-gitignore | Scrub legacy pre-`/agents/` patterns from the consumer's .gitignore (inside or outside the managed block) and re-sync the canonical entries |
|
|
466
|
+
| command | [`tests`](../dist/agent-src/commands/tests.md) | cluster: tests | Tests orchestrator — routes to create, execute |
|
|
467
|
+
| command | [`tests-create`](../dist/agent-src/commands/tests/create.md) | cluster: tests | Write meaningful tests for the current branch — stack-adaptive (pest / phpunit / vitest / jest / pytest / …) |
|
|
468
|
+
| command | [`tests-execute`](../dist/agent-src/commands/tests/execute.md) | cluster: tests | Run the project's test suite — stack-adaptive (pest / phpunit / vitest / jest / pytest / …) |
|
|
469
|
+
| command | [`threat-model`](../dist/agent-src/commands/threat-model.md) | | Run a pre-implementation threat model on a proposed change — enumerates abuse cases, trust boundaries, and authorization gaps before the first line of code is written |
|
|
470
|
+
| command | [`update-form-request-messages`](../dist/agent-src/commands/update-form-request-messages.md) | | Sync the messages() method of a FormRequest class — add missing entries, link them to language keys, and clean up stale ones. |
|
|
471
|
+
| command | [`upstream-contribute`](../dist/agent-src/commands/upstream-contribute.md) | | Contribute a learning, skill, rule, or fix from a consumer project back to the shared agent-config package |
|
|
472
|
+
| command | [`video`](../dist/agent-src/commands/video.md) | cluster: video | Video-creation orchestrator — Hollywood-level AI video pipeline. Routes to from-script, from-song, scene, storyboard, stitch. |
|
|
473
|
+
| command | [`video-from-script`](../dist/agent-src/commands/video/from-script.md) | cluster: video | Drive a script end-to-end through the AI video pipeline — scenes → blueprint → image → operator pick → motion → video → stitch. Preview default; --mode commit spends behind the cost gate. |
|
|
474
|
+
| command | [`video-from-song`](../dist/agent-src/commands/video/from-song.md) | cluster: video | Music-video from a song + reference images — accept or derive a timed scene script, optional character-lock, render, stitch, mux song as master track. Preview default; --mode commit gates the spend. |
|
|
475
|
+
| command | [`video-scene`](../dist/agent-src/commands/video/scene.md) | cluster: video | Render a single scene from a one-line idea — scene-expander → blueprint → image → operator pick → motion → video. Preview mode default (no spend); --mode commit renders live behind the cost gate. |
|
|
476
|
+
| command | [`video-stitch`](../dist/agent-src/commands/video/stitch.md) | cluster: video | Re-stitch existing clips in `<project>/scenes/*/` after operator edits — no re-render. ffmpeg concat driven by manifest.json. |
|
|
477
|
+
| command | [`video-storyboard`](../dist/agent-src/commands/video/storyboard.md) | cluster: video | Image-only storyboard — script → scenes → blueprint → image render → contact-sheet PNG via ffmpeg montage. No video calls. |
|
|
478
|
+
| command | [`work`](../dist/agent-src/commands/work.md) | | Drive a free-form prompt end-to-end through refine → score → plan → implement → test → verify → report — Option-A loop over the `work_engine` Python engine, confidence-band gated, no auto-git. |
|
|
475
479
|
|
|
476
|
-
## Guidelines (
|
|
480
|
+
## Guidelines (78)
|
|
477
481
|
|
|
478
482
|
| kind | name | category | description |
|
|
479
483
|
|---|---|---|---|
|
|
@@ -483,6 +487,8 @@ are excluded.
|
|
|
483
487
|
| guideline | [`asking-and-brevity-examples`](../docs/guidelines/agent-infra/asking-and-brevity-examples.md) | agent-infra | |
|
|
484
488
|
| guideline | [`break-glass-usage`](../docs/guidelines/agent-infra/break-glass-usage.md) | agent-infra | |
|
|
485
489
|
| guideline | [`carve-out-predicates`](../docs/guidelines/agent-infra/carve-out-predicates.md) | agent-infra | |
|
|
490
|
+
| guideline | [`comparison-matrix`](../docs/guidelines/agent-infra/comparison-matrix.md) | agent-infra | |
|
|
491
|
+
| guideline | [`corpus-grounding-authoring`](../docs/guidelines/agent-infra/corpus-grounding-authoring.md) | agent-infra | |
|
|
486
492
|
| guideline | [`critical-thinking`](../docs/guidelines/agent-infra/critical-thinking.md) | agent-infra | |
|
|
487
493
|
| guideline | [`developer-judgment`](../docs/guidelines/agent-infra/developer-judgment.md) | agent-infra | |
|
|
488
494
|
| guideline | [`direct-answers-demos`](../docs/guidelines/agent-infra/direct-answers-demos.md) | agent-infra | |
|
|
@@ -493,9 +499,12 @@ are excluded.
|
|
|
493
499
|
| guideline | [`ios-simulator-guide`](../docs/guidelines/agent-infra/ios-simulator-guide.md) | agent-infra | |
|
|
494
500
|
| guideline | [`language-and-tone-examples`](../docs/guidelines/agent-infra/language-and-tone-examples.md) | agent-infra | |
|
|
495
501
|
| guideline | [`layered-settings`](../docs/guidelines/agent-infra/layered-settings.md) | agent-infra | |
|
|
502
|
+
| guideline | [`linked-projects-onboarding-gate`](../docs/guidelines/agent-infra/linked-projects-onboarding-gate.md) | agent-infra | |
|
|
496
503
|
| guideline | [`mcp-request-signing`](../docs/guidelines/agent-infra/mcp-request-signing.md) | agent-infra | |
|
|
497
504
|
| guideline | [`memory-access`](../docs/guidelines/agent-infra/memory-access.md) | agent-infra | |
|
|
498
505
|
| guideline | [`mental-models`](../docs/guidelines/agent-infra/mental-models.md) | agent-infra | |
|
|
506
|
+
| guideline | [`missing-tool-handling`](../docs/guidelines/agent-infra/missing-tool-handling.md) | agent-infra | |
|
|
507
|
+
| guideline | [`model-recommendation`](../docs/guidelines/agent-infra/model-recommendation.md) | agent-infra | |
|
|
499
508
|
| guideline | [`naming`](../docs/guidelines/agent-infra/naming.md) | agent-infra | |
|
|
500
509
|
| guideline | [`output-patterns`](../docs/guidelines/agent-infra/output-patterns.md) | agent-infra | |
|
|
501
510
|
| guideline | [`review-routing-data-format`](../docs/guidelines/agent-infra/review-routing-data-format.md) | agent-infra | |
|