docs: Refactor agent workflows and update AGENTS.md#12
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Renames all 10 agent workflow files to shorter hyphenated names, standardizes each with a consistent
Purpose / Preparation / Output / Constraintsstructure, and restructuresAGENTS.mdwith a project description, promoted Development commands section, and 13 named Architecture Constraints subsections. A newdocs/workflow-authoring.mddocuments the authoring standards and four authoritative references (AGENTS.md spec, MCP 2025-11-25, Claude Agent Skills overview and best practices) so future workflow additions follow the same conventions.Documents changed
branch-audit.md,code-review.md, etc.);Purpose / Preparation / Output / Constraintssections; cross-references updated throughoutrun-project.mdPurpose,Preparation,Constraints, andOutputsections; title shortenedAGENTS.mdDevelopment commandspromoted to first section;Hard rulesnumbered list expanded into 13 named### Architecture Constraintssubsections; updated Workflow Library table and added### Invocationexamplesdocs/agent-workflows/README.mdworkflow-authoring.mdpointer addeddocs/workflow-authoring.mdFile-by-file changes
Agent workflows — renamed and restructured
docs/agent-workflows/branch-change-impact-audit.md→docs/agent-workflows/branch-audit.md: Renamed to a shorter name and added## Preparationsection; cross-references to old filenames updated toflag-review.mdandcode-review.md.docs/agent-workflows/code-quality-review.md→docs/agent-workflows/code-review.md: Renamed;## Before review→## Preparation,## Required output format→## Output; CSS review cross-reference updated tocss-review.md.docs/agent-workflows/css-and-component-standards-review.md→docs/agent-workflows/css-review.md: Renamed;## Before review→## Preparation,## Review scope→## Scope,## Required output format→## Output;code-review.mdcross-reference updated.docs/agent-workflows/feature-implementation-planning.md→docs/agent-workflows/feature-plan.md: Renamed;## Before planning→## PreparationwithAGENTS.mdread step prepended; added## Outputdescribing the 7-item plan format and## Constraintsreplacing the prior## Usagesection.docs/agent-workflows/feature-flag-gating-review.md→docs/agent-workflows/flag-review.md: Renamed; added## Preparation;## Review scope→## Scope,## Required output format→## Output;code-review.mdcross-reference updated.docs/agent-workflows/figma-design-to-code.md→docs/agent-workflows/figma-to-code.md: Renamed;## Accessand## Getting a node IDsections consolidated into new## Preparation;## Output format→## Output; new## Constraintssection added;css-review.mdcross-references updated.docs/agent-workflows/pre-merge-full-review.md→docs/agent-workflows/merge-review.md: Renamed;## Before starting→## Preparation; all 10 sub-workflow cross-references updated to new filenames across phase headings and phase execution steps.docs/agent-workflows/pull-request-description-generator.md→docs/agent-workflows/pr-description.md: Renamed; added## Preparationpointing to the Context isolation and Inputs sections;## Strict rules→## Constraints,## Required output format→## Output.docs/agent-workflows/manual-qa-checklist-generator.md→docs/agent-workflows/qa-checklist.md: Renamed; added## PreparationwithAGENTS.mdread andgit diffsteps;## Required output format→## Output;test-review.mdcross-reference updated.docs/agent-workflows/test-suite-quality-review.md→docs/agent-workflows/test-review.md: Renamed; added## Preparation;## Required output format→## Output;## Final instructionmerged into## Constraintsas a final bullet.Agent workflows — restructured only
docs/agent-workflows/run-project.md: Added## Purpose,## Preparation,## Constraints, and## Outputsections; title shortened from "Run Project Workflow" to "Run Project"; trigger phrases moved into## Preparation.Top-level agent documentation
AGENTS.md: Added 2-sentence project description after the title; moved## Development commandsto be the first substantive section; replaced the 11-item### Hard rulesnumbered list with## Architecture Constraintscontaining 13 named###subsections (including forward-looking auth and database security constraints); merged the two duplicate "Running the project" headings into one; updated Workflow Library table with all new filenames; added### Invocationsubsection with 11 example strings; addedworkflow-authoring.mdpointer in the Maintaining section.docs/agent-workflows/README.md: Updated workflow table and all invocation examples to new filenames; addedworkflow-authoring.mdmaintenance pointer; updated the general-pattern example.docs/workflow-authoring.md: New file establishing authoring standards — standards table covering AGENTS.md spec, MCP 2025-11-25, and Claude Agent Skills; AAIF governance paragraph; four authoritative reference subsections with URLs and annotations; conventions template with required section order and key rules.