Skip to content
Development
Command

/app-context

Create a deterministic provenance manifest before an agent starts work:

From plugin
app-dev-team
427 skills30 agents27 commands2 hooks
Install
> /plugin marketplace add vmobifystudio/app-dev-team
> /plugin install app-dev-team@mobify-studio

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/app-context

Context preview

What this command does when you run it.

Create a deterministic provenance manifest before an agent starts work:

Command definition

app-context.md

/app-context — compile and verify execution context

Create a deterministic provenance manifest before an agent starts work:

node "${CLAUDE_PLUGIN_ROOT}/scripts/context-manifest.mjs" create \
  --root <project> --out "$CONTEXT_MANIFEST" \
  --ticket APP-NNN --role <role> --source constitutional:docs/21-engineering-principles.md \
  --source project:docs/10-prd.md --source ticket:docs/50-test-plan.md

The manifest records the git revision, source hashes, explicit omissions, and a rough token estimate. It is a provenance boundary, not an LLM summary and not permission to read undeclared secrets. Verify it immediately before an irreversible action:

node "${CLAUDE_PLUGIN_ROOT}/scripts/context-manifest.mjs" verify \
  --root <project> --manifest "$CONTEXT_MANIFEST"

A changed source or git revision is `STALE` and must trigger recompilation and renewed review. The layers are ordered constitutional → role → project → ticket → retrieved; lower-precedence material cannot silently override a higher-precedence rule.

Ships withapp-dev-team

Describe your app idea in one line. Get a shipped iOS & Android app. AI App Studio is a team of 30 AI specialists — a CEO, product manager, designers, iOS/Android engineers, a code reviewer, QA, and a release manager — that works like a real software studio.

Get the whole plugin

Other commands on app-dev-team.