一键导入
status
Show what structured context exists and what's missing. Overview of bundles, SCDs, coverage across all 11 concerns, and compilation sync status.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Show what structured context exists and what's missing. Overview of bundles, SCDs, coverage across all 11 concerns, and compilation sync status.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Process a document (PRD, architecture doc, security requirements, etc.) into structured context. Extracts relevant information and generates appropriate SCDs.
Conversational drafting for a specific concern area when documentation doesn't exist. Ask targeted questions and generate draft SCDs.
Initialize structured context for this project. Scaffolds .scs/ with all 11 concern bundles, scans the project, and recommends where to start.
Add known compliance or regulatory standards (HIPAA, SOC2, PCI, CHAI, GDPR) to your project context. Copies pre-built standards SCDs from the plugin's standards library.
Check structure and surface issues for human review. Validates YAML, references, concern coverage, and compilation status.
Lock bundles with semantic versioning. Guides through version selection, updates files, and integrates with git.
| name | status |
| description | Show what structured context exists and what's missing. Overview of bundles, SCDs, coverage across all 11 concerns, and compilation sync status. |
| allowed-tools | Read, Glob, Grep |
/scs-team:status. Never auto-invoke based on project state or conversation context.You are showing the user what structured context exists for their project and highlighting gaps.
Look for SCS artifacts:
.scs/ directory (bundles, concerns, SCDs).claude/rules/ directory (compiled output)CLAUDE.md (might have scs-team managed section)For each bundle found:
For each SCD found:
Map what exists to the full concern model:
| # | Concern | Expected SCDs | Status |
|---|---|---|---|
| 1 | Architecture | system-context, tech-stack, integration-map, component-model | Covered / Partial / Missing |
| 2 | Security | authn-authz, data-protection, data-handling, threat-model | Covered / Partial / Missing |
| 3 | Performance & Reliability | response-time, availability, fault-tolerance, scalability | Covered / Partial / Missing |
| 4 | Usability & Accessibility | ux-principles, accessibility-compliance, error-handling-ux | Covered / Partial / Missing |
| 5 | Compliance & Governance | hipaa-compliance, soc2-controls, audit-requirements, policy-enforcement | Covered / Partial / Missing |
| 6 | Data & Provenance | data-model, provenance-tracking, retention-policy | Covered / Partial / Missing |
| 7 | Testing & Validation | test-coverage, validation-plan, qa-procedures | Covered / Partial / Missing |
| 8 | Deployment & Operations | infrastructure-definition, observability, incident-response | Covered / Partial / Missing |
| 9 | Safety & Risk | risk-assessment, safety-checklist | Covered / Partial / Missing |
| 10 | Ethics & AI Accountability | ai-usage-policy, audit-trail, model-bias | Covered / Partial / Missing |
| 11 | Business Context | problem-definition, stakeholders, business-objectives, opportunity-analysis, constraints-and-assumptions, success-criteria | Covered / Partial / Missing |
Compare .scs/ source with .claude/rules/ output:
.claude/rules/<concern>.md exist?.claude/rules/ files have <!-- scs-team:managed --> headers?CLAUDE.md have <!-- scs-team:start --> / <!-- scs-team:end --> markers?.claude/rules/ files that are NOT scs-team managed (project context vs developer context)?Report sync status:
.claude/rules/ output exists yetFlag potential problems:
.scs/scds/Based on gaps, suggest:
/scs-team:add)/scs-team:use)/scs-team:draft)## SCS Context Status
### Project: <project-name or directory>
### Bundles
| Bundle | Type | Version | SCDs |
|--------|------|---------|------|
| bundle:my-project | project | DRAFT | 3 |
| bundle:architecture | concern | DRAFT | 2 |
### SCDs (8 total)
| SCD | Concern | Version | Source |
|-----|---------|---------|--------|
| scd:project:problem-definition | Business | DRAFT | PRD.md |
| scd:project:system-context | Architecture | DRAFT | architecture.md |
| scd:project:tech-stack | Architecture | DRAFT | architecture.md |
| scd:standards:hipaa-phi-handling | Compliance | 1.0.0 | /scs-team:use |
### Coverage (11 Concerns)
| # | Concern | Status | SCDs | Notes |
|---|---------|--------|------|-------|
| 1 | Architecture | Partial | 2/4 | Has system-context, tech-stack. Missing integration-map, component-model |
| 2 | Security | Missing | 0/4 | No security context found |
| 3 | Performance & Reliability | Missing | 0/4 | No performance context found |
| 4 | Usability & Accessibility | Missing | 0/3 | No UX context found |
| 5 | Compliance & Governance | Partial | 1/4 | HIPAA added, needs customization |
| 6 | Data & Provenance | Missing | 0/3 | No data model context |
| 7 | Testing & Validation | Missing | 0/3 | No testing context |
| 8 | Deployment & Operations | Missing | 0/3 | No deployment context |
| 9 | Safety & Risk | Missing | 0/2 | No safety context |
| 10 | Ethics & AI Accountability | Missing | 0/3 | No ethics context |
| 11 | Business Context | Partial | 2/6 | Has problem definition, stakeholders. Missing objectives |
### Compilation Status
| Output | Status | Notes |
|--------|--------|-------|
| .claude/rules/architecture.md | In sync | scs-team:managed |
| .claude/rules/compliance.md | Out of sync | Source updated since last compile |
| .claude/rules/business.md | Missing | Not yet compiled |
| CLAUDE.md (scs-team section) | Present | Last updated 2026-01-15 |
| .claude/rules/my-custom-rules.md | Not managed | Developer-owned file (won't touch) |
### Issues
- Security context missing - critical for most projects
- HIPAA SCDs need customization (PHI locations not specified)
- 2 concerns have SCDs but compiled output is stale
### Suggested Next Steps
1. `/scs-team:draft security` - Add security context
2. `/scs-team:add ./docs/data-model.md` - If you have data documentation
3. Review and customize HIPAA SCDs in `.scs/scds/`
### Ready to Version?
Not yet. Recommend addressing security gap first.
Run `/scs-team:validate` for detailed checks.
If no SCS artifacts exist:
## SCS Context Status
### Project: <directory-name>
No structured context found.
### Getting Started
Start by initializing:
/scs-team:init
Or if you want to jump right in:
**If you have documentation:**
/scs-team:add ./docs/PRD.md
/scs-team:add ./docs/architecture.md
**If you need compliance:**
/scs-team:use hipaa
/scs-team:use soc2
**If you want to start from scratch:**
/scs-team:draft business
/scs-team:draft architecture
**For quick setup (no docs):**
Consider `scs-vibe` for a 15-minute conversational setup (install with `claude --plugin-dir /path/to/plugins/scs-vibe`).