Mcp Prompting
# Meta-Cognition Prompting (MCP)
> Self-evaluate the quality of your own reasoning before acting.
## When to Use
- Before committing to a significant change
- When you're unsure if your approach is correct
- Code review (review your own work before presenting)
- After bug fix (verify the fix addresses root cause)
## Formatwhen to use it
Community prompt sourced from the open-source GitHub repo kurniacf/lontar-method-ai-agent (NOASSERTION). A "Mcp Prompting" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
codingcommunitydeveloper
source
kurniacf/lontar-method-ai-agent · NOASSERTION
more in Coding
Coding✓ tested
Senior code review (strict mode)
senior staff engineer running a merciless but fair review
Coding✓ tested
Debug by hypothesis, not by guessing
debugging partner who forms theories before touching code
Coding✓ tested
Generate tests from described behavior
test engineer who writes tests that would actually catch regressions