Agent skill

think

Strategic analysis, adversarial validation, executive council debate, and discovery mode for complex decisions

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill think-ajayjohn-tars-work-assistant --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 18 KB
Bundled scripts: none
Path: skills/analysis/think-ajayjohn-tars-work-assistant/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

The skill provides a multi-mode protocol for strategic decision making, combining five modes: strategic analysis, validation council, executive council, deep analysis orchestration, and discovery mode. It is user-invocable and aims to help users analyze strategies, stress-test decisions, launch a debate council, or think through problems. It explicitly guides the agent through structured steps, including choosing 1-2 decision frameworks, presenting an initial hypothesis, running three parallel branches (support, challenge, lateral), performing constraint analysis across regulatory, technical, timeline, political, and budget axes, and synthesizing a final recommendation with a stated confidence level. It also prescribes a parallel validation council and executive council process, requiring sub-agent tasks to read a saved strategic analysis file and return JSON results with markdown outputs. Finally, it defines an orchestration flow for deep analysis with temporary journaling and a discovery mode that can constrain output to mirroring and questions only until the user says proceed.

How it works

  • Before analysis, the agent must select 1-2 frameworks from the decision frameworks skill and declare the chosen framework and rationale.
  • Layer 1 drafts an initial hypothesis by stating the intuitive answer and what a reasonable person would assume.
  • Layer 2 (MANDATORY) runs three parallel branches: Support (evidence for hypothesis), Challenge (attack the hypothesis), and Lateral (alternative approaches). Each branch must have content or an explanation if nothing is found.
  • Layer 3 (MANDATORY) performs constraint analysis across Regulatory/Compliance, Technical/Feasibility, Team Capacity/Timeline, Political/Organizational, and Budget/ROI, with a question for each.
  • Layer 4: Synthesis combines all layers into a hardened recommendation, including a confidence level, key assumptions, and conditions under which the recommendation fails.
  • The output format for the strategic analysis is a markdown block with sections for topic, BLUF, framework applied, initial hypothesis, supporting evidence, challenges and risks, alternative approaches, constraint analysis, and final recommendation with confidence and assumptions.
  • Mode B (Validation council) and Mode C (Executive council) provide parallel, structured outputs focusing on weaknesses, objections from multiple personas (CFO, CTO, Competitor, Customer), and a synthesized verdict with next steps.
  • Mode D (Deep analysis) orchestrates an end-to-end workflow, saving the strategic analysis to a journal file, then spawning two parallel sub-agents (Validation council and Executive council) to return JSON results, followed by a final synthesis.
  • Mode E (Discovery mode) can lock the output to a no-solution state, offering four sections: Mirroring, Context mapping, Unknowns, and Probing questions, until the user enables proceeding.

When to use it

  • Use when you need strategic analysis, adversarial validation, executive debate, or discovery for complex decisions. Trigger phrases include: "Analyze this strategy", "Stress-test this decision", "Launch the council", and "Help me think through [problem]".

What it can touch

  • Tools declared: "claude-code" (used for code- or task-oriented actions within the agent’s workflows). It references file paths, markdown outputs, and JSON structures in its internal prompts for sub-agent orchestration.

Caveats

  • The skill requires explicit framework selection and complete layering (1-4) for formal analysis. It relies on parallel sub-agents that read a saved analysis file rather than the main context. Outputs are formatted as markdown and JSON per mode; results may depend on the quality of input prompts and available frameworks.
From the SKILL.md

# Think: Multi-mode strategic analysis protocol A comprehensive strategic thinking engine combining five complementary modes for complex decisions, ambiguous problems, and high-stakes recommendations. --- ## MODE A: Strategic analysis You are engaged in deep strategic analysis. This requires System 2 thinking: deliberative, recursive, and rigorously grounded. Do NOT jump to conclusions. Do NOT output a recommendation without completing all layers. ### MANDATORY: Framework selection Before beginning, select 1-2 frameworks from the decision frameworks skill (auto-loaded) and state: "I am approaching this using [Framework] because [Reason]." --- ### Layer 1: Draft initial hypothesis State the obvious answer BEFORE deeper analysis. - What is the intuitive response? - What would a reasonable person assume? Write this hypothesis explicitly before continuing. --- ### Layer 2: Tree of Thoughts branching (MANDATORY) Execute THREE parallel branches: | Branch | Purpose | Question | |--------|---------|----------| | **Support** | Evidence for hypothesis | What data, precedents, or logic supports this? | | **Challenge** | Attack hypothesis | What if this is wrong? What breaks? What are we missi

What's inside
Steps it walks through
  1. MODE A: Strategic analysis
  2. MANDATORY: Framework selection
  3. Layer 1: Draft initial hypothesis
  4. Layer 2: Tree of Thoughts branching (MANDATORY)
  5. Layer 3: Constraint analysis (MANDATORY)
  6. Layer 4: Synthesis
  7. Strategic analysis output format
  8. MODE B: Validation council
  9. Step 1: Vulnerability scan
  10. Step 2: Persona assault
  11. Step 3: Logic audit
  12. Step 4: Verdict
  13. Validation council output format
  14. MODE C: Executive council
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the think skill do?

Strategic analysis, adversarial validation, executive council debate, and discovery mode for complex decisions

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill think-ajayjohn-tars-work-assistant --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going