-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
187 lines (167 loc) · 9.03 KB
/
contact.html
File metadata and controls
187 lines (167 loc) · 9.03 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact PlausibleBA — Support, Partnerships, VCC Enquiries</title>
<meta name="description" content="Get in touch with the PlausibleBA team. Questions about the skills library, BIZBOK methodology, VCC enterprise licensing, or Guild and IIBA partnerships.">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16.png">
<link rel="apple-touch-icon" sizes="180x180" href="/favicon-180.png">
<meta property="og:image" content="https://www.plausibleba.com/og-image.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://www.plausibleba.com/og-image.png">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="stylesheet" href="/site.css">
<!-- Privacy-friendly analytics by Plausible -->
<script async src="https://plausible.io/js/pa-fQD2wVJrTO7vhKcNfQW4P.js"></script>
<script>
window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}};
plausible.init()
</script>
</head>
<body>
<nav class="site-nav">
<div class="nav-inner">
<a class="nav-brand" href="/"><img src="/logo-icon-1x.png" alt="PlausibleBA" width="37" height="30" srcset="/logo-icon-2x.png 2x"><span class="nav-brand-text">PLAUSIBLE <span style="color:#6AC3EE">BA</span></span></a>
<button class="nav-hamburger" id="nav-hamburger" aria-label="Menu">
<span></span><span></span><span></span>
</button>
<div class="nav-links">
<a href="/skills">Skills</a>
<a href="/methodology">Methodology</a>
<a href="/install">Install</a>
<a href="/canvas">Canvas</a>
<a href="/vcc">VCC</a>
<a href="/case-study">Case study</a>
<a href="/about">About</a>
<a href="/contact">Contact</a>
<a class="nav-cta" href="/canvas">Try it free →</a>
</div>
</div>
</nav>
<div class="nav-mobile" id="nav-mobile">
<a href="/">Home</a>
<a href="/skills">Skills</a>
<a href="/methodology">Methodology</a>
<a href="/install">Install</a>
<a href="/canvas">Canvas</a>
<a href="/vcc">VCC</a>
<a href="/case-study">Case study</a>
<a href="/about">About</a>
<a href="/contact">Contact</a>
<a href="/canvas" class="nav-cta-mobile">Try it free →</a>
</div>
<script>
var btn = document.getElementById('nav-hamburger');
var menu = document.getElementById('nav-mobile');
if (btn && menu) {
btn.addEventListener('click', function() {
btn.classList.toggle('open');
menu.classList.toggle('open');
});
}
</script>
<section class="hero" style="padding:4rem 2rem 3rem">
<div class="hero-inner">
<div class="hero-eyebrow">Get in touch</div>
<h1>Contact us</h1>
<p class="hero-sub" style="margin-bottom:0">Questions about the skills, the methodology, or the VCC pipeline. We'd love to hear from you.</p>
</div>
</section>
<section class="section section-white">
<div class="section-inner">
<div style="display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:860px;align-items:start">
<!-- Contact options -->
<div>
<div class="section-eyebrow">Reach us</div>
<h2 style="margin-bottom:1.5rem">How can we help?</h2>
<div style="display:flex;flex-direction:column;gap:1.25rem">
<div class="card">
<h3 style="font-family:var(--sans);font-size:1rem;font-weight:600;margin-bottom:0.3rem">General enquiries</h3>
<p style="font-size:0.875rem;margin-bottom:0.75rem">Questions about PlausibleBA, the skills library, or the methodology.</p>
<a href="mailto:hello@plausibleba.com" style="font-size:13px;font-weight:600;color:var(--blue)">hello@plausibleba.com</a>
</div>
<div class="card">
<h3 style="font-family:var(--sans);font-size:1rem;font-weight:600;margin-bottom:0.3rem">Support</h3>
<p style="font-size:0.875rem;margin-bottom:0.75rem">Having trouble installing the skills or using the canvas? We're here to help.</p>
<a href="mailto:support@plausibleba.com" style="font-size:13px;font-weight:600;color:var(--blue)">support@plausibleba.com</a>
</div>
<div class="card">
<h3 style="font-family:var(--sans);font-size:1rem;font-weight:600;margin-bottom:0.3rem">GitHub issues</h3>
<p style="font-size:0.875rem;margin-bottom:0.75rem">Found a bug or want to suggest an improvement to the skills library?</p>
<a href="https://github.com/plausibleba/ba-skills/issues" target="_blank" style="font-size:13px;font-weight:600;color:var(--blue)">Open an issue on GitHub →</a>
</div>
<div class="card">
<h3 style="font-family:var(--sans);font-size:1rem;font-weight:600;margin-bottom:0.3rem">Value Cognition Canvas</h3>
<p style="font-size:0.875rem;margin-bottom:0.75rem">Interested in a VCC trial, enterprise licensing, or a facilitated workshop?</p>
<a href="/vcc" style="font-size:13px;font-weight:600;color:var(--blue)">Value Cognition Canvas →</a>
</div>
</div>
</div>
<!-- Right col — context -->
<div>
<div class="section-eyebrow">Before you write</div>
<h2 style="margin-bottom:1rem">Quick answers</h2>
<div class="prose">
<h3>Installation not working?</h3>
<p>The most common issue is running a skill in an existing Cowork task. Always start a <strong>new task</strong> before typing a slash command. See the full <a href="/install">install guide</a>.</p>
<h3>What is a ba-skills-bundle.json?</h3>
<p>It's the JSON export produced by the <code>/value-stream</code> skill at the end of a session. It contains your capability map, concept model, and value stream in a single schema-validated file. Upload it to the <a href="/canvas">canvas</a> to render your operating model instantly.</p>
<h3>Can I use these skills on any domain?</h3>
<p>Yes — the skills are domain-agnostic. They work on any business description, from a startup pitch to an enterprise division. See the <a href="/case-study">Dough-To-Door case study</a> for a worked example.</p>
<h3>Is this really free?</h3>
<p>Yes. The PlausibleBA skills library is free and open source under <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">CC BY-SA 4.0</a>. The Value Cognition Canvas platform has its own pricing for advanced analytical features.</p>
<h3>I'm a Guild or IIBA member — can we collaborate?</h3>
<p>Absolutely. Reach out to <a href="mailto:hello@plausibleba.com">hello@plausibleba.com</a> — we're actively building relationships with the BA and business architecture community.</p>
</div>
</div>
</div>
</div>
</section>
<section class="cta-banner">
<h2 style="color:#fff;margin-bottom:0.75rem">Just want to try it?</h2>
<p>Install the skills in three steps. No account, no configuration, no credit card.</p>
<div style="display:flex;gap:12px;justify-content:center;flex-wrap:wrap">
<a class="btn-primary" href="/install">Install free in Cowork →</a>
<a class="btn-ghost" href="/case-study">See the case study first</a>
</div>
</section>
<footer class="site-footer">
<div class="footer-inner">
<div class="footer-brand-col">
<span class="footer-brand"><img src="/logo-icon-1x.png" alt="PlausibleBA" width="37" height="30" srcset="/logo-icon-2x.png 2x"><span class="footer-brand-text">PLAUSIBLE <span style="color:#6AC3EE">BA</span></span></span>
<p>Just enough business architecture.<br>For every BA, on every project.</p>
</div>
<div class="footer-col">
<h4>Skills</h4>
<a href="/skills#capability-map">Capability Mapping</a>
<a href="/skills#concept-model">Concept Model</a>
<a href="/skills#value-streams">Value Streams</a>
<a href="/install">Install</a>
</div>
<div class="footer-col">
<h4>Learn</h4>
<a href="/methodology">Methodology</a>
<a href="/canvas">Canvas</a>
<a href="https://discoverednotinvented.substack.com/" target="_blank">Substack</a>
<a href="https://github.com/plausibleba/ba-skills" target="_blank">GitHub</a>
</div>
<div class="footer-col">
<h4>About</h4>
<a href="/about">About PlausibleBA</a>
<a href="/contact">Contact</a>
<a href="/privacy">Privacy policy</a>
<a href="/vcc">Value Cognition Canvas</a>
</div>
</div>
<div class="footer-bottom">
<p>© 2026 PlausibleBA · Licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">CC BY-SA 4.0</a></p>
<p>Built for <a href="https://claude.ai/download" target="_blank">Claude Cowork</a> by Anthropic</p>
</div>
</footer>
</body>
</html>