Imported from OTM-Cyber/screenconnect-mcp (
docs/AGENTS.md). Install upstream withnpx skills add OTM-Cyber/screenconnect-mcp --skill docs. Copyright stays with the author.
Documentation Router
Use docs/ only as a router. Do not create generated files directly in this directory. For lifecycle order or skip/reorder/revisit decisions, read docs/assets/references/lifecycle.md and surface departures from the default arc.
- Source Markdown NEVER uses semantic line breaks
- For path and link hygiene, use project-relative paths and relative Markdown links, and read
docs/assets/references/path-and-link-hygiene.mdwhen auditing or deciding whether an absolute path is warranted. - For design docs, read
docs/assets/references/design-workflow.md,docs/assets/references/design-contract.md, anddocs/assets/templates/design.md, then continue indocs/designs/. - For plans, read
docs/assets/references/planning-workflow.mdand the selected plan template indocs/assets/templates/, then continue indocs/plans/. - For PRD or work generation, read
docs/assets/references/execution-workflow.md,docs/assets/references/output-contract.md, and the selected template indocs/assets/templates/, then continue indocs/prd/ordocs/work/; work phase tasks use- [ ] t1: ...checkbox items and acceptance criteria use plain bullets. - For requirement changes, also read
docs/assets/references/prd-change-management.mdbefore choosing change templates or delta outputs. - For gaps, drift, unresolved questions, risks, decisions, or closeout findings, first update
docs/prd/03-open-questions-and-risk-register.mdwhen it exists; do not create separate questions, decisions, risks, gaps, or architecture-decision files unless the user explicitly asks. - For guides, continue in
docs/guides/; for playbooks, continue indocs/library/playbooks/. Before guide or playbook coverage work, readdocs/assets/references/coverage-pass-contract.md; before guide writing, also readdocs/assets/references/guide-contract.md, inspect existing guides for overlap, choose the verdict and target persona(s), and use the matching guide template. - After guide work, reconcile overlapping existing guides with reciprocal links,
relatedfrontmatter, or concise supplemental context when it improves discoverability. - Use
## Future Coverageinside guides for downstream-dependent guide updates. Do not create design docs, architecture decisions, or PRD risk-register items solely to remember future guide work. - For history records, continue in
docs/assets/history/— readdocs/assets/references/history-record-contract.mdanddocs/assets/templates/history-record.mdbefore writing. - For reusable prompt starters, use
docs/assets/prompts/; prompts are optional starters, not authority.