-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskills.html
More file actions
32 lines (32 loc) · 4.64 KB
/
Copy pathskills.html
File metadata and controls
32 lines (32 loc) · 4.64 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Skills Guide — virtualmase</title>
<meta name="description" content="Choose the right virtualmase lifecycle skill for prototyping, building, cleanup, growth, maintenance, and experience research.">
<meta name="robots" content="index,follow,max-image-preview:large,max-snippet:-1,max-video-preview:-1">
<link rel="canonical" href="https://virtualmase.github.io/skills.html">
<meta name="theme-color" content="#171612">
<link rel="icon" href="favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<a class="skip-link" href="#main">Skip to skills</a>
<header class="site-header"><a class="brand" href="/"><img src="favicon.svg" alt=""><strong>virtualmase</strong><span>public systems directory</span></a><nav class="desktop-nav" aria-label="Primary navigation"><a href="/">Home</a><a href="skills.html">Skills</a><a href="projects.html">Projects</a><a href="connect.html">Connect</a><a href="https://github.com/virtualmase" rel="me">GitHub ↗</a></nav><button class="menu-toggle" type="button" aria-expanded="false" aria-controls="mobile-menu" aria-label="Open navigation"><span></span><span></span></button><nav class="mobile-menu" id="mobile-menu" aria-label="Mobile navigation"><a href="/">Home</a><a href="skills.html">Skills</a><a href="projects.html">Projects</a><a href="connect.html">Connect</a><a href="https://github.com/virtualmase" rel="me">GitHub ↗</a></nav></header>
<main id="main" class="subpage">
<section class="page-hero"><p class="kicker">SKILLS GUIDE</p><h1>Choose the method<br>that fits the moment.</h1><p>The lifecycle skills are small, practical guides for real project work. Use them as entry points, not as a rigid process.</p></section>
<section class="decision-list" aria-labelledby="decision-title"><div><p class="kicker">FAST ROUTING</p><h2 id="decision-title">Start with the pressure you feel.</h2></div><div class="decision-grid">
<a href="https://github.com/virtualmase/lifecycle-skills/tree/main/skills/prototype"><span>Unclear idea</span><strong>Prototype</strong><p>Use when the main risk is uncertainty and you need a small test before committing.</p><b>Open skill ↗</b></a>
<a href="https://github.com/virtualmase/lifecycle-skills/tree/main/skills/builder"><span>Reviewed plan</span><strong>Builder</strong><p>Use when the work is approved and needs to become tested, reviewable source.</p><b>Open skill ↗</b></a>
<a href="https://github.com/virtualmase/lifecycle-skills/tree/main/skills/sweeper"><span>Too much clutter</span><strong>Sweeper</strong><p>Use when old files, routes, claims, or dependencies are making maintenance harder.</p><b>Open skill ↗</b></a>
<a href="https://github.com/virtualmase/lifecycle-skills/tree/main/skills/grower"><span>Worth sharing</span><strong>Grower</strong><p>Use when a public project needs clearer positioning, channel fit, and an honest growth loop.</p><b>Open skill ↗</b></a>
<a href="https://github.com/virtualmase/lifecycle-skills/tree/main/skills/maintainer"><span>Already shipped</span><strong>Maintainer</strong><p>Use when a live project needs triage, release hygiene, checks, and ownership clarity.</p><b>Open skill ↗</b></a>
<a href="https://github.com/virtualmase/lifecycle-skills/tree/main/skills/ux-ui-cx-market-intelligence"><span>Experience question</span><strong>Experience Research</strong><p>Use when a page, product, or journey needs sharper observation and a measurable test plan.</p><b>Open skill ↗</b></a>
</div></section>
<section class="callout-band"><div><p class="kicker">NOT SURE?</p><h2>Use the smallest reversible skill first.</h2><p>If the project still has major unknowns, start with Prototype. If the project is live and messy, start with Maintainer or Sweeper. If the work is already useful but unseen, start with Grower.</p></div><a class="button button-dark" href="https://github.com/virtualmase/lifecycle-skills">Open the full collection ↗</a></section>
</main>
<footer class="site-footer site-footer--operating"><div><a class="footer-brand" href="/">virtualmase</a><p>Open skills for taking real projects from first test to long-term care.</p></div><nav aria-label="Footer navigation"><a href="/">Home</a><a href="projects.html">Project map</a><a href="connect.html">Connect</a><a href="https://github.com/virtualmase/lifecycle-skills">Lifecycle Skills ↗</a></nav><p class="footer-note">No visitor data is collected. Skills are practical methods, not certifications or outcome guarantees.</p></footer>
<script src="script.js" defer></script>
</body>
</html>