New Project Workflow#6
Open
leandrostasi-jt wants to merge 3 commits into
Open
Conversation
…xisting files and prevent overwriting non-file paths
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.
This pull request introduces a comprehensive new framework for starting, planning, and reviewing brand-new projects from source documents, with an emphasis on traceability, disciplined workflow, and tool-agnostic behavioral guidelines. It introduces a new "new-project" workflow, refactors shared behavioral guidance into a core document, and adds wrappers and configuration for both Claude Code and OpenAI Codex. The changes provide new agent definitions, planning and review protocols, and installation/configuration instructions for Codex compatibility.
Major changes include:
New Project Workflow and Agent Support
new-project-architectagent (agents/new-project-architect.md) to synthesize requirements and architecture from source documents, ensuring all decisions are source-backed and traceable.planneragent (agents/planner.md) to support new-project planning, requiring specific artifacts, enforcing a strict task file contract, and providing detailed traceability protocols. [1] [2]reviewerandantagonistagents to add new-project-specific review and validation checks, ensuring all requirements, architecture, and artifacts are satisfied and traceable. [1] [2]Shared Core Guidance Refactor
CORE.md, covering brevity, scope discipline, spec workflow, simplicity, surgical changes, and goal-driven execution. Project-specific wrappers (CLAUDE.md,AGENTS.md,codex/AGENTS.md) now referenceCORE.mdfor shared rules. [1] [2] [3] [4]README.mdand configuration files for Codex. [1] [2]Codex Adapter and Prompt Support
codex/AGENTS.md,codex/README.md,codex/config.toml, and a set of prompt wrappers for common skills and commands, ensuring seamless integration with OpenAI Codex workflows. [1] [2] [3] [4] [5] [6] [7]These changes establish a robust, rules-driven process for greenfield project setup, planning, and review, while unifying behavioral guidance across AI coding tools.