docs: remove phase-4 agent persona references#2020
docs: remove phase-4 agent persona references#2020alexeyv wants to merge 15 commits intodelete-phase4-agentsfrom
Conversation
…rce of truth Replace duplicated workflow-era rules in .augment/code_review_guidelines.yaml with a single reference to tools/skill-validator.md. Append the skill spec cheatsheet to the validator with a link to the Agent Skills specification. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Previously the quality workflow only triggered on pull_request events, so direct pushes to main (including merged PRs) skipped all CI checks. Add a push trigger for the main branch so broken builds are caught. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
ci: run quality checks on pushes to main
Keep cheatsheet focused on the Agent Skills open standard only. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ator-update chore(tools): align Augment config with skill-validator
Follow-up to the agent persona deletion in the parent branch. Update 11 English doc files to remove references to deleted agents (dev/Amelia, pm/John, qa/Quinn, sm/Bob, quick-flow-solo-dev/Barry, bmad-master) and replace with workflow skill equivalents. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
🤖 Augment PR SummarySummary: This PR updates the English documentation to remove references to deleted “phase-4” agent personas (Dev/PM/QA/SM/Quick-Flow Solo Dev/BMAD Master) and standardize on workflow-skill names. Changes:
Technical Notes: The changes are documentation-only and aim to keep commands/triggers consistent with the current post–phase-4-agent-removal skill set, while preserving references to surviving agents (Mary/Winston/Sally/Paige). 🤖 Was this summary useful? React with 👍 or 👎 |
| | --- | --- | --- | | ||
| | Fix a specific bug or make a small, scoped change | **DEV agent** | Jumps straight into implementation without planning overhead | | ||
| | Change touches several files or you want a written plan first | **Quick Flow Solo Dev** | Creates a quick-spec before implementation so the agent stays aligned to your standards | | ||
| | Fix a specific bug or make a small, scoped change | `bmad-dev-story` | Jumps straight into implementation without planning overhead | |
There was a problem hiding this comment.
bmad-dev-story is designed to implement a story file (it discovers/uses sprint-status.yaml + ready-for-dev stories), but this section presents it as an ad-hoc “tell the AI in plain language” quick-fix workflow. That mismatch may leave users blocked when they don’t have story artifacts prepared.
Severity: medium
Other Locations
docs/how-to/quick-fixes.md:29docs/how-to/quick-fixes.md:35docs/how-to/quick-fixes.md:55
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
|
|
||
| | Agent | Skill ID | Triggers | Primary workflows | | ||
| | ---------------------- | ------------------ | ---------------------------------- | --------------------------------------------------------------------------------------------------- | | ||
| | Analyst (Mary) | `bmad-analyst` | `BP`, `RS`, `CB`, `DP` | Brainstorm Project, Research, Create Brief, Document Project | |
There was a problem hiding this comment.
The Analyst row lists trigger RS / workflow “Research”, but the Analyst agent menu defines research triggers as MR/DR/TR (market/domain/technical) rather than RS. As written, this table likely points readers to a trigger that doesn’t exist in the default install.
Severity: medium
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
f84b41c to
43ca26e
Compare
Remove all references to deleted phase-4 agent personas from French documentation, matching upcoming PR bmad-code-org#2020 changes: - Remove agent personas: dev/Amelia, pm/John, qa/Quinn, sm/Bob, quick-flow-solo-dev/Barry, bmad-master - Replace deleted agent skill invocations with equivalent workflow skills (bmad-dev-story, bmad-qa-generate-e2e-tests, bmad-quick-dev, etc.) - Depersonalize QA references ("Quinn" → "QA Intégré" / "Workflow QA") - Simplify workflow invocation instructions (remove "invoke agent" pattern) - Fix upgrade-to-v6.md SM/Scrum Master references
Remove all references to deleted phase-4 agent personas from French documentation, matching upcoming PR bmad-code-org#2020 changes: - Remove agent personas: dev/Amelia, pm/John, qa/Quinn, sm/Bob, quick-flow-solo-dev/Barry, bmad-master - Replace deleted agent skill invocations with equivalent workflow skills (bmad-dev-story, bmad-qa-generate-e2e-tests, bmad-quick-dev, etc.) - Depersonalize QA references ("Quinn" → "QA Intégré" / "Workflow QA") - Simplify workflow invocation instructions (remove "invoke agent" pattern) - Fix upgrade-to-v6.md SM/Scrum Master references
* docs: i18n(fr): add complete French translation Add comprehensive French (fr-FR) translation covering all documentation sections and website configuration: - Core docs, How-to guides, Explanations, References - Website config: astro.config.mjs locale setup, fr-FR.json i18n strings - Assets: French workflow map diagram and quick-dev diagram Terminology standardized on "Quick Dev" (replacing legacy "Quick Flow"). * docs(fr): remove references to deleted phase-4 agent personas Remove all references to deleted phase-4 agent personas from French documentation, matching upcoming PR #2020 changes: - Remove agent personas: dev/Amelia, pm/John, qa/Quinn, sm/Bob, quick-flow-solo-dev/Barry, bmad-master - Replace deleted agent skill invocations with equivalent workflow skills (bmad-dev-story, bmad-qa-generate-e2e-tests, bmad-quick-dev, etc.) - Depersonalize QA references ("Quinn" → "QA Intégré" / "Workflow QA") - Simplify workflow invocation instructions (remove "invoke agent" pattern) - Fix upgrade-to-v6.md SM/Scrum Master references * docs(fr): fix typos --------- Co-authored-by: Alex Verkhovsky <alexey.verkhovsky@gmail.com>
Summary
bmad-dev-story,bmad-quick-spec,bmad-quick-dev,bmad-qa-generate-e2e-tests, etc.)Follow-up to #2014 — targets
delete-phase4-agentsbranch.Test plan
grepverification: zero matches for deleted agent names/skill IDs in English docsnpm run docs:buildpasses with no broken links🤖 Generated with Claude Code