一键导入
prd
Generate or update the PRD (prd.json) for maxsim-flutter development. Use when adding new features or re-planning stories.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate or update the PRD (prd.json) for maxsim-flutter development. Use when adding new features or re-planning stories.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run quality checks and generate a comprehensive report. Use proactively before any git commit, after completing implementation work, or when the user asks about code quality.
Run Ralph autonomous agent loop or check Ralph status. Use /ralph to start autonomous development, /ralph status to check progress.
Run TDD workflow actions — generate test specs, write failing tests, implement, refactor, check coverage.
Provides context about maxsim-flutter's available modules, architecture patterns, and configuration. Use when discussing Flutter project setup options.
| name | prd |
| description | Generate or update the PRD (prd.json) for maxsim-flutter development. Use when adding new features or re-planning stories. |
| disable-model-invocation | true |
| argument-hint | [{"action":"generate|add-story|status|test-spec"}] |
Generate a complete prd.json following Ralph's format with phased user stories. Acceptance criteria for every story MUST include: "Tests written first (TDD)"
Add a new user story to the existing prd.json:
{
"id": "PX-NNN",
"phase": N,
"priority": N,
"title": "...",
"description": "...",
"acceptanceCriteria": ["Tests written first (TDD)", "..."],
"passes": false
}
Read prd.json and progress.txt, report:
Generate a test case list for a specific story:
it('...') descriptions