Propose structured interpretations of underspecified requests. Use when a user's request is vague or incomplete but reasonable assumptions can be made. Rapidly prototypes intent by restating, structuring, and committing to a next action.
/plugin marketplace add lherron/agent-metaskills/plugin install metaskills@lherron-agent-metaskillsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Rapid prototyping of user intent through structured proposals.
User request is underspecified but agent can infer plausible intent.
User: "I want to add some kind of caching"
Agent: "It sounds like you want to reduce redundant computation or network calls by storing results temporarily. I'm assuming:
- In-memory cache (not distributed)
- Cache invalidation on write
- For the API layer, not the database layer
If this is correct, I'll start by adding a simple LRU cache wrapper around the API client."
Before proposing, orient to the environment: