Add agent-agnostic AI skill structure with Docs/ reference guides#41
Draft
amccall-mindera wants to merge 2 commits intomainfrom
Draft
Add agent-agnostic AI skill structure with Docs/ reference guides#41amccall-mindera wants to merge 2 commits intomainfrom
amccall-mindera wants to merge 2 commits intomainfrom
Conversation
- Create AGENTS.md at repo root as tool-agnostic source of truth - Create Docs/ with 8 reference guides extracted from copilot-instructions.md: Architecture.md, Navigation.md, GraphQL.md, Localization.md, CodeStyle.md, Testing.md, Development.md, QuickReference.md - Add 7 standardised .ai/agents/ files: feature-orchestrator, feature-developer, graphql-specialist, localization-specialist, security-specialist, spec-writer, testing-specialist - Slim .github/copilot-instructions.md to a 5-line stub referencing AGENTS.md - Update all agent reference links to point to Docs/ files Agents are now named and structured consistently with Alfie-iOS and Alfie-Android. Agents located in .ai/agents/ for tool-agnostic compatibility (works with GitHub Copilot, Claude, Cursor, and any AGENTS.md-compatible tool). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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
Introduces a fully tool-agnostic AI agent structure for the Flutter repo, consistent with Alfie-iOS and Alfie-Android.
Changes
New files
AGENTS.md— repo root source of truth (agents table, critical rules, pointers to Docs/).ai/agents/— 7 standardised agents:feature-orchestrator,feature-developer,graphql-specialist,localization-specialist,security-specialist,spec-writer,testing-specialistDocs/— 8 reference guides extracted from copilot-instructions.md:Architecture.md,Navigation.md,GraphQL.md,Localization.mdCodeStyle.md,Testing.md,Development.md,QuickReference.mdModified
.github/copilot-instructions.md→ slimmed to 5-line stub pointing toAGENTS.mdWhy
Mirrors the structure established in Alfie-iOS (PR #62). All content is preserved — just reorganised so any AI tool (GitHub Copilot, Claude, Cursor, or any AGENTS.md-compatible tool) loads minimal context by default and reads detailed guides on-demand.