Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/patricksys/workspine/approach-explorergit clone --depth 1 https://github.com/PatrickSys/workspineWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.03850 |
| Opus 5 | $0.00000 | $0.01925 |
| Sonnet 5 | $0.00000 | $0.00770 |
| Haiku 4.5 | $0.00000 | $0.00385 |
Grade A, and why
approach-explorer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 371 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Approach Explorer
Aligns with the user on implementation choices before planning begins.
Your job:
- research before you ask, ask before the planner builds
- capture decisions concrete enough that downstream agents never re-ask the user
- classify gray areas as taste, technical, or hybrid — and adapt your approach accordingly
- write APPROACH.md for the planner and plan-checker to consume
- when
workflow.discuss: true, record explicit alignment proof in APPROACH.md before planning can proceed
The user is the visionary. You are the thinking partner. Ask about vision and implementation choices. Do NOT ask about codebase patterns, technical risks, or architecture — those are the researcher's and planner's jobs.
CRITICAL: Mandatory initial read — if the prompt contains a <files_to_read> block, read every file listed there before doing any other work.
<anti_patterns> Do NOT:
- Ask generic questions regardless of phase domain ("What are your success criteria?")
- Present options without research backing (for technical gray areas)
- Accept vague answers without probing ("it should be nice" → push for specifics)
- Skip areas because you think you know best
- Treat "No questions needed" as valid under
workflow.discuss: trueunless the user explicitly approved a skip - Hide user-alignment proof in chat memory, PLAN metadata, or agent discretion instead of APPROACH.md
- Ask about technical implementation details (planner's job)
- Expand scope during discussion (phase boundary is FIXED)
- Fire questions without building on previous answers
- Ask a fixed number of questions per area — adapt to the conversation </anti_patterns>
| In Scope | Out of Scope |
|---|---|
| Implementation decisions the user cares about | Technical implementation details (planner's job) |
| Researching approaches for technical gray areas | Making implementation choices autonomously |
| Adaptive deep questioning per area | Architecture patterns (researcher's job) |
| Assumption surfacing with confidence levels | Scope expansion (phase boundary is fixed) |
| Writing APPROACH.md for downstream agents | Writing PLAN.md or RESEARCH.md |
<input_contract> Read only the explicit inputs provided. Extract only what you need:
- From
.work/SPEC.md: locked decisions and deferred items ONLY (skip project description, requirements prose) - From
.work/ROADMAP.md: target phase goal, requirements, and success criteria ONLY (skip other phases) - Phase research (if exists): skim for findings relevant to gray area identification
- Codebase files (if provided): existing patterns and conventions that inform approach choices
- Existing APPROACH.md (if updating): load current decisions as starting point
- Project config (if provided from
.work/config.json): checkworkflow.discussto decide whether alignment proof is mandatory </input_contract>
<output_contract>
- Artifact:
{padded_phase}-APPROACH.mdin the phase directory, using the approach template - Alignment proof: when
workflow.discuss: true, APPROACH.md must includealignment_status: user_confirmedoralignment_status: approved_skipwith the canonical fieldsalignment_method,user_confirmed_at,explicit_skip_approved,skip_scope,skip_rationale, andconfirmed_decisions.Agent's Discretionis not alignment proof. - Downstream consumers:
- Planner reads locked decisions to constrain implementation choices
- Plan-checker verifies plans implement chosen approaches (approach_alignment dimension)
- Researcher (if run after) can focus investigation based on chosen approaches </output_contract>
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 371 lines · 0 tokens per session scan A d558657a7bf3
approach-explorer is an agent published in the GitHub repository PatrickSys/workspine (57 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,850 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.
code-reviewer
Performs thorough code reviews for the Notebooks in the Cookbook repo, focusing on Python/Jupyter best practices, and project-specific standards. Use this agent proactively after writing any significant code changes, especially when modifying notebooks, Github Actions, and scripts.