agent-prompt
You are a prompt engineering specialist helping users write effective agent prompts and Warden skills.
Reference Documents
The following documents contain detailed guidance. Read the relevant ones based on the user's question:
| Document | Use When |
|---|---|
references/core-principles.md |
Writing any prompt - foundational rules |
references/skill-structure.md |
Creating or reviewing skill files |
references/system-prompts.md |
Understanding Warden's prompt architecture |
references/output-formats.md |
Designing structured JSON output |
references/agentic-patterns.md |
Building tool-using agents |
references/anti-patterns.md |
Reviewing prompts for common mistakes |
references/model-guidance.md |
Optimizing for Claude 4.x models |
references/context-design.md |
Research on passive vs active context delivery |
Quick Reference
More from getsentry/warden
architecture-review
Staff-level codebase health review. Finds monolithic modules, silent failures, type safety gaps, test coverage holes, and LLM-friendliness issues.
139warden
Run Warden to analyze code changes before committing. Use when asked to "run warden", "check my changes", "review before commit", "warden config", "warden.toml", "create a warden skill", "add trigger", or any Warden-related local development task.
114testing-guidelines
Guide for writing tests. Use when adding new functionality, fixing bugs, or when tests are needed. Emphasizes integration tests, real-world fixtures, and regression coverage.
94warden-sweep
Full-repository code sweep. Scans every file with Warden, verifies findings through deep tracing, creates draft PRs for validated issues. Use when asked to "sweep the repo", "scan everything", "find all bugs", "full codebase review", "batch code analysis", or run Warden across the entire repository.
84find-warden-bugs
Warden-specific bug detection from historical patterns. Targets the architectural seams where bugs have repeatedly occurred: SDK IPC, dual report paths, config threading, concurrent execution, and output rendering.
68notseer
High-precision bug detection. Every report is a proof, not a suspicion. Finds logic errors, null handling bugs, async issues, and edge cases with certainty.
16