aming-claw-project-inbox

Capture raw user requirements and coordinate Capture and Confirmation modes for backlog promotion via governance endpoints.

26|5|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/amingclawdev/aming-claw --skill aming-claw-project-inbox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aming-claw-project-inbox
Source: https://github.com/amingclawdev/aming-claw/tree/main/skills/aming-claw-project-inbox
Command: npx skills add https://github.com/amingclawdev/aming-claw --skill aming-claw-project-inbox

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Project Inbox provides a lightweight intake workflow to capture raw user requirements, keep conversations flowing without dispatching work, and prepare items for later backlog promotion.

Core Features & Use Cases

  • Capture Mode: store user words exactly as requirements to avoid premature decomposition.
  • Confirmation Mode: group, clarify, and upsert confirmed items into backlog rows.
  • Backlog Promotion: promote ready items into the Aming Claw backlog with traceable context.

Quick Start

Capture raw requirements by sending user text to the raw-requirements endpoint and maintain the Capture Mode flow until the user signals completion.

Frequently Asked Questions about aming-claw-project-inbox

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I capture raw user requirements without premature decomposition?

To capture raw requirements without premature decomposition, store user text verbatim in Capture Mode. This prevents premature dispatch by keeping conversations flowing until the user signals completion.

What is the best way to promote raw requirements into a project backlog?

The best way to promote raw requirements into a project backlog is through Confirmation Mode. This coordinates grouping, clarifying, and upserting confirmed items into backlog rows with traceable context for safe promotion.

How does backlog governance validation work for project intake workflows?

Backlog governance validation works by exposing endpoints to list, read, promote, and upsert backlog items. This ensures safe, auditable promotion only after confirmation during the project intake workflow.

Can I group and clarify raw requirements before dispatching work?

Yes, you can group and clarify raw requirements before dispatching work by using Confirmation Mode. It allows you to refine raw intake items into structured backlog rows, preventing premature work dispatch.

Why does my project inbox prevent premature dispatch of raw requirements?

Your project inbox prevents premature dispatch of raw requirements by design. It maintains a Capture Mode flow to keep conversations going and stores user words exactly until confirmation is explicitly signaled.