| First task in a repo · no memory yet · "remember" / "onboard" · stale facts | truestack-project-memory |
| Designing / scoping / "how should I structure this" / starting something new | truestack-architecture-planning |
| Implementing backend — server, API, data layer, choosing a stack | truestack-backend-development |
| Building or restyling React UI — component, page, design, accessibility | truestack-react-frontend |
| A bug, error, crash, failing test, regression, "not working", slowness that's a defect | truestack-root-cause-debugging |
| Checking work after a change — "QC", "verify", "make sure it's solid" | truestack-quality-control |
Live data or a real external action via a connected MCP server · .mcp.json | truestack-mcp-integration |
| Schema or data migration — DDL (add/drop/rename column, constraint, index), backfill, expand/contract, "migration locked the table" | truestack-database-migrations (high-risk: via truestack-architecture-planning's gate first) |
| Packaging & running on a VPS — Docker, nginx, TLS, systemd, SIGTERM drain, blue-green cutover, "my deploy causes downtime" | truestack-deploy-and-runtime |
| CI/CD pipeline — GitHub Actions, checks gating PRs, SHA-pinning, release/semver, health-gated deploy step | truestack-ci-and-delivery |
| Making a service observable — structured logs, metrics, OTel tracing, SLOs/burn-rate, "no telemetry yet" | truestack-observability |
| Securing an app — auth flows, RBAC/access control, OWASP/injection, secrets, threat model, "is this secure" | truestack-application-security (high-risk auth/credential design: via truestack-architecture-planning's gate first) |
| Designing the API interface contract — REST/GraphQL/gRPC, error model, versioning, pagination, idempotency, OpenAPI | truestack-api-design (high-risk public/versioned contract: via truestack-architecture-planning's gate first) |
| Dependency lifecycle — add/pin/bump a package, Renovate/Dependabot cooldown, CVE/SBOM/license, "is this package safe" | truestack-dependency-management (high-risk ingestion: via truestack-architecture-planning's gate first) |
| Privacy/compliance policy — GDPR/CCPA/HIPAA, PII inventory, retention/erasure, consent, audit of personal data, breach readiness | truestack-data-privacy (high-risk: via truestack-architecture-planning's gate first) |
| Splitting work across parallel agents · research fan-out · resuming another session's ledger | truestack-agent-coordination |
| "Research / compare / what's best / latest / find out / is it still true" | truestack-deep-research |
| A shared reference/artifact — "how does this work", "reverse engineer this", "adopt/port this pattern", upgrading from a reference | truestack-reverse-engineering |
| "Every day / weekly / remind me / run at / recurring" | truestack-task-scheduling |
| "Score / rate / audit / evaluate / improve" a skill or skill set | truestack-skill-evaluation |
| "Sharpen / optimize / rephrase this prompt" · "adopt an expert persona" — a raw ask needs an optimized brief | truestack-prompt-optimizer (also runs automatically at every handoff) |
| "Explain this / what does this do / teach me / in simple terms" — a plain-English walkthrough is the deliverable | truestack-explain-plain |