statelisted
Install: claude install-skill synaptiai/agent-capability-standard
## Intent
Create a structured representation of the current state of a domain, system, or entity. This is the foundation for world modeling, enabling tracking of entities, relationships, and properties over time.
**Success criteria:**
- State captured in structured, queryable format
- Entities and relationships clearly identified
- Uncertainty and confidence explicitly represented
- Evidence anchors for all state assertions
**Compatible schemas:**
- `schemas/output_schema.yaml`
- `reference/world_state_schema.yaml`
## Inputs
| Parameter | Required | Type | Description |
|-----------|----------|------|-------------|
| `scope` | Yes | string | What domain/system to model (e.g., "user authentication", "payment processing") |
| `schema` | No | object | State schema defining expected structure |
| `timestamp` | No | string | Point in time for state (default: now) |
| `depth` | No | string | Modeling depth: surface, detailed, comprehensive |
## Procedure
1) **Define scope boundaries**: Clarify what is included in the state model
- Identify system or domain boundaries
- Determine entity types to include
- Establish relationship types to capture
2) **Identify entities**: Enumerate entities within scope
- Extract entity references from sources
- Assign unique identifiers
- Capture entity properties/attributes
3) **Map relationships**: Document connections between entities
- Identify relationship types (contains, depends_on, references)
- Note relations