@event4u/agent-config 1.12.0 → 1.14.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/.agent-src/commands/agent-handoff.md +3 -0
- package/.agent-src/commands/agent-status.md +3 -0
- package/.agent-src/commands/agents-audit.md +4 -0
- package/.agent-src/commands/agents-cleanup.md +6 -1
- package/.agent-src/commands/agents-prepare.md +3 -0
- package/.agent-src/commands/analyze-reference-repo.md +4 -0
- package/.agent-src/commands/bug-fix.md +5 -1
- package/.agent-src/commands/bug-investigate.md +4 -0
- package/.agent-src/commands/chat-history-checkpoint.md +126 -0
- package/.agent-src/commands/chat-history-clear.md +5 -0
- package/.agent-src/commands/chat-history-resume.md +5 -0
- package/.agent-src/commands/chat-history.md +5 -0
- package/.agent-src/commands/check-current-md.md +126 -0
- package/.agent-src/commands/commit-in-chunks.md +98 -0
- package/.agent-src/commands/commit.md +4 -0
- package/.agent-src/commands/compress.md +3 -0
- package/.agent-src/commands/context-create.md +4 -0
- package/.agent-src/commands/context-refactor.md +4 -0
- package/.agent-src/commands/copilot-agents-init.md +3 -0
- package/.agent-src/commands/copilot-agents-optimize.md +3 -0
- package/.agent-src/commands/create-pr-description.md +4 -0
- package/.agent-src/commands/create-pr.md +4 -0
- package/.agent-src/commands/do-and-judge.md +4 -1
- package/.agent-src/commands/do-in-steps.md +3 -0
- package/.agent-src/commands/e2e-heal.md +4 -0
- package/.agent-src/commands/e2e-plan.md +4 -0
- package/.agent-src/commands/estimate-ticket.md +4 -1
- package/.agent-src/commands/feature-dev.md +4 -0
- package/.agent-src/commands/feature-explore.md +4 -0
- package/.agent-src/commands/feature-plan.md +4 -0
- package/.agent-src/commands/feature-refactor.md +4 -0
- package/.agent-src/commands/feature-roadmap.md +6 -0
- package/.agent-src/commands/fix-ci.md +4 -0
- package/.agent-src/commands/fix-portability.md +3 -0
- package/.agent-src/commands/fix-pr-bot-comments.md +4 -0
- package/.agent-src/commands/fix-pr-comments.md +4 -0
- package/.agent-src/commands/fix-pr-developer-comments.md +4 -0
- package/.agent-src/commands/fix-references.md +3 -0
- package/.agent-src/commands/fix-seeder.md +4 -0
- package/.agent-src/commands/implement-ticket.md +39 -13
- package/.agent-src/commands/jira-ticket.md +4 -0
- package/.agent-src/commands/judge.md +3 -0
- package/.agent-src/commands/memory-add.md +5 -3
- package/.agent-src/commands/memory-full.md +5 -2
- package/.agent-src/commands/memory-promote.md +7 -6
- package/.agent-src/commands/mode.md +3 -0
- package/.agent-src/commands/module-create.md +4 -0
- package/.agent-src/commands/module-explore.md +4 -0
- package/.agent-src/commands/onboard.md +24 -0
- package/.agent-src/commands/optimize-agents.md +4 -0
- package/.agent-src/commands/optimize-augmentignore.md +3 -0
- package/.agent-src/commands/optimize-rtk-filters.md +3 -0
- package/.agent-src/commands/optimize-skills.md +4 -0
- package/.agent-src/commands/override-create.md +4 -0
- package/.agent-src/commands/override-manage.md +4 -0
- package/.agent-src/commands/package-reset.md +3 -0
- package/.agent-src/commands/package-test.md +3 -0
- package/.agent-src/commands/prepare-for-review.md +4 -0
- package/.agent-src/commands/project-analyze.md +4 -0
- package/.agent-src/commands/project-health.md +4 -0
- package/.agent-src/commands/propose-memory.md +6 -8
- package/.agent-src/commands/quality-fix.md +4 -0
- package/.agent-src/commands/refine-ticket.md +4 -1
- package/.agent-src/commands/review-changes.md +4 -0
- package/.agent-src/commands/review-routing.md +4 -0
- package/.agent-src/commands/roadmap-create.md +7 -0
- package/.agent-src/commands/roadmap-execute.md +12 -1
- package/.agent-src/commands/rule-compliance-audit.md +4 -0
- package/.agent-src/commands/set-cost-profile.md +3 -0
- package/.agent-src/commands/sync-agent-settings.md +3 -0
- package/.agent-src/commands/sync-gitignore.md +3 -0
- package/.agent-src/commands/tests-create.md +4 -0
- package/.agent-src/commands/tests-execute.md +4 -0
- package/.agent-src/commands/threat-model.md +4 -0
- package/.agent-src/commands/update-form-request-messages.md +4 -0
- package/.agent-src/commands/upstream-contribute.md +4 -0
- package/.agent-src/commands/work.md +161 -0
- package/.agent-src/guidelines/agent-infra/engineering-memory-data-format.md +2 -6
- package/.agent-src/guidelines/agent-infra/layered-settings.md +0 -1
- package/.agent-src/guidelines/agent-infra/memory-access.md +0 -7
- package/.agent-src/guidelines/agent-infra/role-contracts.md +2 -4
- package/.agent-src/guidelines/agent-infra/self-improvement-pipeline.md +0 -1
- package/.agent-src/guidelines/php/patterns/strategy.md +180 -2
- package/.agent-src/personas/README.md +0 -1
- package/.agent-src/rules/artifact-drafting-protocol.md +7 -2
- package/.agent-src/rules/artifact-engagement-recording.md +133 -0
- package/.agent-src/rules/ask-when-uncertain.md +18 -13
- package/.agent-src/rules/augment-portability.md +8 -0
- package/.agent-src/rules/autonomous-execution.md +158 -0
- package/.agent-src/rules/chat-history.md +147 -118
- package/.agent-src/rules/cli-output-handling.md +26 -3
- package/.agent-src/rules/command-suggestion.md +133 -0
- package/.agent-src/rules/commit-policy.md +99 -0
- package/.agent-src/rules/direct-answers.md +114 -0
- package/.agent-src/rules/docs-sync.md +36 -0
- package/.agent-src/rules/downstream-changes.md +10 -9
- package/.agent-src/rules/improve-before-implement.md +9 -6
- package/.agent-src/rules/language-and-tone.md +81 -6
- package/.agent-src/rules/non-destructive-by-default.md +117 -0
- package/.agent-src/rules/package-ci-checks.md +4 -0
- package/.agent-src/rules/preservation-guard.md +20 -0
- package/.agent-src/rules/roadmap-progress-sync.md +103 -30
- package/.agent-src/rules/scope-control.md +42 -1
- package/.agent-src/rules/size-enforcement.md +1 -3
- package/.agent-src/rules/skill-quality.md +3 -8
- package/.agent-src/rules/ui-audit-before-build.md +106 -0
- package/.agent-src/rules/user-interaction.md +81 -3
- package/.agent-src/scripts/update_roadmap_progress.py +48 -6
- package/.agent-src/skills/blade-ui/SKILL.md +30 -5
- package/.agent-src/skills/command-routing/SKILL.md +32 -0
- package/.agent-src/skills/command-writing/SKILL.md +41 -2
- package/.agent-src/skills/description-assist/SKILL.md +21 -0
- package/.agent-src/skills/estimate-ticket/SKILL.md +0 -1
- package/.agent-src/skills/existing-ui-audit/SKILL.md +187 -0
- package/.agent-src/skills/fe-design/SKILL.md +72 -60
- package/.agent-src/skills/finishing-a-development-branch/SKILL.md +4 -0
- package/.agent-src/skills/flux/SKILL.md +31 -4
- package/.agent-src/skills/guideline-writing/SKILL.md +24 -2
- package/.agent-src/skills/learning-to-rule-or-skill/SKILL.md +51 -9
- package/.agent-src/skills/livewire/SKILL.md +30 -4
- package/.agent-src/skills/md-language-check/SKILL.md +103 -0
- package/.agent-src/skills/php-coder/SKILL.md +24 -0
- package/.agent-src/skills/react-shadcn-ui/SKILL.md +121 -0
- package/.agent-src/skills/refine-prompt/SKILL.md +220 -0
- package/.agent-src/skills/refine-ticket/SKILL.md +2 -4
- package/.agent-src/skills/roadmap-management/SKILL.md +10 -3
- package/.agent-src/skills/rule-writing/SKILL.md +23 -1
- package/.agent-src/skills/skill-writing/SKILL.md +1 -3
- package/.agent-src/skills/upstream-contribute/SKILL.md +1 -1
- package/.agent-src/skills/using-git-worktrees/SKILL.md +3 -1
- package/.agent-src/templates/AGENTS.md +24 -6
- package/.agent-src/templates/agent-settings.md +149 -0
- package/.agent-src/templates/github-workflows/roadmap-progress-check.yml +63 -0
- package/.agent-src/templates/hooks/pre-commit-roadmap-progress +60 -0
- package/.agent-src/templates/roadmaps.md +8 -2
- package/.agent-src/templates/scripts/implement_ticket/__init__.py +63 -26
- package/.agent-src/templates/scripts/implement_ticket/__main__.py +8 -2
- package/.agent-src/templates/scripts/memory_lookup.py +382 -21
- package/.agent-src/templates/scripts/memory_status.py +110 -9
- package/.agent-src/templates/scripts/telemetry/__init__.py +42 -0
- package/.agent-src/templates/scripts/telemetry/aggregator.py +154 -0
- package/.agent-src/templates/scripts/telemetry/boundary.py +171 -0
- package/.agent-src/templates/scripts/telemetry/engagement.py +238 -0
- package/.agent-src/templates/scripts/telemetry/report_renderer.py +170 -0
- package/.agent-src/templates/scripts/telemetry/settings.py +112 -0
- package/.agent-src/templates/scripts/telemetry_record.py +166 -0
- package/.agent-src/templates/scripts/telemetry_report.py +161 -0
- package/.agent-src/templates/scripts/telemetry_status.py +142 -0
- package/.agent-src/templates/scripts/work_engine/__init__.py +58 -0
- package/.agent-src/templates/scripts/work_engine/__main__.py +9 -0
- package/.agent-src/templates/scripts/work_engine/cli.py +592 -0
- package/.agent-src/templates/scripts/{implement_ticket → work_engine}/delivery_state.py +7 -0
- package/.agent-src/templates/scripts/work_engine/directives/__init__.py +33 -0
- package/.agent-src/templates/scripts/work_engine/directives/backend/__init__.py +98 -0
- package/.agent-src/templates/scripts/{implement_ticket/steps → work_engine/directives/backend}/analyze.py +1 -1
- package/.agent-src/templates/scripts/{implement_ticket/steps → work_engine/directives/backend}/implement.py +2 -2
- package/.agent-src/templates/scripts/{implement_ticket/steps → work_engine/directives/backend}/memory.py +1 -1
- package/.agent-src/templates/scripts/{implement_ticket/steps → work_engine/directives/backend}/plan.py +1 -1
- package/.agent-src/templates/scripts/work_engine/directives/backend/refine.py +396 -0
- package/.agent-src/templates/scripts/{implement_ticket/steps → work_engine/directives/backend}/report.py +36 -4
- package/.agent-src/templates/scripts/{implement_ticket/steps → work_engine/directives/backend}/test.py +2 -2
- package/.agent-src/templates/scripts/{implement_ticket/steps → work_engine/directives/backend}/verify.py +2 -2
- package/.agent-src/templates/scripts/work_engine/directives/mixed/__init__.py +116 -0
- package/.agent-src/templates/scripts/work_engine/directives/mixed/contract.py +254 -0
- package/.agent-src/templates/scripts/work_engine/directives/mixed/stitch.py +229 -0
- package/.agent-src/templates/scripts/work_engine/directives/mixed/ui.py +231 -0
- package/.agent-src/templates/scripts/work_engine/directives/ui/__init__.py +113 -0
- package/.agent-src/templates/scripts/work_engine/directives/ui/_passthrough.py +44 -0
- package/.agent-src/templates/scripts/work_engine/directives/ui/apply.py +241 -0
- package/.agent-src/templates/scripts/work_engine/directives/ui/audit.py +414 -0
- package/.agent-src/templates/scripts/work_engine/directives/ui/design.py +335 -0
- package/.agent-src/templates/scripts/work_engine/directives/ui/polish.py +510 -0
- package/.agent-src/templates/scripts/work_engine/directives/ui/review.py +468 -0
- package/.agent-src/templates/scripts/work_engine/directives/ui_trivial/__init__.py +119 -0
- package/.agent-src/templates/scripts/work_engine/directives/ui_trivial/_skipped.py +37 -0
- package/.agent-src/templates/scripts/work_engine/directives/ui_trivial/apply.py +165 -0
- package/.agent-src/templates/scripts/work_engine/directives/ui_trivial/refine.py +66 -0
- package/.agent-src/templates/scripts/work_engine/directives/ui_trivial/report.py +62 -0
- package/.agent-src/templates/scripts/work_engine/directives/ui_trivial/test.py +115 -0
- package/.agent-src/templates/scripts/work_engine/dispatcher.py +331 -0
- package/.agent-src/templates/scripts/work_engine/hooks/__init__.py +54 -0
- package/.agent-src/templates/scripts/work_engine/hooks/builtin/__init__.py +32 -0
- package/.agent-src/templates/scripts/work_engine/hooks/builtin/_chat_history_base.py +103 -0
- package/.agent-src/templates/scripts/work_engine/hooks/builtin/chat_history_append.py +44 -0
- package/.agent-src/templates/scripts/work_engine/hooks/builtin/chat_history_halt_append.py +42 -0
- package/.agent-src/templates/scripts/work_engine/hooks/builtin/chat_history_heartbeat.py +50 -0
- package/.agent-src/templates/scripts/work_engine/hooks/builtin/chat_history_turn_check.py +49 -0
- package/.agent-src/templates/scripts/work_engine/hooks/builtin/directive_set_guard.py +53 -0
- package/.agent-src/templates/scripts/work_engine/hooks/builtin/halt_surface_audit.py +50 -0
- package/.agent-src/templates/scripts/work_engine/hooks/builtin/state_shape_validation.py +52 -0
- package/.agent-src/templates/scripts/work_engine/hooks/builtin/trace.py +84 -0
- package/.agent-src/templates/scripts/work_engine/hooks/context.py +66 -0
- package/.agent-src/templates/scripts/work_engine/hooks/events.py +44 -0
- package/.agent-src/templates/scripts/work_engine/hooks/exceptions.py +79 -0
- package/.agent-src/templates/scripts/work_engine/hooks/registry.py +60 -0
- package/.agent-src/templates/scripts/work_engine/hooks/runner.py +73 -0
- package/.agent-src/templates/scripts/work_engine/hooks/settings.py +141 -0
- package/.agent-src/templates/scripts/work_engine/intent/__init__.py +47 -0
- package/.agent-src/templates/scripts/work_engine/intent/classify.py +280 -0
- package/.agent-src/templates/scripts/work_engine/migration/__init__.py +8 -0
- package/.agent-src/templates/scripts/work_engine/migration/v0_to_v1.py +199 -0
- package/.agent-src/templates/scripts/work_engine/resolvers/__init__.py +22 -0
- package/.agent-src/templates/scripts/work_engine/resolvers/diff.py +106 -0
- package/.agent-src/templates/scripts/work_engine/resolvers/file.py +113 -0
- package/.agent-src/templates/scripts/work_engine/resolvers/prompt.py +90 -0
- package/.agent-src/templates/scripts/work_engine/scoring/__init__.py +14 -0
- package/.agent-src/templates/scripts/work_engine/scoring/confidence.py +300 -0
- package/.agent-src/templates/scripts/work_engine/stack/__init__.py +31 -0
- package/.agent-src/templates/scripts/work_engine/stack/detect.py +187 -0
- package/.agent-src/templates/scripts/work_engine/state.py +641 -0
- package/.claude-plugin/marketplace.json +105 -2
- package/AGENTS.md +36 -8
- package/CHANGELOG.md +558 -0
- package/README.md +146 -4
- package/composer.json +3 -0
- package/config/agent-settings.template.yml +45 -0
- package/config/gitignore-block.txt +4 -0
- package/docs/architecture.md +28 -1
- package/docs/development.md +1 -1
- package/docs/getting-started.md +3 -2
- package/docs/installation.md +86 -0
- package/docs/showcase.md +204 -0
- package/package.json +9 -1
- package/scripts/agent-config +274 -0
- package/scripts/audit_cloud_compatibility.py +288 -0
- package/scripts/build_cloud_bundle.py +458 -0
- package/scripts/build_linear_digest.py +263 -0
- package/scripts/chat_history.py +796 -7
- package/scripts/check_compression.py +139 -0
- package/scripts/check_iron_law_prominence.py +143 -0
- package/scripts/check_md_language.py +159 -0
- package/scripts/check_portability.py +36 -0
- package/scripts/check_reply_consistency.py +140 -0
- package/scripts/command_suggester/__init__.py +51 -0
- package/scripts/command_suggester/cooldown.py +132 -0
- package/scripts/command_suggester/loader.py +70 -0
- package/scripts/command_suggester/match.py +180 -0
- package/scripts/command_suggester/rank.py +120 -0
- package/scripts/command_suggester/render.py +86 -0
- package/scripts/command_suggester/sanitize.py +113 -0
- package/scripts/command_suggester/settings.py +125 -0
- package/scripts/command_suggester/types.py +78 -0
- package/scripts/hooks/augment-chat-history.sh +56 -0
- package/scripts/install-hooks.sh +67 -0
- package/scripts/install.py +150 -33
- package/scripts/lint_marketplace.py +27 -0
- package/scripts/memory_lookup.py +143 -7
- package/scripts/memory_status.py +76 -14
- package/scripts/migrate_command_suggestions.py +151 -0
- package/scripts/postinstall.sh +16 -0
- package/scripts/schemas/command.schema.json +41 -0
- package/scripts/skill_linter.py +67 -0
- package/scripts/sync_agent_settings.py +42 -12
- package/templates/consumer-settings/augment-cli-hooks.json +54 -0
- package/templates/consumer-settings/claude-settings.json +55 -1
- package/.agent-src/templates/scripts/implement_ticket/cli.py +0 -171
- package/.agent-src/templates/scripts/implement_ticket/dispatcher.py +0 -134
- package/.agent-src/templates/scripts/implement_ticket/steps/__init__.py +0 -49
- package/.agent-src/templates/scripts/implement_ticket/steps/refine.py +0 -140
- /package/.agent-src/templates/scripts/{implement_ticket → work_engine}/persona_policy.py +0 -0
|
@@ -3,6 +3,10 @@ name: estimate-ticket
|
|
|
3
3
|
skills: [estimate-ticket]
|
|
4
4
|
description: Estimate a Jira/Linear ticket before sprint planning — size + risk + split recommendation + uncertainty, sibling to /refine-ticket, ends with a close-prompt
|
|
5
5
|
disable-model-invocation: true
|
|
6
|
+
suggestion:
|
|
7
|
+
eligible: true
|
|
8
|
+
trigger_description: "how big is this ticket, estimate PROJ-123, should we split this"
|
|
9
|
+
trigger_context: "ticket key matching [A-Z]+-[0-9]+ in the prompt and no plan yet"
|
|
6
10
|
---
|
|
7
11
|
|
|
8
12
|
# estimate-ticket
|
|
@@ -77,4 +81,3 @@ persona voices) plus the close-prompt. Stop there. Do **not** chain into
|
|
|
77
81
|
- [`refine-ticket`](refine-ticket.md) — sibling; run first if the ticket is vague
|
|
78
82
|
- [`jira-ticket`](jira-ticket.md) — ticket loader this command delegates to
|
|
79
83
|
- [`feature-plan`](feature-plan.md) — downstream planning
|
|
80
|
-
- [`road-to-ticket-refinement.md`](../../agents/roadmaps/road-to-ticket-refinement.md) — governing roadmap
|
|
@@ -3,6 +3,10 @@ name: feature-dev
|
|
|
3
3
|
description: Full 7-phase feature development workflow for complex features.
|
|
4
4
|
skills: [laravel, php-coder]
|
|
5
5
|
disable-model-invocation: true
|
|
6
|
+
suggestion:
|
|
7
|
+
eligible: true
|
|
8
|
+
trigger_description: "build this feature end-to-end, run the full feature workflow"
|
|
9
|
+
trigger_context: "long-form feature description spanning multiple components"
|
|
6
10
|
---
|
|
7
11
|
# /feature-dev
|
|
8
12
|
|
|
@@ -3,6 +3,10 @@ name: feature-explore
|
|
|
3
3
|
skills: [laravel]
|
|
4
4
|
description: Brainstorm and explore a feature idea before committing to a full plan
|
|
5
5
|
disable-model-invocation: true
|
|
6
|
+
suggestion:
|
|
7
|
+
eligible: true
|
|
8
|
+
trigger_description: "brainstorm this idea, explore this feature concept"
|
|
9
|
+
trigger_context: "open-ended feature idea without acceptance criteria"
|
|
6
10
|
---
|
|
7
11
|
|
|
8
12
|
# feature-explore
|
|
@@ -3,6 +3,10 @@ name: feature-plan
|
|
|
3
3
|
skills: [feature-planning]
|
|
4
4
|
description: Interactively plan a feature — research, discuss, and create a structured feature document
|
|
5
5
|
disable-model-invocation: true
|
|
6
|
+
suggestion:
|
|
7
|
+
eligible: true
|
|
8
|
+
trigger_description: "plan this feature, create a feature spec for X"
|
|
9
|
+
trigger_context: "feature idea referenced and no plan doc exists"
|
|
6
10
|
---
|
|
7
11
|
|
|
8
12
|
# feature-plan
|
|
@@ -3,6 +3,10 @@ name: feature-refactor
|
|
|
3
3
|
skills: [laravel, php-coder]
|
|
4
4
|
description: Refine and update an existing feature plan through interactive discussion
|
|
5
5
|
disable-model-invocation: true
|
|
6
|
+
suggestion:
|
|
7
|
+
eligible: true
|
|
8
|
+
trigger_description: "update the feature plan, refine the feature spec"
|
|
9
|
+
trigger_context: "existing agents/features/*.md referenced in the prompt"
|
|
6
10
|
---
|
|
7
11
|
|
|
8
12
|
# feature-refactor
|
|
@@ -3,6 +3,10 @@ name: feature-roadmap
|
|
|
3
3
|
skills: [agent-docs-writing]
|
|
4
4
|
description: Generate implementation roadmap(s) from a feature plan and link them
|
|
5
5
|
disable-model-invocation: true
|
|
6
|
+
suggestion:
|
|
7
|
+
eligible: true
|
|
8
|
+
trigger_description: "turn this feature into a roadmap, generate the implementation roadmap"
|
|
9
|
+
trigger_context: "existing feature plan without linked roadmap"
|
|
6
10
|
---
|
|
7
11
|
|
|
8
12
|
# feature-roadmap
|
|
@@ -172,6 +176,8 @@ What's next?
|
|
|
172
176
|
### Rules
|
|
173
177
|
|
|
174
178
|
- **Do NOT commit or push.**
|
|
179
|
+
- **Do NOT include commit steps** unless user explicitly requested them.
|
|
180
|
+
See [`commit-policy`](../rules/commit-policy.md#never-write-commit-steps-into-roadmaps-unsolicited).
|
|
175
181
|
- **Do NOT modify the feature plan** beyond updating the Roadmaps section and status.
|
|
176
182
|
- **Always link roadmaps back to the feature** and vice versa.
|
|
177
183
|
- **Use the roadmap template** from `agents/roadmaps/template.md`.
|
|
@@ -3,6 +3,10 @@ name: fix-ci
|
|
|
3
3
|
skills: [github-ci, quality-tools]
|
|
4
4
|
description: Fetch CI errors from GitHub Actions and fix them
|
|
5
5
|
disable-model-invocation: true
|
|
6
|
+
suggestion:
|
|
7
|
+
eligible: true
|
|
8
|
+
trigger_description: "CI is failing, fix the GitHub Actions errors, the pipeline is red"
|
|
9
|
+
trigger_context: "open PR with failing checks"
|
|
6
10
|
---
|
|
7
11
|
|
|
8
12
|
# fix-ci
|
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
name: fix-portability
|
|
3
3
|
description: Find and fix project-specific references in shared .augment/ package files
|
|
4
4
|
disable-model-invocation: true
|
|
5
|
+
suggestion:
|
|
6
|
+
eligible: false
|
|
7
|
+
rationale: "Package-internal — only the event4u/agent-config repo runs this."
|
|
5
8
|
---
|
|
6
9
|
|
|
7
10
|
# fix-portability
|
|
@@ -3,6 +3,10 @@ name: fix-pr-bot-comments
|
|
|
3
3
|
skills: [php-coder, quality-tools]
|
|
4
4
|
description: Fix and reply to bot review comments (Copilot, Augment, Greptile, etc.) on a GitHub PR
|
|
5
5
|
disable-model-invocation: true
|
|
6
|
+
suggestion:
|
|
7
|
+
eligible: true
|
|
8
|
+
trigger_description: "address the Copilot/Greptile comments, fix the bot review feedback"
|
|
9
|
+
trigger_context: "open PR with bot review comments unresolved"
|
|
6
10
|
---
|
|
7
11
|
|
|
8
12
|
# fix-pr-bot-comments
|
|
@@ -3,6 +3,10 @@ name: fix-pr-comments
|
|
|
3
3
|
skills: [php-coder]
|
|
4
4
|
description: Fix and reply to all open review comments (bots + human reviewers) on a GitHub PR
|
|
5
5
|
disable-model-invocation: true
|
|
6
|
+
suggestion:
|
|
7
|
+
eligible: true
|
|
8
|
+
trigger_description: "fix all PR review comments, resolve the review feedback"
|
|
9
|
+
trigger_context: "open PR with unresolved comments (bot + human)"
|
|
6
10
|
---
|
|
7
11
|
|
|
8
12
|
# fix-pr-comments
|
|
@@ -3,6 +3,10 @@ name: fix-pr-developer-comments
|
|
|
3
3
|
skills: [php-coder]
|
|
4
4
|
description: Fix and reply to human reviewer comments on a GitHub PR
|
|
5
5
|
disable-model-invocation: true
|
|
6
|
+
suggestion:
|
|
7
|
+
eligible: true
|
|
8
|
+
trigger_description: "fix the human reviewer comments, address the developer feedback"
|
|
9
|
+
trigger_context: "open PR with unresolved human-reviewer comments"
|
|
6
10
|
---
|
|
7
11
|
|
|
8
12
|
# fix-pr-developer-comments
|
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
name: fix-references
|
|
3
3
|
description: Find and fix broken cross-references in .augment/ and agents/ files
|
|
4
4
|
disable-model-invocation: true
|
|
5
|
+
suggestion:
|
|
6
|
+
eligible: false
|
|
7
|
+
rationale: "Package-internal — only the event4u/agent-config repo runs this."
|
|
5
8
|
---
|
|
6
9
|
|
|
7
10
|
# fix-references
|
|
@@ -3,6 +3,10 @@ name: fix-seeder
|
|
|
3
3
|
skills: [eloquent]
|
|
4
4
|
description: Scan seeder data files for broken foreign key references — find constants used without getReference() and fix them
|
|
5
5
|
disable-model-invocation: true
|
|
6
|
+
suggestion:
|
|
7
|
+
eligible: true
|
|
8
|
+
trigger_description: "the seeder is broken, foreign key errors in seeders"
|
|
9
|
+
trigger_context: "seeder error output or recent edits in database/seeders/"
|
|
6
10
|
---
|
|
7
11
|
|
|
8
12
|
# fix-seeder
|
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: implement-ticket
|
|
3
3
|
skills: [refine-ticket, feature-planning]
|
|
4
|
-
description: Drive a ticket end-to-end through refine → memory → analyze → plan → implement → test → verify → report — Option-A loop over the `
|
|
4
|
+
description: 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.
|
|
5
5
|
disable-model-invocation: true
|
|
6
|
+
suggestion:
|
|
7
|
+
eligible: true
|
|
8
|
+
trigger_description: "implement this ticket, setze ticket X um, build PROJ-123"
|
|
9
|
+
trigger_context: "ticket key matching [A-Z]+-[0-9]+ in branch name or prompt"
|
|
6
10
|
---
|
|
7
11
|
|
|
8
12
|
# implement-ticket
|
|
@@ -30,25 +34,45 @@ markdown. If no input resolves:
|
|
|
30
34
|
### 2. Prepare the state file
|
|
31
35
|
|
|
32
36
|
The engine persists everything in a JSON state file (default:
|
|
33
|
-
`.
|
|
37
|
+
`.work-state.json` in the repo root). The resolved ticket lives inside
|
|
38
|
+
the work-state envelope as `input.kind="ticket"`, `input.data={id,
|
|
39
|
+
title, body, acceptance_criteria}` — the engine builds that wrapping
|
|
40
|
+
internally when given `--ticket-file`, so callers pass the ticket JSON
|
|
41
|
+
unchanged.
|
|
34
42
|
|
|
35
|
-
|
|
43
|
+
Three cases, in this order:
|
|
44
|
+
|
|
45
|
+
- **Legacy state file present** — `.implement-ticket-state.json` exists
|
|
46
|
+
and `.work-state.json` does not. Migrate before doing anything else:
|
|
47
|
+
|
|
48
|
+
```bash
|
|
49
|
+
./agent-config migrate-state
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
Writes `.work-state.json` and renames the source to
|
|
53
|
+
`.implement-ticket-state.json.bak`. Idempotent and safe to skip if
|
|
54
|
+
already done. After this, treat the run as **Resume**.
|
|
55
|
+
- **Fresh run** — no state file at all. Write the resolved ticket to
|
|
36
56
|
`ticket.json` (id, title, body, acceptance_criteria) and pass it via
|
|
37
57
|
`--ticket-file ticket.json`. Honour `roles.active_role` from
|
|
38
58
|
`.agent-settings.yml` via `--persona`.
|
|
39
|
-
- **Resume** — state
|
|
40
|
-
`--persona`; mid-flight persona switches are refused by the engine.
|
|
59
|
+
- **Resume** — `.work-state.json` exists. Do **not** pass `--ticket-file`
|
|
60
|
+
or `--persona`; mid-flight persona switches are refused by the engine.
|
|
41
61
|
|
|
42
62
|
### 3. Drive the Option-A dispatch loop
|
|
43
63
|
|
|
44
64
|
Run the engine with the state file on every iteration:
|
|
45
65
|
|
|
46
66
|
```bash
|
|
47
|
-
|
|
48
|
-
--state-file .
|
|
67
|
+
./agent-config implement-ticket \
|
|
68
|
+
--state-file .work-state.json \
|
|
49
69
|
[--ticket-file ticket.json --persona <name>] # first call only
|
|
50
70
|
```
|
|
51
71
|
|
|
72
|
+
The dispatcher wires `PYTHONPATH` and routes to the engine module
|
|
73
|
+
internally. `./agent-config` is the only supported entry point in
|
|
74
|
+
consumer repos — do not call the engine module directly.
|
|
75
|
+
|
|
52
76
|
Then branch on the exit code:
|
|
53
77
|
|
|
54
78
|
| Exit | Meaning | Action |
|
|
@@ -88,15 +112,14 @@ wrote it.
|
|
|
88
112
|
|
|
89
113
|
### 5. Final report + close-prompt
|
|
90
114
|
|
|
91
|
-
On exit `0`, the engine prints the delivery report (nine fixed sections
|
|
92
|
-
per [`implement-ticket-flow`](../../agents/contexts/implement-ticket-flow.md#delivery-report-schema)).
|
|
115
|
+
On exit `0`, the engine prints the delivery report (nine fixed sections).
|
|
93
116
|
Surface it unchanged. Append the close-prompt:
|
|
94
117
|
|
|
95
118
|
```
|
|
96
119
|
> 1. /commit — stage + commit per the delivery report
|
|
97
120
|
> 2. /create-pr — open a pull request from this branch
|
|
98
121
|
> 3. Keep working — I'll hold the state file for the next /implement-ticket
|
|
99
|
-
> 4. Discard — delete .implement-ticket-state.json
|
|
122
|
+
> 4. Discard — delete .work-state.json (and any .implement-ticket-state.json.bak)
|
|
100
123
|
```
|
|
101
124
|
|
|
102
125
|
**Never run `/commit` or `/create-pr` without the user choosing them.**
|
|
@@ -115,6 +138,12 @@ permission-gated.
|
|
|
115
138
|
fresh run; never accept a `--persona` flag from the user mid-flight.
|
|
116
139
|
- Memory section in the report is absent when no hit changed an outcome.
|
|
117
140
|
That is by design — don't pad it.
|
|
141
|
+
- When `telemetry.artifact_engagement.enabled: true` in
|
|
142
|
+
`.agent-settings.yml`, emit one `./agent-config telemetry:record` per
|
|
143
|
+
boundary (per phase-step or per task — see `granularity`) with the
|
|
144
|
+
consulted+applied artefact ids. Full contract in
|
|
145
|
+
[`artifact-engagement-recording`](../rules/artifact-engagement-recording.md).
|
|
146
|
+
Default-off; absent setting is a silent no-op.
|
|
118
147
|
|
|
119
148
|
## Examples
|
|
120
149
|
|
|
@@ -126,8 +155,5 @@ permission-gated.
|
|
|
126
155
|
|
|
127
156
|
## See also
|
|
128
157
|
|
|
129
|
-
- [`implement-ticket-flow`](../../agents/contexts/implement-ticket-flow.md) — flow contract + directive semantics
|
|
130
|
-
- [`adr-implement-ticket-runtime`](../../agents/contexts/adr-implement-ticket-runtime.md) — runtime choice
|
|
131
158
|
- [`refine-ticket`](refine-ticket.md), [`feature-plan`](feature-plan.md), [`tests-execute`](tests-execute.md), [`review-changes`](review-changes.md) — skills the directives delegate to
|
|
132
159
|
- [`commit`](commit.md), [`create-pr`](create-pr.md) — post-delivery commands the user runs explicitly
|
|
133
|
-
- [`road-to-implement-ticket`](../../agents/roadmaps/road-to-implement-ticket.md) — governing roadmap
|
|
@@ -3,6 +3,10 @@ name: jira-ticket
|
|
|
3
3
|
skills: [laravel]
|
|
4
4
|
description: Read Jira ticket from branch name, analyze linked Sentry issues, implement feature or fix bug
|
|
5
5
|
disable-model-invocation: true
|
|
6
|
+
suggestion:
|
|
7
|
+
eligible: true
|
|
8
|
+
trigger_description: "implement the ticket on this branch, work on the Jira ticket from the branch"
|
|
9
|
+
trigger_context: "branch name matching feat/PROJ-123-* or similar"
|
|
6
10
|
---
|
|
7
11
|
|
|
8
12
|
# jira-ticket
|
|
@@ -3,6 +3,9 @@ name: judge
|
|
|
3
3
|
skills: [subagent-orchestration]
|
|
4
4
|
description: Run a standalone judge on an existing diff or code change — no implementer, no revision loop, verdict only
|
|
5
5
|
disable-model-invocation: true
|
|
6
|
+
suggestion:
|
|
7
|
+
eligible: false
|
|
8
|
+
rationale: "Sibling of /review-changes — eligibility routed there; keep this explicit."
|
|
6
9
|
---
|
|
7
10
|
|
|
8
11
|
# judge
|
|
@@ -3,6 +3,10 @@ name: memory-add
|
|
|
3
3
|
description: Interactively add a validated entry to an engineering-memory file (domain-invariants, architecture-decisions, incident-learnings, product-rules)
|
|
4
4
|
skills: [file-editor]
|
|
5
5
|
disable-model-invocation: true
|
|
6
|
+
suggestion:
|
|
7
|
+
eligible: true
|
|
8
|
+
trigger_description: "remember this for later, add this to engineering memory, capture this learning"
|
|
9
|
+
trigger_context: "post-incident or post-decision conversation"
|
|
6
10
|
---
|
|
7
11
|
|
|
8
12
|
# /memory-add
|
|
@@ -89,7 +93,7 @@ On confirmation:
|
|
|
89
93
|
|
|
90
94
|
- Append the entry to the chosen layout (single-file: append under
|
|
91
95
|
`entries:`; sharded: write `agents/memory/<type>/<hash>.yml`).
|
|
92
|
-
- Run
|
|
96
|
+
- Run `./agent-config memory:check --path agents/memory`.
|
|
93
97
|
- On non-zero exit: show the error, **revert** the write, return to
|
|
94
98
|
step 3 or 4 depending on the failure.
|
|
95
99
|
- On zero exit: report the entry `id` and path, remind the user to
|
|
@@ -126,5 +130,3 @@ link resolves. Broken link → block and ask the user to fix.
|
|
|
126
130
|
- [`capture-learnings`](../rules/capture-learnings.md) — when a
|
|
127
131
|
learning is better captured as an `incident-learnings` entry vs a
|
|
128
132
|
rule/skill proposal
|
|
129
|
-
- [`road-to-engineering-memory.md`](../../agents/roadmaps/road-to-engineering-memory.md)
|
|
130
|
-
— Phase 3 writer ergonomics
|
|
@@ -3,6 +3,9 @@ name: memory-full
|
|
|
3
3
|
description: Load ALL curated entries of a given memory type into the current context — opt-in full load for deep analysis, never auto-triggered
|
|
4
4
|
skills: []
|
|
5
5
|
disable-model-invocation: true
|
|
6
|
+
suggestion:
|
|
7
|
+
eligible: false
|
|
8
|
+
rationale: "Description states 'never auto-triggered' — opt-in deep-load only."
|
|
6
9
|
---
|
|
7
10
|
|
|
8
11
|
# /memory-full
|
|
@@ -42,7 +45,7 @@ in the entry count and the signal-to-noise degrades fast on large types.
|
|
|
42
45
|
Before loading, count the entries:
|
|
43
46
|
|
|
44
47
|
```bash
|
|
45
|
-
|
|
48
|
+
./agent-config memory:lookup --types <type> --format json | \
|
|
46
49
|
python3 -c "import sys, json; print(len(json.load(sys.stdin)))"
|
|
47
50
|
```
|
|
48
51
|
|
|
@@ -59,7 +62,7 @@ If the count exceeds 25, warn:
|
|
|
59
62
|
### 3. Load
|
|
60
63
|
|
|
61
64
|
```bash
|
|
62
|
-
|
|
65
|
+
./agent-config memory:lookup --types <type> --format yaml
|
|
63
66
|
```
|
|
64
67
|
|
|
65
68
|
Render the output verbatim, grouped by status (`active` first, then
|
|
@@ -3,6 +3,9 @@ name: memory-promote
|
|
|
3
3
|
description: Promote an intake signal (or provisional proposal) into a curated memory entry — opens a PR and runs the admission gate.
|
|
4
4
|
skills: [file-editor]
|
|
5
5
|
disable-model-invocation: true
|
|
6
|
+
suggestion:
|
|
7
|
+
eligible: false
|
|
8
|
+
rationale: "Curation pipeline — overlaps /memory-add; keep explicit."
|
|
6
9
|
---
|
|
7
10
|
|
|
8
11
|
# /memory-promote
|
|
@@ -23,7 +26,7 @@ entry.
|
|
|
23
26
|
(`/bug-fix`, `/do-and-judge`, incident-role exit).
|
|
24
27
|
- The user can name the intake `id` (e.g., `sig-abc123`). If not,
|
|
25
28
|
route to the read side:
|
|
26
|
-
|
|
29
|
+
`./agent-config memory:lookup --types <type> --key <hint>` to
|
|
27
30
|
surface candidates.
|
|
28
31
|
|
|
29
32
|
## Steps
|
|
@@ -40,7 +43,7 @@ entry.
|
|
|
40
43
|
### 2. Run the admission gate
|
|
41
44
|
|
|
42
45
|
```bash
|
|
43
|
-
|
|
46
|
+
./agent-config memory:check-proposal --intake-id <sig-id>
|
|
44
47
|
```
|
|
45
48
|
|
|
46
49
|
If the gate reports failures, show them to the user numbered and ask:
|
|
@@ -76,7 +79,7 @@ Compute the content hash and write a **one-entry file** at
|
|
|
76
79
|
`agents/memory/<type>/<hash>.yml`:
|
|
77
80
|
|
|
78
81
|
```bash
|
|
79
|
-
HASH=$(
|
|
82
|
+
HASH=$(./agent-config memory:hash --yaml /tmp/draft.yml)
|
|
80
83
|
mkdir -p agents/memory/<type>
|
|
81
84
|
mv /tmp/draft.yml agents/memory/<type>/${HASH}.yml
|
|
82
85
|
```
|
|
@@ -91,7 +94,7 @@ mv /tmp/draft.yml agents/memory/<type>/${HASH}.yml
|
|
|
91
94
|
existence and refuse with a migration hint:
|
|
92
95
|
`⚠️ agents/memory/<type>.yml exists — migrate to content-
|
|
93
96
|
addressed first (`/memory-migrate <type>`)`.
|
|
94
|
-
- **Schema validation** — run
|
|
97
|
+
- **Schema validation** — run `./agent-config memory:check
|
|
95
98
|
--path agents/memory/<type>/${HASH}.yml` before commit. On failure,
|
|
96
99
|
delete the file and stop.
|
|
97
100
|
|
|
@@ -140,5 +143,3 @@ git push -u origin memory/promote-<curated-id>
|
|
|
140
143
|
- [`/propose-memory`](propose-memory.md) — write-side entry point.
|
|
141
144
|
- [`/memory-add`](memory-add.md) — direct curated write (skips intake).
|
|
142
145
|
- [`engineering-memory-data-format`](../guidelines/agent-infra/engineering-memory-data-format.md)
|
|
143
|
-
- [`road-to-agent-memory-integration`](../../../agents/roadmaps/road-to-agent-memory-integration.md)
|
|
144
|
-
— Phase 3.
|
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
name: mode
|
|
3
3
|
description: Set the active role mode — prints the contract, lists default skills, and refuses work outside the contract (see role-contracts)
|
|
4
4
|
disable-model-invocation: true
|
|
5
|
+
suggestion:
|
|
6
|
+
eligible: false
|
|
7
|
+
rationale: "Role-mode switch is a deliberate context change."
|
|
5
8
|
---
|
|
6
9
|
|
|
7
10
|
# /mode
|
|
@@ -3,6 +3,10 @@ name: module-create
|
|
|
3
3
|
skills: [laravel]
|
|
4
4
|
description: Create a new module from .module-template with interactive setup
|
|
5
5
|
disable-model-invocation: true
|
|
6
|
+
suggestion:
|
|
7
|
+
eligible: true
|
|
8
|
+
trigger_description: "create a new module, scaffold a module for X"
|
|
9
|
+
trigger_context: "prompt mentions a new domain area without an existing module"
|
|
6
10
|
---
|
|
7
11
|
|
|
8
12
|
# module-create
|
|
@@ -3,6 +3,10 @@ name: module-explore
|
|
|
3
3
|
skills: [laravel]
|
|
4
4
|
description: Explore a module — load its structure, docs, and context into the current conversation
|
|
5
5
|
disable-model-invocation: true
|
|
6
|
+
suggestion:
|
|
7
|
+
eligible: true
|
|
8
|
+
trigger_description: "show me the X module, load the module context"
|
|
9
|
+
trigger_context: "existing Modules/<Name>/ referenced in the prompt"
|
|
6
10
|
---
|
|
7
11
|
|
|
8
12
|
# module-explore
|
|
@@ -3,6 +3,9 @@ name: onboard
|
|
|
3
3
|
description: First-run setup for a developer on this project — captures name, IDE, bot-icon preference, rtk, cost_profile, and learning opt-out, then sets onboarding.onboarded=true
|
|
4
4
|
skills: [file-editor]
|
|
5
5
|
disable-model-invocation: true
|
|
6
|
+
suggestion:
|
|
7
|
+
eligible: false
|
|
8
|
+
rationale: "Gated by the onboarding-gate rule already; never inferred from prose."
|
|
6
9
|
---
|
|
7
10
|
|
|
8
11
|
# /onboard
|
|
@@ -153,6 +156,27 @@ directly — the agent follows the merge rules in `layered-settings` when
|
|
|
153
156
|
you ask it to change a value.
|
|
154
157
|
```
|
|
155
158
|
|
|
159
|
+
### 9. Maintainer-only feature pointer
|
|
160
|
+
|
|
161
|
+
One-screen hint after the summary — no question, no prompt. Pointer for
|
|
162
|
+
maintainers who want to opt into artefact-engagement telemetry. Consumers
|
|
163
|
+
can ignore it; the feature is **default-off** and stays off unless
|
|
164
|
+
explicitly enabled.
|
|
165
|
+
|
|
166
|
+
```
|
|
167
|
+
ℹ️ Maintainer telemetry (opt-in)
|
|
168
|
+
|
|
169
|
+
telemetry.artifact_engagement is off by default. If you maintain skills,
|
|
170
|
+
rules, or commands and want to see which ones the agent actually applies,
|
|
171
|
+
set telemetry.artifact_engagement.enabled: true in .agent-settings.yml.
|
|
172
|
+
|
|
173
|
+
The log is local-only JSONL — nothing uploaded, nothing shared across
|
|
174
|
+
projects. Reports: ./agent-config telemetry:report
|
|
175
|
+
Contract + privacy floor: agents/contexts/artifact-engagement-flow.md
|
|
176
|
+
```
|
|
177
|
+
|
|
178
|
+
Skip this block in cloud surfaces (no settings file, no log path).
|
|
179
|
+
|
|
156
180
|
## Gotchas
|
|
157
181
|
|
|
158
182
|
- `.agent-settings.yml` is git-ignored. This command never commits.
|
|
@@ -3,6 +3,10 @@ name: optimize-agents
|
|
|
3
3
|
description: Audits agent infrastructure — measures token overhead, checks rule triggers, verifies AGENTS.md. Suggest only, never auto-apply.
|
|
4
4
|
skills: [copilot-agents-optimization, agents-audit, agent-docs-writing, quality-tools]
|
|
5
5
|
disable-model-invocation: true
|
|
6
|
+
suggestion:
|
|
7
|
+
eligible: true
|
|
8
|
+
trigger_description: "audit agent infrastructure, tune the agent setup"
|
|
9
|
+
trigger_context: "maintainer working on .augment/ files"
|
|
6
10
|
---
|
|
7
11
|
|
|
8
12
|
# /optimize-agents
|
|
@@ -3,6 +3,9 @@ skills: [agent-docs-writing]
|
|
|
3
3
|
name: optimize-augmentignore
|
|
4
4
|
description: Creates or updates .augmentignore based on the project's actual tech stack, large files, generated artifacts, and irrelevant agent skills/rules.
|
|
5
5
|
disable-model-invocation: true
|
|
6
|
+
suggestion:
|
|
7
|
+
eligible: false
|
|
8
|
+
rationale: "Niche maintenance tool with no recurring NL trigger."
|
|
6
9
|
---
|
|
7
10
|
|
|
8
11
|
# /optimize-augmentignore
|
|
@@ -3,6 +3,9 @@ name: optimize-rtk-filters
|
|
|
3
3
|
skills: [agent-docs-writing]
|
|
4
4
|
description: Create or optimize project-local rtk filters based on the actual toolchain
|
|
5
5
|
disable-model-invocation: true
|
|
6
|
+
suggestion:
|
|
7
|
+
eligible: false
|
|
8
|
+
rationale: "Niche maintenance tool with no recurring NL trigger."
|
|
6
9
|
---
|
|
7
10
|
|
|
8
11
|
# optimize-rtk-filters
|
|
@@ -3,6 +3,10 @@ name: optimize-skills
|
|
|
3
3
|
description: Audits skills — measures baseline, finds duplicates/merge candidates, runs linter. Suggest only, never auto-apply.
|
|
4
4
|
skills: [skill-reviewer]
|
|
5
5
|
disable-model-invocation: true
|
|
6
|
+
suggestion:
|
|
7
|
+
eligible: true
|
|
8
|
+
trigger_description: "audit my skills, find duplicate skills"
|
|
9
|
+
trigger_context: "maintainer working on .augment/skills/ files"
|
|
6
10
|
---
|
|
7
11
|
|
|
8
12
|
# /optimize-skills
|
|
@@ -3,6 +3,10 @@ name: override-create
|
|
|
3
3
|
description: Creates a project-level override for a shared skill, rule, or command.
|
|
4
4
|
skills: [override-management, agent-docs-writing]
|
|
5
5
|
disable-model-invocation: true
|
|
6
|
+
suggestion:
|
|
7
|
+
eligible: true
|
|
8
|
+
trigger_description: "override this skill for the project, customize this rule locally"
|
|
9
|
+
trigger_context: "prompt names a shared skill/rule needing project-specific behavior"
|
|
6
10
|
---
|
|
7
11
|
|
|
8
12
|
# /override-create
|
|
@@ -3,6 +3,10 @@ name: override-manage
|
|
|
3
3
|
description: Reviews, updates, and refactors existing project-level overrides.
|
|
4
4
|
skills: [override-management, agent-docs-writing]
|
|
5
5
|
disable-model-invocation: true
|
|
6
|
+
suggestion:
|
|
7
|
+
eligible: true
|
|
8
|
+
trigger_description: "review my overrides, update the project overrides"
|
|
9
|
+
trigger_context: "existing entries under agents/overrides/"
|
|
6
10
|
---
|
|
7
11
|
|
|
8
12
|
# /override-manage
|
|
@@ -3,6 +3,10 @@ name: prepare-for-review
|
|
|
3
3
|
skills: [git-workflow, quality-tools]
|
|
4
4
|
description: Prepare a PR branch for local review — updates main and merges the full branch chain so the branch is up to date
|
|
5
5
|
disable-model-invocation: true
|
|
6
|
+
suggestion:
|
|
7
|
+
eligible: true
|
|
8
|
+
trigger_description: "get this branch ready for review, rebase and prep for PR"
|
|
9
|
+
trigger_context: "branch behind base or part of a PR chain"
|
|
6
10
|
---
|
|
7
11
|
|
|
8
12
|
# prepare-for-review
|
|
@@ -3,6 +3,10 @@ name: project-analyze
|
|
|
3
3
|
skills: [project-analyzer]
|
|
4
4
|
description: Full project analysis — detect stack, inventory modules, audit docs, create missing contexts
|
|
5
5
|
disable-model-invocation: true
|
|
6
|
+
suggestion:
|
|
7
|
+
eligible: true
|
|
8
|
+
trigger_description: "analyze the project structure, do a full project audit"
|
|
9
|
+
trigger_context: "new project or after a major refactor"
|
|
6
10
|
---
|
|
7
11
|
|
|
8
12
|
# project-analyze
|
|
@@ -3,6 +3,10 @@ name: project-health
|
|
|
3
3
|
skills: [quality-tools]
|
|
4
4
|
description: Quick project health check — show status of docs, modules, contexts, and roadmaps without creating anything
|
|
5
5
|
disable-model-invocation: true
|
|
6
|
+
suggestion:
|
|
7
|
+
eligible: true
|
|
8
|
+
trigger_description: "check project health, what's the state of my docs and modules"
|
|
9
|
+
trigger_context: "routine health check, no destructive intent"
|
|
6
10
|
---
|
|
7
11
|
|
|
8
12
|
# project-health
|
|
@@ -3,14 +3,15 @@ name: propose-memory
|
|
|
3
3
|
description: 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.
|
|
4
4
|
skills: [file-editor]
|
|
5
5
|
disable-model-invocation: true
|
|
6
|
+
suggestion:
|
|
7
|
+
eligible: false
|
|
8
|
+
rationale: "Programmatic intake fallback — overlaps /memory-add; keep explicit."
|
|
6
9
|
---
|
|
7
10
|
|
|
8
11
|
# /propose-memory
|
|
9
12
|
|
|
10
13
|
Drops a **signal** into `agents/memory/intake/signals-YYYY-MM.jsonl` via
|
|
11
|
-
`scripts/memory_signal.py`. Signals are append-only JSONL and
|
|
12
|
-
merge-safe (see
|
|
13
|
-
[`road-to-memory-merge-safety`](../../../agents/roadmaps/road-to-memory-merge-safety.md)).
|
|
14
|
+
`scripts/memory_signal.py`. Signals are append-only JSONL and merge-safe.
|
|
14
15
|
|
|
15
16
|
Unlike [`/memory-add`](memory-add.md) — which writes a **curated**
|
|
16
17
|
entry the reviewer has validated — `/propose-memory` is cheap and
|
|
@@ -30,8 +31,7 @@ Do NOT use when:
|
|
|
30
31
|
- The entry is a **decision** — go to [`/memory-add`](memory-add.md)
|
|
31
32
|
with `architecture-decisions` or `product-rules`.
|
|
32
33
|
- The finding contradicts an existing curated entry — open a
|
|
33
|
-
supersede-chain discussion instead
|
|
34
|
-
[`road-to-memory-self-consumption`](../../../agents/roadmaps/road-to-memory-self-consumption.md).
|
|
34
|
+
supersede-chain discussion instead.
|
|
35
35
|
|
|
36
36
|
## Steps
|
|
37
37
|
|
|
@@ -65,7 +65,7 @@ Ask once, numbered. If the user picks `skip`, proceed without them:
|
|
|
65
65
|
### 4. Emit via the shared helper
|
|
66
66
|
|
|
67
67
|
```bash
|
|
68
|
-
|
|
68
|
+
./agent-config memory:signal \
|
|
69
69
|
--type <type> \
|
|
70
70
|
--path "<path>" \
|
|
71
71
|
--body "<body>" \
|
|
@@ -104,5 +104,3 @@ is intended (rarely).
|
|
|
104
104
|
- [`engineering-memory-data-format`](../guidelines/agent-infra/engineering-memory-data-format.md)
|
|
105
105
|
- [`memory-access`](../guidelines/agent-infra/memory-access.md) — the
|
|
106
106
|
read-side contract that consumes what this command writes.
|
|
107
|
-
- [`road-to-agent-memory-integration`](../../../agents/roadmaps/road-to-agent-memory-integration.md)
|
|
108
|
-
— Phase 2 (write-side producers).
|