From agora
Entry skill for Agora. Use when you want Agora's judgment workflows but do not remember the exact skill name yet. Routes to the smallest sufficient workflow and keeps workflow phases connected when host skill chaining is unreliable.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agora:skills-core-agoraThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This is the umbrella entrypoint skill for Agora.
This is the umbrella entrypoint skill for Agora. Use it when you know you want Agora's reasoning style, but you do not want to remember the exact skill name first.
Agora is the single primary public entrypoint. Other core skills remain
available for direct advanced use, but ordinary users should be able to start
with agora and let it choose the workflow.
Modes are documented in docs/modes.md.
Workflow registry entries are documented in docs/workflows.md.
Use clarify-goals.
Expected artifact:
Use the decide workflow:
frame-the-decisioncompare-optionsdecision-memominority-report if disagreement remainsExpected artifact:
Use the plan-stress-test workflow when the user wants pressure testing:
clarify-goalscartesian-grilldoubt-listdecision-memo if a recommendation is readyUse doubt-list directly when the user already has enough material for a batch verification artifact.
Expected artifact:
Use the assumption-reframe workflow:
clarify-goalsassumption-auditdecision-memo if a recommendation is readyExpected artifact:
Use the strategic-synthesis workflow in dialectic mode:
clarify-goalssteelmancompare-optionssynthesis-memodecision-memo if a decision is readyExpected artifact:
Use the governance-approval workflow in court mode:
clarify-goalscourt-reviewdecision-memo if a decision is readyExpected artifact:
Use steelman.
Expected artifact:
Use the prd-from-clear-requirements workflow:
clarify-goalsprd-from-requirementscartesian-grill if the plan needs pressure before implementationExpected artifact:
Use the implementation workflow:
prd-from-requirements if no PRD exists yettdd-subagent-implementationExpected artifact:
When routing to a workflow:
workflow: plan-stress-test
trigger:
- 사용자가 계획, 설계, PRD, 전략을 검증하고 싶어함
- "이게 맞는지 압박해줘", "grill 해줘", "위험을 찾아줘"
mode: skeptic
phases:
1: clarify-goals
2: cartesian-grill
3: doubt-list
4: decision-memo
fallback:
- cartesian-grill skill이 로드되지 않으면 agora가 한 질문씩 직접 수행
stop_condition:
- 검증 가능한 doubt list가 나왔거나
- blocking ambiguity가 드러났거나
- decision memo 작성이 가능해졌을 때
artifact:
- grill transcript
- doubt list
- optional decision memo
See docs/workflows.md for the full registry.
If you are installing Agora on a host with skill discovery, the smallest useful starter set is:
agoraclarify-goalscartesian-grilldoubt-listcourt-reviewdecision-memoModes such as dialectic, skeptic, genealogy, and court are not installed as skills.
agoraExample:
Use Agora to help me with this problem.
We need a better internal agent workflow, but I do not know whether the issue is reliability, governance, or collaboration.
Expected routing:
clarify-goalsThis skill is complete when the next specific Agora skill is obvious.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub malleus35/agora --plugin agora