docs(context): onboard project to Four Disciplines framework#3
Merged
michaelalber merged 1 commit intomainfrom Apr 20, 2026
Merged
docs(context): onboard project to Four Disciplines framework#3michaelalber merged 1 commit intomainfrom
michaelalber merged 1 commit intomainfrom
Conversation
Restructure AGENTS.md to match the Nate B. Jones project-context template: add Project Overview, Technology Stack, Architecture, Key Files, Persistent Decisions, Open Loops, Team, Available Tools, and Project Boot Ritual sections. Remove duplicated global coding standards (TDD, security rules, quality gates live in global AGENTS.md). Create intent.md: agent architecture (coding harness), primary goal, value hierarchy, tradeoff rules, decision boundaries, good/bad output definitions, and persistent decisions. Create constraints.md: must-do, must-not-do, preferences, escalation triggers, and project-specific quality gates. Create evals.md: three task-type test cases (file upload, RAG query, MCP integration), taste rules table, CI gate definitions, and rejection log scaffold. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.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
AGENTS.mdto match the Nate B. Jones project-context template: Project Overview, Technology Stack, Architecture, Key Files, Persistent Decisions, Open Loops, Team, Available Tools, Commands, and Project Boot Ritual. Removed duplicated global coding standards (those live in the globalAGENTS.md).intent.md: coding harness architecture declaration, primary goal, 5-value priority hierarchy, tradeoff rules, autonomous vs. escalate decision boundaries, and encoded good/bad output definitions.constraints.md: must-do and must-not-do lists (including local-first and MCP-optional rules), preferences, escalation triggers, and full quality gate table.evals.md: three task-type test cases (file upload, RAG query, MCP graceful degradation), taste rules, CI gate commands, and rejection log scaffold.Test plan
AGENTS.md— verify all sections present, no global standards duplicated, commands are accurateintent.md— verify value hierarchy and tradeoff rules match your prioritiesconstraints.md— verify must-not-do list covers all hard project boundariesevals.md— verify test cases and CI gate commands match the actual project setupAGENTS.mdreflects known gaps accurately🤖 Generated with Claude Code