원클릭으로
backlog
Manage product backlog as an ordered priority list
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Manage product backlog as an ordered priority list
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
This skill should be used when the user asks to "install openclaw", "set up openclaw", "configure openclaw channels", "openclaw gateway", "openclaw troubleshooting", "add whatsapp to openclaw", "add telegram to openclaw", "openclaw agent", "openclaw models", "openclaw cron", "openclaw memory", "openclaw skills", "openclaw security", "openclaw browser", "openclaw sessions", "openclaw workspace", "openclaw docker", "openclaw not working", "debug openclaw", "connect discord to openclaw", "openclaw setup guide", or mentions openclaw setup, configuration, troubleshooting, or daily usage.
Write BDD requirements in Gherkin format. Guides the user through the process.
Guided implementation planning with codebase understanding and requirement focus
Manage tech stack and architecture decisions
Document domain knowledge including entities, processes, and ubiquitous language
Execute an implementation plan step by step
| name | backlog |
| description | Manage product backlog as an ordered priority list |
Manage the product backlog at docs/strategy/backlog.md as an ordered list where position = priority.
Ask the user what they want to do:
Ask for:
Ask where to insert in the list (top, bottom, or after item X)
Add the item to docs/strategy/backlog.md
Store in docs/strategy/backlog.md:
# Product Backlog
| # | Title | Type | Status | Description |
|---|-------|------|--------|-------------|
| 1 | User authentication | Feature | backlog | Allow users to login with email/password |
| 2 | Fix checkout bug | Fix | in-progress | Cart total not updating on quantity change |
| 3 | Dark mode | Feature | backlog | Add dark theme option for accessibility |
| 4 | Refactor API layer | Tech Debt | backlog | Clean up duplicate API call patterns |
| 5 | Evaluate caching options | Spike | done | Research Redis vs Memcached for session storage |