Skip to content

Plugin Reference

Quick reference for all SCS plugin commands and configuration options.

CommandDescription
/scs-vibe:initInitialize structured context for a project
/scs-vibe:updateUpdate context based on project changes
/scs-vibe:statusShow current context coverage
CommandDescription
/scs-team:initInitialize structured context from team docs
/scs-team:syncRe-process source docs and update context
/scs-team:statusShow current context coverage and source status

Both plugins write to the same locations:

FilePurpose
CLAUDE.mdPrimary context, loaded every Claude Code session
.claude/rules/*.mdModular rule files loaded by Claude Code

Context files belong in version control. Treat changes to CLAUDE.md and .claude/rules/ the same as changes to source code — review them, merge them deliberately, and track them with git history.

Plugin behavior can be adjusted by editing the generated files directly. The files are plain Markdown — there’s no separate config format.


Full source and issue tracker: github.com/tim-mccrimmon/structured-context-spec/plugins