another-perspective

another-perspective is a skill for Claude Code, Codex from exiao/pm-skills. It costs 105 tokens per session (1,369 once invoked), scanned A, original, Apache-2.0.

A decision-review skill that asks several distinct viewpoints to examine a question, plan, or choice, then combines their findings.

In plain words
What is it for?
Use it to stress-test major decisions, review plans, compare options, or get a quick sanity check from multiple perspectives.
Why use it?
It reduces the risk of relying on one line of reasoning or missing an important objection before deciding.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Use it to stress-test major decisions, review plans, compare options, or get a quick sanity check from multiple perspectives.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/exiao/pm-skills/another-perspective
Install

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.

Any agent
npx skills add exiao/pm-skills --skill another-perspective
Clone the repo
git clone --depth 1 https://github.com/exiao/pm-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for another-perspective

README.md
[![agentmods](https://agentmods.dev/badge/skills/exiao/pm-skills/another-perspective.svg)](https://agentmods.dev/skills/exiao/pm-skills/another-perspective)
Your own site
<a href="https://agentmods.dev/skills/exiao/pm-skills/another-perspective"><img src="https://agentmods.dev/badge/skills/exiao/pm-skills/another-perspective.svg" alt="Measured on agentmods" height="20"></a>
Per session 105 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,369 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What 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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00105 $0.01369
Opus 5 $0.00053 $0.00685
Sonnet 5 $0.00021 $0.00274
Haiku 4.5 $0.00011 $0.00137

Measured 8d ago against content hash aa3be539203e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

another-perspective 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 8d 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.

thinking/another-perspective/SKILL.md · 166 lines

How it starts

The opening of the file, as written. The whole thing — 166 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Another Perspective — Multi-Perspective Council Analysis

Spawns parallel cognitive perspectives to analyze questions, plans, and ideas from multiple angles, then synthesizes findings through structured dialectical analysis.

Usage

Invoke this skill when the user asks for another perspective, wants a decision stress-tested, or needs a structured multi-angle analysis.

Council sizes:

  • --quick — 2 perspectives (User Advocate + 1 adaptive). Fast sanity check.
  • (default) — 4 perspectives (User Advocate + 3 adaptive). Balanced.
  • --full — all 6 perspectives. Comprehensive deep dive.
  • --council N — exactly N perspectives (2–6).

Quality:

  • (default) — Sonnet agents (~$0.15–0.45)
  • --deep — Opus agents (~$0.75–2.25). Max analytical depth.

Perspective overrides:

  • --include name,name — force-include specific perspectives
  • --exclude name,name — force-exclude specific perspectives

Perspective names: architect, skeptic, pragmatist, innovator, advocate, temporal


Step 1: Parse Input

Parse flags from the user's message (remove each from the question after parsing):

Council size (mutually exclusive):

  • --quick → 2 perspectives
  • (no flag) → 4 perspectives (default)
  • --full → 6 perspectives
  • --council N → exactly N (2–6)

Quality: --deep → use model: opus for agents (default: sonnet)

Overrides: --include name,name / --exclude name,name

If no question is present after parsing, ask what the user wants analyzed.


Step 2: Classify and Select Perspectives

Read classification rules: @${SKILL_DIR}/references/classification.md

Resolution order:

  1. Classify question type → get default relevance order
  2. Apply --include overrides (add, up to 6 max)
  3. Apply --exclude overrides (remove)
  4. User Advocate is always included unless explicitly excluded via --exclude advocate
  5. Final council: 2–6 perspectives

Step 3: Announce

Announce before spawning agents:

Convening the council...

Question type: [classification]
Council ([N] perspectives): [Perspective 1] + [Perspective 2] + ...
Mode: [Default (sonnet) / Deep (opus)]
Estimated cost: ~$[X.XX]

Read the full file on GitHub · 166 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

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.

  1. 8d ago First seen · 166 lines · 0 tokens per session scan A aa3be539203e

Subscribe to this mod's changes

another-perspective is a skill published in the GitHub repository exiao/pm-skills (9 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 105 tokens to every session and 1,369 once invoked, about $0.0005 per session on Opus 5. 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-31.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens