skills/pincer-planning/SKILL.md
Bidirectional planning technique that pairs top-down framing (goals, constraints, success criteria) with bottom-up inventory (facts, assets, risks, unknowns), then stress-tests both sides with targeted questions before converging into a gap-checked plan. Use when: - A task is ambiguous and top-down reasoning stalls because key unknowns are unresolved - There is a concrete inventory of facts/assets but no clear unifying goal or structure - An existing plan looks complete but may have hidden assumptions or blind spots - A design, architecture, or strategy needs to be stress-tested before execution - The user asks to "plan this out", "think through this", "help me figure out how to approach X", or "what am I missing" — especially on fuzzy, multi-step, or design-heavy tasks - A plan has too many gaps and needs convergence before implementation begins Do NOT trigger for well-specified tasks where the path forward is already clear.
npx skillsauth add aufrank/agent-skills pincer-planningInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create a plan by pairing a top-down framing with a bottom-up inventory, stress-testing both with questions, then merging into a single, gap-checked plan. Use for design, strategy, or fuzzy scopes.
references/pincer-checklist.md: Question prompts and convergence checks.templates/plan.json: Plan scaffold with top-down and bottom-up sections.tools
Build and execute modular DAG workflows for long-context processing using slice/map/reduce/recurse/compact/filter operators. Use for one-shot batch jobs, standalone map-reduce pipelines, or when the context-dag plugin is not installed. Trigger when input exceeds the model's context window, when reproducible logged pipelines are needed, or when multi-level recursive processing is required. If context-dag is installed, the plugin's bundled dag_runner.py provides the same capability with persistent artifact storage.
documentation
Write in Austin Frank's voice and style. Use this skill whenever generating text that should sound like Austin — strategy docs, charters, proposals, business cases, vision documents, staffing requests, stakeholder updates, cover letters, mission statements, org design documents, or any professional prose where the user wants Austin's distinctive voice. Also use when the user asks to review, edit, or improve a draft for voice consistency, or when they reference "my style", "my voice", "write like me", or "Austin's style".
tools
Use mcpc to interact with the Notion MCP server: connect sessions, search workspace content, fetch pages/databases, and run helper scripts for common Notion actions.
tools
Decide between a scripted workflow and an autonomous agent harness, then scaffold the chosen path. Use when scoping new agentic systems or tool integrations.