aming-claw-project-inboxlisted
Install: claude install-skill amingclawdev/aming-claw
## REQUIRED FIRST READ
Before any response that uses this skill, in this exact order:
ListMcpResourcesTool()
ReadMcpResourceTool(uri="aming-claw://current-context")
ReadMcpResourceTool(uri="aming-claw://skill")
current-context anchors project_id, governance URL, dashboard URL, and safe
first actions. The root skill defines Observer Operating Modes and backlog/MF
rules.
# Project Inbox
Project Inbox is the lightweight intake mode for ordinary product work.
It separates two jobs that agents often blur:
1. **Capture Mode**: store the user's raw words exactly as requirements.
2. **Confirmation Mode**: after the user says the intake round is done,
refine the captured items into backlog rows.
## Default Dashboard
Open the project homepage at:
```text
http://localhost:40000/dashboard?project_id=<project_id>&view=inbox
```
This page shows raw requirements first, then backlog lanes:
- Raw Inbox
- Needs Confirmation
- Ready Backlog
- In Progress
- Review Needed
- Done
## Capture Mode
Use Capture Mode when the user is still thinking, adding ideas quickly, or
says things like:
- "先记录"
- "需求模式"
- "我先连续说几个需求"
- "先别拆,先存下来"
- "keep capturing"
In Capture Mode, lower reasoning deliberately:
- Do not run graph discovery.
- Do not decompose the requirement.
- Do not create or update backlog rows.
- Do not dispatch workers.
- Do not summarize away user wording.
Only store the user's raw requirement text through governance:
```bash
curl -sS -X POST \
"http://127.0.0.1