Doc Writing
Guide for writing user-facing technical documentation for software features. Use when writing new docs, updating existing docs, or auditing docs for accuracy and style. Covers the full workflow from researching a feature through writing and reviewing the output.
Agent Collaboration
Universal guide for agent-user collaboration - covers how to collaborate with users, plan work, make decisions, handle errors, and communicate effectively.
Story Writing
Guide for writing well-structured user stories across all issue trackers and domains. Use when writing user stories to ensure proper structure, Given/When/Then format, clear acceptance criteria, and appropriate tracker-specific formatting. Covers generic principles, Jira markup, Cloud Foundry API patterns, and Cloud Foundry CLI patterns.
Skill Writing
Meta-skill for creating effective skill documents using progressive disclosure. Use when creating new skills, updating existing skills, reviewing skill quality and structure, organizing skills with references, or when users request help with skill design, organization, or best practices.
Technical Proposal Crafting
Write, review, and edit technical design proposals — both High-Level Designs (HLDs, for alignment/approval) and Low-Level Designs (LLDs, for implementation). Use when drafting, restructuring, reviewing, or editing a design doc, architecture proposal, RFC, or "tech spec"; when deciding what belongs in a high-level vs low-level document; when a proposal must be approved by an architect/lead or hand…
Pr Review
Systematic code review process for pull requests. Use when conducting thorough PR reviews to validate implementation correctness, scope alignment, and code quality with empirical testing and structured issue tracking.
Agent Session Retro
Conduct end-of-session retrospectives to identify improvements to skills, AGENTS.md, processes, and collaboration patterns. Use at session end to reflect on what worked well, what could be improved, and propose concrete changes to tooling or documentation.
Command Writing
Guide for creating effective Cursor commands. Use when creating new commands, updating existing commands, reviewing command quality, or when users request help with command design, organization, or best practices. Commands are simple slash-invoked workflows distinct from skills.
Agent Issue Tracking
Track issues, findings, and tasks during code reviews or development work using agent-friendly issue tracking tools. Use when conducting code reviews, managing multiple parallel tasks, tracking findings that need action, coordinating work with other agents, or generating work summaries.
Code Development
Guide for writing production code with automated tests. Use when implementing features, fixing bugs, refactoring code, or writing any production software. Covers development practices, testing principles, code style, and architectural alignment.