Skip to content

Commit 4db5008

Browse files
committed
Use tutorial as single canonical install entry point
1 parent 73e4e0b commit 4db5008

File tree

2 files changed

+20
-15
lines changed

2 files changed

+20
-15
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,14 @@ Bootstrap stays minimal:
4242
- one `CLAUDE.md` wrapper template
4343
- one tutorial page that explains how agents fetch and install the right skill folders
4444

45-
Canonical install surfaces:
45+
Canonical install entry point:
4646

47-
- Tutorial: [https://mcaf.managed-code.com/tutorial.html](https://mcaf.managed-code.com/tutorial.html)
48-
- Templates: [https://mcaf.managed-code.com/templates.html](https://mcaf.managed-code.com/templates.html)
49-
- Skills: [https://mcaf.managed-code.com/skills.html](https://mcaf.managed-code.com/skills.html)
47+
- Tutorial: [https://mcaf.managed-code.com/tutorial](https://mcaf.managed-code.com/tutorial)
48+
49+
Optional direct shortcuts:
50+
51+
- Templates: [https://mcaf.managed-code.com/templates](https://mcaf.managed-code.com/templates)
52+
- Skills: [https://mcaf.managed-code.com/skills](https://mcaf.managed-code.com/skills)
5053

5154
## 2. Context
5255

@@ -112,7 +115,7 @@ Recommended target locations in a consuming repo:
112115

113116
The public skill catalog lives on the Skills page:
114117

115-
- [https://mcaf.managed-code.com/skills.html](https://mcaf.managed-code.com/skills.html)
118+
- [https://mcaf.managed-code.com/skills](https://mcaf.managed-code.com/skills)
116119

117120
Platform-specific bundles can stay small and still be explicit.
118121
For example, a typical .NET repo baseline can install `mcaf-dotnet` as the entry skill, `mcaf-dotnet-features`, `mcaf-solution-governance`, `mcaf-testing`, exactly one of `mcaf-dotnet-xunit`, `mcaf-dotnet-tunit`, or `mcaf-dotnet-mstest`, plus `mcaf-dotnet-quality-ci`, `mcaf-dotnet-complexity`, `mcaf-solid-maintainability`, `mcaf-architecture-overview`, and `mcaf-ci-cd`.
@@ -399,11 +402,10 @@ The repo may choose different modes per task, but the same verification and gove
399402

400403
Use the tutorial as the canonical install flow:
401404

402-
1. Open [Tutorial](https://mcaf.managed-code.com/tutorial.html).
403-
2. Fetch the bootstrap templates from [Templates](https://mcaf.managed-code.com/templates.html).
404-
3. Use [Skills](https://mcaf.managed-code.com/skills.html) to pick the exact skills you need.
405-
4. In multi-project solutions, add project-local `AGENTS.md` files using the governance skill.
406-
5. Restart the agent so it reloads the installed skills.
405+
1. Open [Tutorial](https://mcaf.managed-code.com/tutorial).
406+
2. Follow the tutorial flow to fetch templates and install the needed skills.
407+
3. In multi-project solutions, add project-local `AGENTS.md` files using the governance skill.
408+
4. Restart the agent so it reloads the installed skills.
407409

408410
Adoption is complete when:
409411

TUTORIAL.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ The install path is URL-first and simple:
2020
Use this prompt first when you want to install or update MCAF in an existing repo:
2121

2222
```text
23-
Install or update MCAF for this repository using these canonical pages:
23+
Install or update MCAF for this repository using the canonical tutorial:
2424
- https://mcaf.managed-code.com/tutorial
25-
- https://mcaf.managed-code.com/templates
26-
- https://mcaf.managed-code.com/skills
25+
26+
Follow the tutorial end-to-end, including template and skill installation steps it references.
2727
2828
Rules:
2929
- remove all legacy skills with prefix mcf-
@@ -34,11 +34,14 @@ Rules:
3434

3535
---
3636

37-
## 1. Open the Canonical Pages
37+
## 1. Open the Canonical Entry Point
3838

39-
Use these pages as the install surface:
39+
Use the tutorial as the single canonical install surface:
4040

4141
- Tutorial: [https://mcaf.managed-code.com/tutorial](https://mcaf.managed-code.com/tutorial)
42+
43+
Direct links below are optional shortcuts when you need them:
44+
4245
- Templates: [https://mcaf.managed-code.com/templates](https://mcaf.managed-code.com/templates)
4346
- Skills: [https://mcaf.managed-code.com/skills](https://mcaf.managed-code.com/skills)
4447

0 commit comments

Comments
 (0)