General
refocus - Claude MCP Skill
Refocus
SEO Guide: Enhance your AI agent with the refocus tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to refocus... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.md# Refocus Stop and realign with BDD workflow before continuing. ## Immediate Actions 1. **Compact context** - Run `/compact` to clear noise and focus on essentials 2. **Review relevant specs** - Find and read feature files in `specs/` related to current work: - List subdirectories: `ls specs/` - Read relevant `.feature` files - these ARE the requirements - If no feature file exists for your current task, that is a problem - create one first 3. **Review best practices**: - `AGENTS.md` - common mistakes table - `docs/TESTING_PHILOSOPHY.md` - workflow and test hierarchy - `specs/README.md` - BDD guidance 4. **Rebuild the todo list** - Replace the current todo list with: - A "Review feature file for [area]" task (in_progress) - Specific implementation tasks derived from the feature scenarios - A final task: "Refocus check - verify alignment with spec before completing" 5. **State your plan** - Before writing any code, explicitly state: - Which feature file(s) you are implementing - Which scenario(s) you are working on - What test level (E2E/integration/unit) comes first ## Why This Exists Agents repeatedly implement code without checking existing specs. This wastes time and creates work that diverges from requirements. The specs are not suggestions - they are the source of truth.
Signals
Information
- Repository
- langwatch/langwatch
- Author
- langwatch
- Last Sync
- 3/12/2026
- Repo Updated
- 3/12/2026
- Created
- 1/24/2026
Reviews (0)
No reviews yet. Be the first to review this skill!
Related Skills
upgrade-nodejs
Upgrading Bun's Self-Reported Node.js Version
cursorrules
CrewAI Development Rules
Confidence Check
Pre-implementation confidence assessment (≥90% required). Use before starting any implementation to verify readiness with duplicate check, architecture compliance, official docs verification, OSS references, and root cause identification.
ollama_agent_guide
Ollama Agent Usage Guide
Related Guides
Python Django Best Practices: A Comprehensive Guide to the Claude Skill
Learn how to use the python django best practices Claude skill. Complete guide with installation instructions and examples.
Mastering Python Development with Claude: A Complete Guide to the Python Skill
Learn how to use the python Claude skill. Complete guide with installation instructions and examples.
Mastering VSCode Extension Development with Claude: A Complete Guide to the TypeScript Extension Dev Skill
Learn how to use the vscode extension dev typescript Claude skill. Complete guide with installation instructions and examples.