원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
SOC 직업 분류 기준
| 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