When to use me
- Run this skill at the beginning of EVERY task, repository lookup, or codebase refactoring.
- Run this skill to check project conventions and avoid raw file reading/search operations.
How to use me
You must invoke the agent-guidance-mcp tools in this priority order:
- Call
task_pipeline(task="...")at the start of any coding task to retrieve workspace context, tree, and recommendations. - Call
guidance(operation="search", query="...")before implementing coding standards. - Call
project_context(operation="read", relative_path="...")instead of standard file reads (capped at 300 lines). - Call
project_context(operation="search", query="...")instead of standard file search.