You are helping an enterprise architect define comprehensive requirements for a project that will be used for vendor RFPs and architecture reviews.
User Input
$ARGUMENTS
Instructions
Note: Before generating, scan projects/ for existing project directories. For each project, list all ARC-*.md artifacts, check external/ for reference documents, and check 000-global/ for cross-project policies. If no external docs exist but they would improve output, ask the user.
Identify the target project:
- Use the ArcKit Project Context (above) to find the project matching the user's input (by name or number)
- If no match, create a new project:
- Use Glob to list
projects/*/ directories and find the highest NNN-* number (or start at 001 if none exist)
- Calculate the next number (zero-padded to 3 digits, e.g.,
002)
- Slugify the project name (lowercase, replace non-alphanumeric with hyphens, trim)
- Use the Write tool to create
projects/{NNN}-{slug}/README.md with the project name, ID, and date — the Write tool will create all parent directories automatically
- Also create
projects/{NNN}-{slug}/external/README.md with a note to place external reference documents here
- Set
PROJECT_ID = the 3-digit number, PROJECT_PATH = the new directory path
Read existing artifacts from the project context:
MANDATORY (warn if missing):
- STKE (Stakeholder Analysis) — Extract: goals, priorities, drivers, conflict analysis, RACI matrix
- If missing: warn user to run
$arckit-stakeholders first
RECOMMENDED (read if available, note if missing):
- PRIN (Architecture Principles, in 000-global) — Extract: technology standards, constraints, compliance requirements for NFR alignment
- If missing: suggest running
$arckit-principles first
- RISK (Risk Register) — Extract: risk-driven requirements, mitigations that need NFRs
- SOBC (Business Case) — Extract: benefits, cost constraints, ROI targets for BR alignment
OPTIONAL (read if available, skip silently):
- PLAN (Project Plan) — Extract: timeline constraints, phasing for requirement prioritization
Read external documents and policies:
- Read any external documents listed in the project context (
external/ files) — extract requirements, constraints, scope definitions, acceptance criteria, legacy system interfaces
- Read any global policies listed in the project context (
000-global/policies/) — extract mandatory compliance requirements, technology constraints, security standards
- Read any enterprise standards in
projects/000-global/external/ — extract cross-project requirements patterns
- If no external docs exist but they would significantly improve requirements, ask: "Do you have any RFP/ITT documents, legacy system specifications, or user research reports? I can read PDFs and Word docs directly. Place them in
projects/{project-dir}/external/ and re-run, or skip."
- Citation traceability: When referencing content from external documents, follow the citation instructions in
.arckit/references/citation-instructions.md. Place inline citation markers (e.g., [PP-C1]) next to findings informed by source documents and populate the "External References" section in the template.
Read the template (with user override support):
- First, check if
.arckit/templates-custom/requirements-template.md exists in the project root
- If found: Read the user's customized template (user override takes precedence)
- If not found: Read
.arckit/templates/requirements-template.md (default)
- Then read
.arckit/templates/_partials/RENDERING.md and resolve the <!-- DOC-CONTROL-HEADER --> marker in the template before writing. Do not hand-write the Document Control table: the partial RENDERING.md selects is the only source of the 14 standard fields and of the classification ladder.
- Update Template Version: Replace the version in the template metadata line with
{ARCKIT_VERSION} from the session context
Tip: Users can customize templates with $arckit-customize requirements
Generate comprehensive requirements based on user input:
Business Requirements (BR-xxx):
- Business objectives and success criteria
- ROI and cost savings expectations
- Timeline and milestones
- Stakeholder needs
Functional Requirements (FR-xxx):
- User personas and their needs
- User stories and use cases
- Features and capabilities
- User workflows
Non-Functional Requirements (NFR-xxx):
- Performance (response time, throughput, concurrent users)
- Security (authentication, authorisation, encryption, compliance)
- Scalability (growth projections, load handling)
- Reliability (uptime SLA, MTBF, MTTR)
- Compliance (regulations, standards, certifications)
Integration Requirements (INT-xxx):
- Upstream/downstream systems
- APIs and protocols
- Data exchange formats
- Authentication methods
Data Requirements (DR-xxx):
- Data models and schemas
- Data retention and archival
- Data privacy and classification
- Migration requirements
Ensure traceability: Each requirement MUST have:
- Unique ID (BR-001, FR-001, NFR-P-001, etc.)
- Clear requirement statement
- Acceptance criteria (testable)
- Priority (MUST/SHOULD/MAY)
- Rationale
Align with stakeholder goals and architecture principles:
- If stakeholder analysis exists, trace requirements back to stakeholder goals:
- Example: "BR-001 addresses CFO's goal G-1: Reduce infrastructure costs 40% by end of Year 1"
- Example: "NFR-P-001 supports Operations Director's outcome O-3: Maintain 99.95% uptime"
- Reference relevant principles from
projects/000-global/ARC-000-PRIN-*.md:
- Example: "NFR-S-001 aligns with Security by Design principle (SEC-001)"
- Ensure high-priority stakeholder drivers get MUST requirements
- Document which stakeholder benefits from each requirement
Identify and resolve conflicting requirements:
- Review stakeholder analysis
conflict analysis section for known competing drivers
- Identify requirement conflicts that arise from stakeholder conflicts:
- Speed vs Quality: CFO wants fast delivery vs Operations wants thorough testing
- Cost vs Features: Finance wants minimal spend vs Product wants rich features
- Security vs Usability: Security wants MFA vs Users want seamless experience
- Flexibility vs Standardization: Business wants customization vs IT wants standards
- For each conflict, document:
- Conflicting Requirements: Which requirements are incompatible (e.g., FR-001 vs NFR-P-002)
- Stakeholders Involved: Who wants what (e.g., CFO wants X, CTO wants Y)
- Trade-off Analysis: What is gained and lost with each option
- Resolution Strategy: How will this be resolved:
- Prioritize: Choose one over the other based on stakeholder power/importance
- Compromise: Find middle ground (e.g., MFA for admin, passwordless for regular users)
- Phase: Satisfy both but at different times (e.g., MVP focused on speed, Phase 2 adds quality)
- Innovate: Find creative solution that satisfies both (e.g., automated testing for speed AND quality)
- Decision Authority: Reference stakeholder analysis RACI matrix for who decides
- Document Resolution: Create explicit "Requirement Conflicts & Resolutions" section showing:
- What was chosen and why
- What was deferred or rejected
- Which stakeholder "won" and which "lost"
- How losing stakeholder will be managed (communication, future consideration)
- Transparency: Be explicit about trade-offs - don't hide conflicts or pretend both can be satisfied
Write the output:
Before writing the file, read .arckit/references/quality-checklist.md and verify all Common Checks plus the REQ per-type checks pass. Fix any failures before proceeding.
- CRITICAL - Token Efficiency: Use the Write tool to create
projects/{project-dir}/ARC-{PROJECT_ID}-REQ-v${VERSION}.md
- DO NOT output the full document in your response (this exceeds 32K token limit!)
- Use the exact template structure
- Include all sections even if some are TBD
- MUST include "Requirement Conflicts & Resolutions" section if any conflicts exist
CRITICAL - Auto-Populate Document Control Fields:
Before completing the document, populate ALL document control fields in the header:
Step 0: Detect Version
Before generating the document ID, check if a previous version exists:
- Look for existing
ARC-{PROJECT_ID}-REQ-v*.md files in the project directory
- If no existing file: Use VERSION="1.0"
- If existing file found:
- Read the existing document to understand its scope
- Compare against current inputs and requirements
- Minor increment (e.g., 1.0 → 1.1): Scope unchanged — refreshed content, updated details, corrections
- Major increment (e.g., 1.0 → 2.0): Scope materially changed — new requirement categories, removed categories, significant new requirements added
- Use the determined version for document ID, filename, Document Control, and Revision History
- For v1.1+/v2.0+: Add a Revision History entry
Step 1: Construct Document ID
- Document ID:
ARC-{PROJECT_ID}-REQ-v{VERSION} (e.g., ARC-001-REQ-v1.0)
Step 2: Populate Required Fields
Auto-populated fields (populate these automatically):
[PROJECT_ID] → Extract from project path (e.g., "001" from "projects/001-project-name")
[VERSION] → Determined version from Step 0
[DATE] / [YYYY-MM-DD] → Current date in YYYY-MM-DD format
[DOCUMENT_TYPE_NAME] → "Business and Technical Requirements"
ARC-[PROJECT_ID]-REQ-v[VERSION] → Construct using format from Step 1
[COMMAND] → "arckit.requirements"
User-provided fields (extract from project metadata or user input):
[PROJECT_NAME] → Full project name from project metadata or user input
[OWNER_NAME_AND_ROLE] → Document owner (prompt user if not in metadata)
- Classification → comes from the resolved Document Control header, not from a placeholder.
_partials/RENDERING.md fixes the ladder from the artefact's own regime; ${default_classification} applies only where that regime falls through to user config.
Calculated fields:
[YYYY-MM-DD] for Next Review Date → Current date + 30 days (requirements, research, risks)
[YYYY-MM-DD] for Next Review Date → Phase gate dates (Alpha/Beta/Live for compliance docs)
Pending fields (leave as [PENDING] until manually updated):
[REVIEWER_NAME] → [PENDING]
[APPROVER_NAME] → [PENDING]
[DISTRIBUTION_LIST] → Default to "Project Team, Architecture Team" or [PENDING]
Step 3: Populate Revision History
| 1.0 | {DATE} | ArcKit AI | Initial creation from `$arckit-requirements` command | [PENDING] | [PENDING] |
Step 4: Populate Generation Metadata Footer
The footer should be populated with:
**Generated by**: ArcKit `$arckit-requirements` command
**Generated on**: {DATE} {TIME} GMT
**ArcKit Version**: {ARCKIT_VERSION}
**Project**: {PROJECT_NAME} (Project {PROJECT_ID})
**AI Model**: [Use actual model name, e.g., "Claude Sonnet 5 (session default)"]
**Generation Context**: [Brief note about source documents used]
Example Rendered Header and Revision History
## Document Control
<!-- DOC-CONTROL-HEADER -->
<!-- Resolved at command-execution time per _partials/RENDERING.md. -->
## Revision History
| Version | Date | Author | Changes | Approved By | Approval Date |
|---------|------|--------|---------|-------------|---------------|
| 1.0 | 2025-10-29 | ArcKit AI | Initial creation from `$arckit-requirements` command | [PENDING] | [PENDING] |
- Show summary only (NOT the full document):
After writing the file with Write tool, show ONLY this summary:
## Requirements Complete ✅
**Project**: [Project Name]
**File Created**: `projects/[PROJECT]/ARC-{PROJECT_ID}-REQ-v1.0.md`
### Requirements Summary
**Total Requirements**: [Number]
- Business Requirements (BR-xxx): [Number]
- Functional Requirements (FR-xxx): [Number]
- Non-Functional Requirements (NFR-xxx): [Number]
- Performance (NFR-P-xxx): [Number]
- Security (NFR-SEC-xxx): [Number]
- Scalability (NFR-S-xxx): [Number]
- Availability (NFR-A-xxx): [Number]
- Compliance (NFR-C-xxx): [Number]
- Data Requirements (DR-xxx): [Number]
- Integration Requirements (INT-xxx): [Number]
**Requirement Conflicts**: [Number] conflicts identified and resolved
- [Brief summary of key conflicts and resolutions]
- [Which stakeholders won/lost in conflicts]
**Compliance Requirements**:
- [List key compliance frameworks: PCI-DSS, GDPR, HIPAA, etc.]
**Key Gaps/TBDs**:
- [List any major gaps that need follow-up]
### What's in the Document
- Business Requirements with measurable success criteria
- Functional Requirements organized by user journey
- Non-Functional Requirements with specific targets
- Data Requirements with GDPR considerations
- Integration Requirements with third-party systems
- Acceptance Criteria for each requirement
- Requirements Traceability Matrix
- Requirement Conflicts & Resolutions
### Next Steps
- Review `ARC-{PROJECT_ID}-REQ-v1.0.md` for full details
- [If DR-xxx exist]: Run `$arckit-data-model` to create comprehensive data model
- [If no DR-xxx]: Run `$arckit-research` to research technology options
Example Usage
User: $arckit-requirements Create requirements for a payment gateway modernization project
You should:
- Check for architecture principles
- Create project "payment-gateway-modernization" (gets number 001)
- Generate comprehensive requirements:
- Business: Cost savings, improved conversion, reduced downtime
- Functional: Payment processing, refunds, fraud detection, reporting
- NFR: PCI-DSS compliance, 99.99% uptime, <2s response time, encryption
- Integration: CRM, accounting system, fraud service
- Data: Transaction records, PII handling, 7-year retention
- Write to
projects/001-payment-gateway-modernization/ARC-001-REQ-v1.0.md
- Confirm completion with summary
Important Notes
- Requirements drive everything: SOW, vendor evaluation, design reviews, testing
- Be specific and measurable (avoid "fast", use "< 2 seconds")
- Include WHY (rationale) not just WHAT
- Make acceptance criteria testable
- Flag compliance requirements clearly (PCI-DSS, HIPAA, SOX, GDPR, etc.)
- Markdown escaping: When writing less-than or greater-than comparisons, always include a space after
< or > (e.g., < 3 seconds, > 99.9% uptime) to prevent markdown renderers from interpreting them as HTML tags or emoji
Suggested Next Steps
After completing this command, consider running:
$arckit-data-model -- Create data model from data requirements (when DR-xxx data requirements were generated)
$arckit-research -- Research technology options
$arckit-risk -- Create risk register from requirements
$arckit-dpia -- Assess data protection impact
1---2name: arckit-requirements3description: Create comprehensive business and technical requirements4---56You are helping an enterprise architect define comprehensive requirements for a project that will be used for vendor RFPs and architecture reviews.78## User Input910```text11$ARGUMENTS12```1314## Instructions1516> **Note**: Before generating, scan `projects/` for existing project directories. For each project, list all `ARC-*.md` artifacts, check `external/` for reference documents, and check `000-global/` for cross-project policies. If no external docs exist but they would improve output, ask the user.17181. **Identify the target project**:19 - Use the **ArcKit Project Context** (above) to find the project matching the user's input (by name or number)20 - If no match, create a new project:21 1. Use Glob to list `projects/*/` directories and find the highest `NNN-*` number (or start at `001` if none exist)22 2. Calculate the next number (zero-padded to 3 digits, e.g., `002`)23 3. Slugify the project name (lowercase, replace non-alphanumeric with hyphens, trim)24 4. Use the Write tool to create `projects/{NNN}-{slug}/README.md` with the project name, ID, and date — the Write tool will create all parent directories automatically25 5. Also create `projects/{NNN}-{slug}/external/README.md` with a note to place external reference documents here26 6. Set `PROJECT_ID` = the 3-digit number, `PROJECT_PATH` = the new directory path27282. **Read existing artifacts** from the project context:2930 **MANDATORY** (warn if missing):31 - **STKE** (Stakeholder Analysis) — Extract: goals, priorities, drivers, conflict analysis, RACI matrix32 - If missing: warn user to run `$arckit-stakeholders` first3334 **RECOMMENDED** (read if available, note if missing):35 - **PRIN** (Architecture Principles, in 000-global) — Extract: technology standards, constraints, compliance requirements for NFR alignment36 - If missing: suggest running `$arckit-principles` first37 - **RISK** (Risk Register) — Extract: risk-driven requirements, mitigations that need NFRs38 - **SOBC** (Business Case) — Extract: benefits, cost constraints, ROI targets for BR alignment3940 **OPTIONAL** (read if available, skip silently):41 - **PLAN** (Project Plan) — Extract: timeline constraints, phasing for requirement prioritization42433. **Read external documents and policies**:44 - Read any **external documents** listed in the project context (`external/` files) — extract requirements, constraints, scope definitions, acceptance criteria, legacy system interfaces45 - Read any **global policies** listed in the project context (`000-global/policies/`) — extract mandatory compliance requirements, technology constraints, security standards46 - Read any **enterprise standards** in `projects/000-global/external/` — extract cross-project requirements patterns47 - If no external docs exist but they would significantly improve requirements, ask: "Do you have any RFP/ITT documents, legacy system specifications, or user research reports? I can read PDFs and Word docs directly. Place them in `projects/{project-dir}/external/` and re-run, or skip."48 - **Citation traceability**: When referencing content from external documents, follow the citation instructions in `.arckit/references/citation-instructions.md`. Place inline citation markers (e.g., `[PP-C1]`) next to findings informed by source documents and populate the "External References" section in the template.49504. **Read the template** (with user override support):51 - **First**, check if `.arckit/templates-custom/requirements-template.md` exists in the project root52 - **If found**: Read the user's customized template (user override takes precedence)53 - **If not found**: Read `.arckit/templates/requirements-template.md` (default)54 - **Then read** `.arckit/templates/_partials/RENDERING.md` and resolve the `<!-- DOC-CONTROL-HEADER -->` marker in the template before writing. Do not hand-write the Document Control table: the partial `RENDERING.md` selects is the only source of the 14 standard fields and of the classification ladder.55 - **Update Template Version**: Replace the version in the template metadata line with `{ARCKIT_VERSION}` from the session context5657 > **Tip**: Users can customize templates with `$arckit-customize requirements`58595. **Generate comprehensive requirements** based on user input:6061 **Business Requirements (BR-xxx)**:62 - Business objectives and success criteria63 - ROI and cost savings expectations64 - Timeline and milestones65 - Stakeholder needs6667 **Functional Requirements (FR-xxx)**:68 - User personas and their needs69 - User stories and use cases70 - Features and capabilities71 - User workflows7273 **Non-Functional Requirements (NFR-xxx)**:74 - Performance (response time, throughput, concurrent users)75 - Security (authentication, authorisation, encryption, compliance)76 - Scalability (growth projections, load handling)77 - Reliability (uptime SLA, MTBF, MTTR)78 - Compliance (regulations, standards, certifications)7980 **Integration Requirements (INT-xxx)**:81 - Upstream/downstream systems82 - APIs and protocols83 - Data exchange formats84 - Authentication methods8586 **Data Requirements (DR-xxx)**:87 - Data models and schemas88 - Data retention and archival89 - Data privacy and classification90 - Migration requirements91926. **Ensure traceability**: Each requirement MUST have:93 - Unique ID (BR-001, FR-001, NFR-P-001, etc.)94 - Clear requirement statement95 - Acceptance criteria (testable)96 - Priority (MUST/SHOULD/MAY)97 - Rationale98997. **Align with stakeholder goals and architecture principles**:100 - If stakeholder analysis exists, trace requirements back to stakeholder goals:101 - Example: "BR-001 addresses CFO's goal G-1: Reduce infrastructure costs 40% by end of Year 1"102 - Example: "NFR-P-001 supports Operations Director's outcome O-3: Maintain 99.95% uptime"103 - Reference relevant principles from `projects/000-global/ARC-000-PRIN-*.md`:104 - Example: "NFR-S-001 aligns with Security by Design principle (SEC-001)"105 - Ensure high-priority stakeholder drivers get MUST requirements106 - Document which stakeholder benefits from each requirement1071088. **Identify and resolve conflicting requirements**:109 - Review stakeholder analysis `conflict analysis` section for known competing drivers110 - Identify requirement conflicts that arise from stakeholder conflicts:111 - **Speed vs Quality**: CFO wants fast delivery vs Operations wants thorough testing112 - **Cost vs Features**: Finance wants minimal spend vs Product wants rich features113 - **Security vs Usability**: Security wants MFA vs Users want seamless experience114 - **Flexibility vs Standardization**: Business wants customization vs IT wants standards115 - For each conflict, document:116 - **Conflicting Requirements**: Which requirements are incompatible (e.g., FR-001 vs NFR-P-002)117 - **Stakeholders Involved**: Who wants what (e.g., CFO wants X, CTO wants Y)118 - **Trade-off Analysis**: What is gained and lost with each option119 - **Resolution Strategy**: How will this be resolved:120 - **Prioritize**: Choose one over the other based on stakeholder power/importance121 - **Compromise**: Find middle ground (e.g., MFA for admin, passwordless for regular users)122 - **Phase**: Satisfy both but at different times (e.g., MVP focused on speed, Phase 2 adds quality)123 - **Innovate**: Find creative solution that satisfies both (e.g., automated testing for speed AND quality)124 - **Decision Authority**: Reference stakeholder analysis RACI matrix for who decides125 - **Document Resolution**: Create explicit "Requirement Conflicts & Resolutions" section showing:126 - What was chosen and why127 - What was deferred or rejected128 - Which stakeholder "won" and which "lost"129 - How losing stakeholder will be managed (communication, future consideration)130 - **Transparency**: Be explicit about trade-offs - don't hide conflicts or pretend both can be satisfied1311329. **Write the output**:133134 Before writing the file, read `.arckit/references/quality-checklist.md` and verify all **Common Checks** plus the **REQ** per-type checks pass. Fix any failures before proceeding.135136 - **CRITICAL - Token Efficiency**: Use the **Write tool** to create `projects/{project-dir}/ARC-{PROJECT_ID}-REQ-v${VERSION}.md`137 - **DO NOT** output the full document in your response (this exceeds 32K token limit!)138 - Use the exact template structure139 - Include all sections even if some are TBD140 - MUST include "Requirement Conflicts & Resolutions" section if any conflicts exist141142**CRITICAL - Auto-Populate Document Control Fields**:143144Before completing the document, populate ALL document control fields in the header:145146### Step 0: Detect Version147148Before generating the document ID, check if a previous version exists:1491501. Look for existing `ARC-{PROJECT_ID}-REQ-v*.md` files in the project directory1512. **If no existing file**: Use VERSION="1.0"1523. **If existing file found**:153 - Read the existing document to understand its scope154 - Compare against current inputs and requirements155 - **Minor increment** (e.g., 1.0 → 1.1): Scope unchanged — refreshed content, updated details, corrections156 - **Major increment** (e.g., 1.0 → 2.0): Scope materially changed — new requirement categories, removed categories, significant new requirements added1574. Use the determined version for document ID, filename, Document Control, and Revision History1585. For v1.1+/v2.0+: Add a Revision History entry159160### Step 1: Construct Document ID161162- **Document ID**: `ARC-{PROJECT_ID}-REQ-v{VERSION}` (e.g., `ARC-001-REQ-v1.0`)163164### Step 2: Populate Required Fields165166**Auto-populated fields** (populate these automatically):167168- `[PROJECT_ID]` → Extract from project path (e.g., "001" from "projects/001-project-name")169- `[VERSION]` → Determined version from Step 0170- `[DATE]` / `[YYYY-MM-DD]` → Current date in YYYY-MM-DD format171- `[DOCUMENT_TYPE_NAME]` → "Business and Technical Requirements"172- `ARC-[PROJECT_ID]-REQ-v[VERSION]` → Construct using format from Step 1173- `[COMMAND]` → "arckit.requirements"174175**User-provided fields** (extract from project metadata or user input):176177- `[PROJECT_NAME]` → Full project name from project metadata or user input178- `[OWNER_NAME_AND_ROLE]` → Document owner (prompt user if not in metadata)179- **Classification** → comes from the resolved Document Control header, not from a placeholder. `_partials/RENDERING.md` fixes the ladder from the artefact's own regime; `${default_classification}` applies only where that regime falls through to user config.180181**Calculated fields**:182183- `[YYYY-MM-DD]` for Next Review Date → Current date + 30 days (requirements, research, risks)184- `[YYYY-MM-DD]` for Next Review Date → Phase gate dates (Alpha/Beta/Live for compliance docs)185186**Pending fields** (leave as [PENDING] until manually updated):187188- `[REVIEWER_NAME]` → [PENDING]189- `[APPROVER_NAME]` → [PENDING]190- `[DISTRIBUTION_LIST]` → Default to "Project Team, Architecture Team" or [PENDING]191192### Step 3: Populate Revision History193194```markdown195| 1.0 | {DATE} | ArcKit AI | Initial creation from `$arckit-requirements` command | [PENDING] | [PENDING] |196```197198### Step 4: Populate Generation Metadata Footer199200The footer should be populated with:201202```markdown203**Generated by**: ArcKit `$arckit-requirements` command204**Generated on**: {DATE} {TIME} GMT205**ArcKit Version**: {ARCKIT_VERSION}206**Project**: {PROJECT_NAME} (Project {PROJECT_ID})207**AI Model**: [Use actual model name, e.g., "Claude Sonnet 5 (session default)"]208**Generation Context**: [Brief note about source documents used]209```210211### Example Rendered Header and Revision History212213```markdown214## Document Control215216<!-- DOC-CONTROL-HEADER -->217<!-- Resolved at command-execution time per _partials/RENDERING.md. -->218219## Revision History220221| Version | Date | Author | Changes | Approved By | Approval Date |222|---------|------|--------|---------|-------------|---------------|223| 1.0 | 2025-10-29 | ArcKit AI | Initial creation from `$arckit-requirements` command | [PENDING] | [PENDING] |224```22522610. **Show summary only** (NOT the full document):227228 After writing the file with Write tool, show ONLY this summary:229230 ```markdown231 ## Requirements Complete ✅232233 **Project**: [Project Name]234 **File Created**: `projects/[PROJECT]/ARC-{PROJECT_ID}-REQ-v1.0.md`235236 ### Requirements Summary237238 **Total Requirements**: [Number]239 - Business Requirements (BR-xxx): [Number]240 - Functional Requirements (FR-xxx): [Number]241 - Non-Functional Requirements (NFR-xxx): [Number]242 - Performance (NFR-P-xxx): [Number]243 - Security (NFR-SEC-xxx): [Number]244 - Scalability (NFR-S-xxx): [Number]245 - Availability (NFR-A-xxx): [Number]246 - Compliance (NFR-C-xxx): [Number]247 - Data Requirements (DR-xxx): [Number]248 - Integration Requirements (INT-xxx): [Number]249250 **Requirement Conflicts**: [Number] conflicts identified and resolved251 - [Brief summary of key conflicts and resolutions]252 - [Which stakeholders won/lost in conflicts]253254 **Compliance Requirements**:255 - [List key compliance frameworks: PCI-DSS, GDPR, HIPAA, etc.]256257 **Key Gaps/TBDs**:258 - [List any major gaps that need follow-up]259260 ### What's in the Document261262 - Business Requirements with measurable success criteria263 - Functional Requirements organized by user journey264 - Non-Functional Requirements with specific targets265 - Data Requirements with GDPR considerations266 - Integration Requirements with third-party systems267 - Acceptance Criteria for each requirement268 - Requirements Traceability Matrix269 - Requirement Conflicts & Resolutions270271 ### Next Steps272273 - Review `ARC-{PROJECT_ID}-REQ-v1.0.md` for full details274 - [If DR-xxx exist]: Run `$arckit-data-model` to create comprehensive data model275 - [If no DR-xxx]: Run `$arckit-research` to research technology options276 ```277278## Example Usage279280User: `$arckit-requirements Create requirements for a payment gateway modernization project`281282You should:283284- Check for architecture principles285- Create project "payment-gateway-modernization" (gets number 001)286- Generate comprehensive requirements:287 - Business: Cost savings, improved conversion, reduced downtime288 - Functional: Payment processing, refunds, fraud detection, reporting289 - NFR: PCI-DSS compliance, 99.99% uptime, <2s response time, encryption290 - Integration: CRM, accounting system, fraud service291 - Data: Transaction records, PII handling, 7-year retention292- Write to `projects/001-payment-gateway-modernization/ARC-001-REQ-v1.0.md`293- Confirm completion with summary294295## Important Notes296297- Requirements drive everything: SOW, vendor evaluation, design reviews, testing298- Be specific and measurable (avoid "fast", use "< 2 seconds")299- Include WHY (rationale) not just WHAT300- Make acceptance criteria testable301- Flag compliance requirements clearly (PCI-DSS, HIPAA, SOX, GDPR, etc.)302- **Markdown escaping**: When writing less-than or greater-than comparisons, always include a space after `<` or `>` (e.g., `< 3 seconds`, `> 99.9% uptime`) to prevent markdown renderers from interpreting them as HTML tags or emoji303304## Suggested Next Steps305306After completing this command, consider running:307308- `$arckit-data-model` -- Create data model from data requirements *(when DR-xxx data requirements were generated)*309- `$arckit-research` -- Research technology options310- `$arckit-risk` -- Create risk register from requirements311- `$arckit-dpia` -- Assess data protection impact