Spaces:
Running
Running
File size: 1,129 Bytes
3f76ff4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | <!-- BEGIN:nextjs-agent-rules -->
# This is NOT the Next.js you know
This version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in `node_modules/next/dist/docs/` before writing any code. Heed deprecation notices.
<!-- END:nextjs-agent-rules -->
# Agentic PM Demo (Codex)
## Product
Build an independent web demo called **Agentic PM Demo** (not a Codex plugin).
The UI is split:
- Left: chat workspace
- Right: structured IoT product-development work packages
## MVP Rules
1. Seed work packages from `agentic_pm_demo_codex_plans/data/work-packages.seed.json`.
2. Support commands:
- `@WorkPackageName ask ...`
- `@WorkPackageName plan ...`
- `@WorkPackageName change ...`
- `@WorkPackageName execute ...`
3. All `execute` tasks are simulated.
4. Every simulated output must include this disclaimer verbatim:
> This is a simulated execution result generated for demo purposes. No real external tool, engineering review, certification approval, user database, image generation service, patent search, or test system was executed.
|