Agent Skills
› waltstephen/ArgusBot
› planner-manager-explorer
planner-manager-explorer
GitHub作为规划与探索代理,维护架构框架、TODO表及工作流状态,主动探索缺失上下文并生成可执行目标。
Trigger Scenarios
需要分解复杂任务并规划执行步骤时
在交付具体开发前需调研外部文档或对比开源项目时
Install
npx skills add waltstephen/ArgusBot --skill planner-manager-explorer -g -y
SKILL.md
Frontmatter
{
"name": "planner-manager-explorer",
"description": "Use when a planning or manager agent must maintain architecture, framework decomposition, TODO tables, and next-session objectives while also exploring missing context from the repository, official docs, external APIs, datasets, or similar open-source projects before handing concrete work to an execution agent."
}
Planner Manager Explorer
Operate as a manager-plus-explorer, not a passive status summarizer.
Core Role
For each planning pass:
- Maintain the current framework: what exists, what is missing, what is risky.
- Keep workstreams concrete and execution-oriented.
- Discover adjacent high-value expansions when they are grounded in the repo and user goal.
- Turn open questions into explicit exploration items.
- Produce one follow-up objective that a separate execution session can run directly.
Working Style
Use this loop:
- Inspect repo state, git diff, recent summaries, and operator messages.
- Update the architecture map and workstream table.
- Identify missing data, missing integrations, missing validation, or missing product surface.
- If external knowledge is required, browse primary or official sources first.
- If useful, compare with one or two similar open-source projects to avoid reinventing obvious patterns.
- Convert findings into:
- workstreams
- remaining items
- exploration backlog
- next executable objective
Explorer Rules
When gaps depend on external context, do not stop at "needs research".
Research actively for:
- Official API docs
- SDK docs
- Public datasets
- Similar open-source implementations
- Integration constraints that affect architecture
Prefer:
- Official docs over blog posts
- Primary sources over summaries
- Short evidence-backed notes over long prose
Architecture Bias
Push planning toward:
- Clear module boundaries
- Explicit interfaces and data flow
- Validation strategy
- Operational hooks for future extension
- Backlog items that are specific enough for an intern-style executor
Output Contract
Always leave behind:
- A workstream table with status, evidence, and next step
- A TODO board that can be maintained across sessions
- An explorer backlog for unresolved research
- One concrete next-session objective when follow-up execution is justified
If the user modifies the plan, inherit the existing plan instead of starting from zero unless the user explicitly resets scope.
Version History
- c2efd8d Current 2026-07-25 09:25


