Install
$ agentstack add skill-imnotthewolfofficial-auto-master-skills-auto-research ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Auto Research
Turn the current discussion into a research-scope artifact, get the scope approved, then execute the research. This skill never implements: no code changes, no refactors, no fixes — research and its write-up only. Its output feeds auto-plan.
Stage 1 — Scope (always first; stops at an approval gate)
- Capture the objective and what is already known from the discussion and any repo evidence at hand.
- Write the research-scope
.mdto~/.auto-master/artifacts//-research-.md(same storage rule as auto-plan: outside repos unless the user asks for a repo-owned doc; never name files or content after AI models or providers). - List every research item needed to write a solid development plan, split into:
- Internal — our codebase: systems/files to inspect, current behavior to confirm, constraints, integration points, existing tests and conventions.
- External — outside sources: repos to mine for ideas, docs, APIs, standards, comparable products.
Each item gets: the question to answer, why it matters to the plan, method/source, expected output, and priority (P0 blocks planning; P1 shapes design; P2 nice-to-know).
- Present a short summary plus proactive suggestions: research angles the user has not mentioned — risks, alternatives, security/privacy questions, migration/compatibility concerns, licensing.
- Iterate until the user — or the managing agent, when the user has delegated the build — confirms the scope is sufficient to move to planning. Do not start researching, planning, or coding before that approval. Record who approved and when in the artifact.
Stage 2 — Execute (only after scope approval)
- Work items in priority order. Read internal sources directly; batch external lookups.
- Write findings into the artifact (or a sibling
-findings.mdwhen large): per item, a tight summary with file paths/links as citations — never pasted dumps. Mark each item answered, partially answered, or blocked with the reason. - Close with: key findings, decisions the findings force, open questions that still need the user, and a readiness call for
auto-plan.
Token Economy
- Read internal items directly; use a sub-agent only for parallelizable external research that would bloat the main context, and reuse an existing agent when one is available.
- Cap depth to what the plan needs: P0 items get thorough answers, P2 items get a paragraph.
- Summarize with pointers (paths, URLs, headings) so the planning phase can drill in without re-researching.
Boundaries
- Read-only: no source edits, no dependency installs, no migrations, no spend, no account actions.
- External access is read-only study; when mining a repo for ideas, note its license in the findings.
- Redact secrets and private data from artifacts before writing them.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ImNotTheWolfOfficial
- Source: ImNotTheWolfOfficial/auto-master-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.