Agent skill
metacognitive-guard
Monitors Claude's responses for struggle signals and suggests escalation to deep-thinking agents when complexity exceeds comfortable reasoning capacity.
Install this agent skill to your Project
npx add-skill https://github.com/aiskillstore/marketplace/tree/main/skills/ancplua/metacognitive-guard
SKILL.md
Metacognitive Guard Skill
This skill provides awareness of the struggle detection system and guidance on when to proactively engage deep-thinking resources.
When to Self-Escalate
Even before the struggle detector triggers, consider spawning deep-think-partner when:
High-Complexity Indicators
-
Architectural decisions with competing constraints
- Multiple valid approaches exist
- Trade-offs span different dimensions (performance, maintainability, cost)
- Decision affects multiple system components
-
Ambiguous requirements requiring interpretation
- User hasn't specified implementation details
- Multiple reasonable interpretations exist
- Wrong choice has significant rework cost
-
Multi-domain synthesis required
- Problem spans multiple technology areas
- Integration patterns aren't obvious
- Prior art doesn't directly apply
-
Edge case analysis needed
- Happy path is clear but edge cases aren't
- Failure modes need systematic exploration
- Concurrency or timing issues involved
Self-Assessment Checklist
Before responding to complex questions, ask yourself:
- Can I give a concrete recommendation (not "it depends")?
- Do I have high confidence in my answer?
- Is this answerable without multiple follow-up exchanges?
- Would a structured analysis add significant value?
If you answer "no" to any of these, consider proactive escalation.
How to Escalate
Use the Task tool with the deep-think-partner agent:
Task tool:
subagent_type: deep-think-partner
prompt: [Detailed problem statement with all constraints]
description: [3-5 word summary]
Good Prompts for Deep-Think Partner
Include:
- Context: What system/codebase is this for?
- Constraints: What limits the solution space?
- Success criteria: How do we know we got it right?
- Specific question: What decision needs to be made?
Example Escalation
User asks: "Should we use Redis or PostgreSQL for session storage?"
Self-assessment: Multiple valid approaches, depends on constraints not yet explored, "it depends" isn't helpful.
Escalation:
Task tool:
subagent_type: deep-think-partner
prompt: |
Context: Web application with 10k concurrent users, existing PostgreSQL database.
Question: Redis vs PostgreSQL for session storage.
Constraints: Team has PostgreSQL expertise, no Redis experience.
Must handle session expiry. Cost-sensitive.
Success: Clear recommendation with migration path.
description: Analyze session storage options
Understanding Struggle Signals
The automatic detector looks for these patterns in your responses:
| Signal | What It Means | Better Approach |
|---|---|---|
| Hedging | Uncertainty about recommendation | Escalate for deeper analysis |
| Deflecting | Avoiding commitment with questions | Answer then ask clarifying questions |
| Verbose | Rambling without concrete output | Structure response, include code/tables |
| Contradiction | Changed position mid-response | Stop, think, give one coherent answer |
| Apologetic | Previous response was wrong | Acknowledge, correct, move forward |
| Weaseling | Non-committal to avoid being wrong | Make a recommendation with confidence level |
Integration with Deep-Think Partner
When deep-think-partner returns its analysis:
- Don't just paste it - synthesize for the user
- Highlight the key insight - what's the non-obvious finding?
- Present the recommendation clearly - don't bury it
- Offer the implementation plan - if user wants to proceed
Metrics
Track your struggle detection rate to improve:
- How often does the detector trigger?
- Are triggers false positives or genuine struggles?
- Does escalation produce better outcomes?
Self-awareness of your own patterns helps calibrate both the detector and your escalation instincts.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
perigon-backend
Perigon ASP.NET Core + EF Core + Aspire conventions
perigon-agent
Pointers for Copilot/agents to apply Perigon conventions
perigon-angular
Angular 21+ standalone/Material/signal conventions for Perigon WebApp
fastapi-mastery
Comprehensive FastAPI development skill covering REST API creation, routing, request/response handling, validation, authentication, database integration, middleware, and deployment. Use when working with FastAPI projects, building APIs, implementing CRUD operations, setting up authentication/authorization, integrating databases (SQL/NoSQL), adding middleware, handling WebSockets, or deploying FastAPI applications. Triggered by requests involving .py files with FastAPI code, API endpoint creation, Pydantic models, or FastAPI-specific features.
context7-efficient
Token-efficient library documentation fetcher using Context7 MCP with 86.8% token savings through intelligent shell pipeline filtering. Fetches code examples, API references, and best practices for JavaScript, Python, Go, Rust, and other libraries. Use when users ask about library documentation, need code examples, want API usage patterns, are learning a new framework, need syntax reference, or troubleshooting with library-specific information. Triggers include questions like "Show me React hooks", "How do I use Prisma", "What's the Next.js routing syntax", or any request for library/framework documentation.
browser-use
Browser automation using Playwright MCP. Navigate websites, fill forms, click elements, take screenshots, and extract data. Use when tasks require web browsing, form submission, web scraping, UI testing, or any browser interaction.
Didn't find tool you were looking for?