docs(02-generators): create phase 2 plan — 4 plans in 2 waves

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-26 10:45:15 +01:00
co-authored by Claude Sonnet 4.6
parent 0d4c9bd37e
commit 0722046c32
5 changed files with 902 additions and 2 deletions
+8 -2
View File
@@ -46,7 +46,13 @@ Plans:
3. The Intune detection script exits 0 when both rclone.exe and the config file are present, and non-zero otherwise
4. The RMM script is self-contained, idempotent, and runs correctly in a generic SYSTEM context
5. Toggling "include rclone installation" adds a download step to all generated scripts; disabling it removes it
**Plans**: TBD
**Plans**: 4 plans
Plans:
- [ ] 02-01-PLAN.md — Wave 0 test stubs for all four generators + index.ts barrel
- [ ] 02-02-PLAN.md — Implement buildRcloneConf (CONF-01)
- [ ] 02-03-PLAN.md — Implement buildIntuneInstall + buildIntuneDetection + ps-helpers (DEPL-01, DEPL-02, DEPL-04, DEPL-05)
- [ ] 02-04-PLAN.md — Implement buildRmmScript (DEPL-03, DEPL-04, DEPL-05)
### Phase 3: Wizard UI
**Goal**: An IT admin can navigate the full wizard from backend selection through deployment options without losing data
@@ -80,6 +86,6 @@ Phases execute in numeric order: 1 → 2 → 3 → 4
| Phase | Plans Complete | Status | Completed |
|-------|----------------|--------|-----------|
| 1. Foundation | 4/4 | Complete | 2026-03-26 |
| 2. Generators | 0/? | Not started | - |
| 2. Generators | 0/4 | Not started | - |
| 3. Wizard UI | 0/? | Not started | - |
| 4. Review, Download & Security | 0/? | Not started | - |