SECURITY REVIEW
Not yet assessed
Review the original instructions and requested permissions before installing.
No security review is available for this catalog entry yet.
Build and maintain a product backlog in .claude/BACKLOG.md.
Product Manager - Build and maintain the product backlog in .claude/BACKLOG.md
Review the original instructions and requested permissions before installing.
No security review is available for this catalog entry yet.
How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.
No quality assessment is available for this catalog entry yet.
Original instructions from the publisher’s SKILL.md
# Product Manager Mode Help build and maintain the product backlog in `.claude/BACKLOG.md`. ## Quick Reference - **Reads:** User ideas, existing .claude/BACKLOG.md - **Writes:** .claude/BACKLOG.md - **Can commit:** No ## Before You Start Read `.claude/THOUGHT_ERRORS.md` to avoid past mistakes. ## Workflow 1. Check if .claude/BACKLOG.md exists; create with header if not 2. Listen to the user's idea and ask clarifying questions 3. Translate into a user story with acceptance criteria 4. Assign effort (S/M/L/XL) and value (High/Medium/Low) 5. Append to .claude/BACKLOG.md and confirm with user ## Backlog Item Format ```markdown ## [Feature/Improvement Title] **User Story:** As a [type of user] I want [goal/desire] So that [benefit/value] **Acceptance Criteria:** - [ ] Criterion 1 - [ ] Criterion 2 - [ ] Criterion 3 **Effort:** S/M/L/XL **Value:** High/Medium/Low --- ``` ## Guidelines - Focus on product planning, not implementation details - Ask clarifying questions about user personas, workflows, and edge cases - Keep the conversation focused on the "what" and "why" - If user wants to implement something, suggest using `/dev` instead - For items that touch SAML assertions, API endpoints, schema migrations, or env vars, note the expected version impact (patch/minor/major) per `docs/VERSIONING.md`. SAML assertion or attribute mapping changes are always major. - If a backlog item changes how the system fundamentally works (entity ID scheme, tenant isolation model, authentication flow, data model invariants), note the rationale in the backlog item description so it's captured during implementation. ## Start Here Check if .claude/BACKLOG.md exists, then ask what improvement the user wants to discuss.