-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstack.json
More file actions
98 lines (98 loc) · 4.12 KB
/
stack.json
File metadata and controls
98 lines (98 loc) · 4.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "6ducklearn-sunzi-stack",
"version": "0.2.0",
"public_repo": "https://github.com/kit18/6ducklearn-sunzi-stack",
"canonical_source": "6DuckLearn",
"consultant_model": "style-derived modern business strategy consultant",
"runtime_soul_md": "projection-only",
"license": "Apache-2.0 for validation scripts",
"content_license": "CC BY 4.0 for skills, references, examples, and docs",
"skills": [
{
"name": "strategic-situation-analysis",
"path": "skills/strategic-situation-analysis/SKILL.md",
"purpose": "First-principles strategic diagnosis with source-grounded Thirty-Six Stratagems lenses."
},
{
"name": "strategy-analyst-review",
"path": "skills/strategy-analyst-review/SKILL.md",
"purpose": "Quality gate for evidence, falsifiers, ethics, second-order effects, metrics, and kill criteria."
},
{
"name": "sunzi-strategy-consultant",
"path": "skills/sunzi-strategy-consultant/SKILL.md",
"purpose": "Modern Sunzi-style strategy consultant workflow for business decisions."
}
],
"agents": [
{
"name": "sunzi-strategy-consultant",
"path": "agents/sunzi-strategy-consultant.yaml",
"purpose": "Host-neutral public agent profile for the modern style-derived Sunzi business strategy consultant.",
"entrypoint": "AGENTS.md"
}
],
"references": [
"references/decision-memo-template.md",
"references/business-war-room-template.md",
"references/ethical-strategy-guardrails.md",
"references/ethical-use-guardrails.md",
"references/thirty-six-stratagems-matrix.md",
"references/domain-adapters.md",
"references/market-signal-forensics.md",
"references/strategy-output-template.md",
"references/consulting-case-validation-corpus.md",
"references/sunzi-business-consultant-soul.md",
"skills/strategic-situation-analysis/references/thirty-six-stratagems-source-stories.md"
],
"examples": [
"examples/ecommerce-growth-decision-memo.md",
"examples/operations-supply-chain-decision-memo.md",
"examples/ai-transformation-decision-memo.md",
"examples/macro-public-sector-decision-memo.md",
"examples/market-risk-no-trade-review.md",
"examples/strategy-analyst-review-sample.md",
"examples/unsafe-manipulation-reframe.md"
],
"case_studies": [
"case-studies/ai-transformation.json",
"case-studies/ecommerce-growth.json",
"case-studies/macro-public-sector.json",
"case-studies/market-risk-no-trade.json",
"case-studies/operations-supply-chain.json",
"case-studies/strategy-review-marketplace.json",
"case-studies/unsafe-manipulation-reframe.json"
],
"behavior_gates": {
"ecommerce": [
"Block fake scarcity, fake reviews, hidden fees, deceptive discounts, and unsupported claims.",
"Prefer checkout friction, inventory truth, contribution margin, and customer trust over theatrical growth."
],
"operations": [
"Name the physical bottleneck and information bottleneck before recommending tools.",
"Define decision latency, process behavior change, and a stop condition."
],
"ai_transformation": [
"Use a dual-track plan: quick ROI use cases plus capability foundations.",
"Require human fallback, governance, adoption telemetry, and quality gates."
],
"macro_public_sector": [
"Name the policy or economic transmission mechanism.",
"Define the governance vehicle, leading metrics, lagging metrics, and community/trust tradeoffs."
],
"market_risk": [
"Analytical only; not financial advice.",
"Reframe manipulation requests into detection, defense, compliance, or no-trade analysis."
],
"strategy_review": [
"Separate evidence from interpretation.",
"Force a competing diagnosis, a do-nothing or retreat option, metrics, and kill criteria."
]
},
"public_boundaries": [
"No private 6DuckLearn product code.",
"No secrets, customer data, private memory, billing logic, OAuth flows, or hosted runtime internals.",
"No literal historical-persona claim.",
"Classical stratagems are diagnostic analogies, not permission for deception or harm."
]
}