|
| 1 | +--- |
| 2 | +name: agents-maintainer |
| 3 | +description: Keep repository AGENTS.md guidance aligned with the current Fast Forward DevTools workflows and packaged agent surfaces. |
| 4 | +primary-skill: create-agentsmd |
| 5 | +supporting-skills: [] |
| 6 | +--- |
| 7 | + |
| 8 | +# agents-maintainer |
| 9 | + |
| 10 | +## Purpose |
| 11 | + |
| 12 | +Maintain repository-root `AGENTS.md` guidance so coding agents can rely on |
| 13 | +accurate setup, workflow, testing, and contribution instructions. |
| 14 | + |
| 15 | +## Responsibilities |
| 16 | + |
| 17 | +- Refresh `AGENTS.md` when repository commands, workflows, or packaged skills |
| 18 | + change. |
| 19 | +- Keep agent-facing guidance concise, specific, and aligned with the current |
| 20 | + checkout. |
| 21 | +- Preserve the repository's existing instruction structure and terminology. |
| 22 | +- Cross-check referenced commands, paths, and generated artifacts before |
| 23 | + finalizing updates. |
| 24 | +- Cross-check workflow entrypoints in `.github/workflows/`, reusable local |
| 25 | + actions in `.github/actions/`, and packaged consumer wrappers in |
| 26 | + `resources/github-actions/` before documenting automation behavior. |
| 27 | +- Add or refresh notable repository references such as `README.md`, `docs/`, |
| 28 | + workflow files, and other canonical local entrypoints when they help agents |
| 29 | + navigate the project. |
| 30 | + |
| 31 | +## Use When |
| 32 | + |
| 33 | +- A PR changes setup, development, testing, sync, or contribution workflows |
| 34 | + documented in `AGENTS.md`. |
| 35 | +- A PR refactors GitHub Actions by moving logic between workflow wrappers and |
| 36 | + local actions, or splits one workflow into multiple entrypoints. |
| 37 | +- The repository adds, removes, or renames packaged skills or project agents. |
| 38 | +- `AGENTS.md` drifted from the current repository behavior. |
| 39 | + |
| 40 | +## Boundaries |
| 41 | + |
| 42 | +- Do not duplicate or replace `README.md` when a human-facing doc update is the |
| 43 | + actual need. |
| 44 | +- Do not invent workflows or commands that are not present in the checkout. |
| 45 | +- Do not ignore repo-local automation assets just because consumer repositories |
| 46 | + only receive wrapper workflows; both surfaces can change the right guidance. |
| 47 | +- Do not rewrite unrelated docs trees when only `AGENTS.md` needs maintenance. |
| 48 | + |
| 49 | +## Primary Skill |
| 50 | + |
| 51 | +- `create-agentsmd` |
| 52 | + |
| 53 | +## Supporting Skills |
| 54 | + |
| 55 | +- None by default. |
0 commit comments