Imported from OTM-Cyber/screenconnect-mcp (
docs/plans/AGENTS.md). Install upstream withnpx skills add OTM-Cyber/screenconnect-mcp --skill plans. Copyright stays with the author.
Plans Directory
This directory contains approach and rationale documents created before execution begins. Plans are always directories: an entry-point 00-overview.md plus one or more 0N-<phase>.md files.
Naming Convention
Pattern: YYYY-MM-DD-w{W}-r{R}-<slug>/
- Inside the directory:
00-overview.mdplus one or more0N-<phase>.mdfiles. - Slug: lowercase, hyphens only, no special characters.
- Example:
docs/plans/2026-04-15-w1-r0-migration-strategy/containing00-overview.md,01-clean-room.md,02-integration.md. - See
docs/assets/references/wave-model.mdfor W/R semantics.
Agent Instructions
- Before writing, read
docs/assets/references/planning-workflow.mdand copy the matching template fromdocs/assets/templates/(plan-overview.mdfor00-overview.md;plan-prd.md,plan-prd-decompose.md, orplan-prd-change.mdfor the overview content shape). - Always create the plan as a directory; even single-phase plans use the same shape with one
0N-<phase>.mdfile. - Apply the date-slug-W/R naming; do not backdate plans.
- Plans are written before execution, not retroactively.
- Archived plans live in
docs/assets/archive/plans/. Never archive unless explicitly asked. Seedocs/assets/archive/AGENTS.md.