这是一篇由原始材料转换而来的阅读页,保留了源文件的主要结构,并补充了可追溯的来源说明与链接。
摘要
Use this when building a new product or major product area primarily through Codex.
openaimarkdownarticle
Framework 1 — Agent-First Product Delivery
Use this when building a new product or major product area primarily through Codex.
Intent
Turn the repository into a self-describing, agent-operable system where Codex can: - read the map - start the app - inspect behavior - make a bounded change - verify the change - open or prepare a reviewable PR-sized increment
Core components
AGENTS.mdas mapdocs/index.mdas knowledge rootplans/active/*.mdfor complex workfeature_list.jsonfor user-visible completenessinit.shfor repeatable startup + smoke- browser automation + screenshots for UI verification
- local logs/metrics/traces readable by the agent
Recommended repository additions
docs/architecture/overview.mddocs/product/user-journeys.mddocs/runbooks/local-dev.mdplans/templates/exec-plan.mdscripts/smoke.shscripts/verify-pr.sh
Typical loop
- Read docs map and active plan
- Start isolated environment (prefer worktree if available)
- Reproduce or verify baseline behavior
- Implement one coherent increment
- Verify via tests + browser + logs
- Update plan and progress log
- Commit
Best fit
- greenfield app
- fast product iteration
- repos where humans want to stay above the code-writing layer
来源与参考
源文件: openai/framework-agent-product/README.md
来源目录: /srv/project/harness-engineering
继续阅读
Harness Engineering(OpenAI 版):把 Codex 变成可持续交付的软件工程系统这份目录基于 OpenAI 官方技术博客《工程技术:在智能体优先的世界中利用 Codex》: https://openai.com/zh Hans CN/index/harnessFramework 3 — Bug Reproduction / Fix / Regression FactoryUse this when the main workload is diagnosing and fixing bugs rapidly.Framework 4 — Documentation Garden / Knowledge ReliabilityUse this when the repository's main bottleneck is stale or fragmented knowledge.