Synthesize Section 1.0 (Introduction) by reading vision.md and glossary.md, and write a standardized SRS Draft that captures purpose, scope, definitions, references, and overview with ISO/IEEE rigor.
[MISSING FILE FALLBACK] This skill references auxiliary files (
logic.prompt, Python scripts) for automated execution. If those files are unavailable in your environment, Claude can execute this skill directly:
- Read all files in
projects/<ProjectName>/_context/- Follow the step-by-step instructions in the Manual Execution section below (or ask Claude to generate the relevant SRS section by describing the context inline)
- Write output to
projects/<ProjectName>/02-requirements-engineering/01-srs/<section-file>.mdThis skill is fully executable without Python or logic.prompt by providing context directly to Claude.
Use this skill once the project context templates have been populated. It turns vision.md and glossary.md into Section 1.0 of the SRS, emphasizing the legal/technical boundaries, definitions, and governing standards before downstream requirements are generated.
projects/<ProjectName>/_context/vision.md, projects/<ProjectName>/_context/glossary.mdprojects/<ProjectName>/<phase>/<document>/SRS_Draft.md (Section 1.0 only)vision.md.python context_engineering.py from within this directory or trigger the logic.prompt via your skill runner.projects/<ProjectName>/<phase>/<document>/SRS_Draft.md exists and contains the new introduction before closing the skill run.The following items are explicitly excluded from this project's scope. Listing exclusions prevents false assumptions and scope creep.
| # | Out-of-Scope Item | Reason / Notes |
|---|---|---|
| 1 | [Item] | [Why excluded or deferred] |
Generation rule: For every major feature area mentioned in the project description, explicitly state whether it is IN or OUT of scope. If something a stakeholder might reasonably expect is not being built, list it here. A blank Out of Scope table is a red flag — revisit with stakeholders.
Audit tag: If this section is empty or absent, Skill 08 (Semantic Auditing) shall flag [CONTEXT-GAP: Out of Scope not defined].
README.md: Provides the synthesis intent for this skill.context_engineering.py: The automation script that performs the extraction, synthesis, and file writing described above.logic.prompt: Instructions for Claude to orchestrate this skill with the required tone, standards, and logging.