소스 정보
- 저장소
- theyoungastronauts/polaris
- 최근 소스 활동
- 2026년 7월 3일 23:05
- 감지된 SKILL.md 언어
- 영어
- 스타
- 4
- 포크
- 1
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/theyoungastronauts/polaris --skill prd명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | prd |
| description | Generate a structured Product Requirements Document from a feature idea. |
| disable-model-invocation | true |
Adapted from external PRD and clarification skills
Generate a structured, demo-grade PRD from a rough idea, then refine it through systematic questioning. Combines requirement generation with clarification into a single pass.
/ux-spec for UI-heavy featuresNot for: Backend-only features, pure technical tasks, or ideas that are already well-specified.
The user provides a rough description — possibly vague, incomplete, or "vibe-level." You must:
Write a PRD with these 7 sections. Use concise, builder-friendly language.
[User] struggles to [do X] because [reason], resulting in [impact].
Pick the single most demo-worthy problem if multiple exist.
Define one primary user role:
Avoid personas or demographics.
The single most important end-to-end flow:
If this flow works, the demo works.
Required capabilities only. Use this table:
| ID | Function | Notes |
|---|
Rules: phrase as capabilities, no nice-to-haves, keep the list tight.
Explicitly define so nothing is left implicit:
After generating the PRD, ask the user for their preferred depth:
| Depth | Questions | Use When |
|---|---|---|
| Quick | 5 | Time-constrained, PRD is already solid |
| Medium | 10 | Balanced review of key areas |
| Long | 20 | Comprehensive exploration |
| Ultralong | 35 | Exhaustive deep-dive |
Then ask questions one at a time using AskUserQuestion, adapting after each answer.
Prioritize questions by impact:
After each answer, reassess:
Question quality standards:
After all questions are complete:
Write the PRD to docs/plans/{topic}-prd.md.
A builder could read this PRD, build a demo without guessing, and explain the product clearly to someone else.
"PRD is saved. Next steps:
- UI-heavy feature: Run
/ux-specto design the user experience before planning.- Technical feature: Start a new session with the planner agent to break this into implementation phases."
Overspecifying implementation: The PRD defines WHAT, not HOW. No tech stack, no architecture.
Skipping UX decisions (section 6): The most commonly under-specified section. Entry points, feedback states, and error handling are product decisions, not implementation details.
Too many functional requirements: If the list is longer than 8-10 items, you're past MVP. Cut ruthlessly.
Vague happy path: "User logs in and does the thing" is not a use case. Number every step.