AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Governor

skill-cwinvestments-memstack-governor · by cwinvestments

Use when the user says 'new project', 'project init', 'what tier', 'scope', or discusses project maturity, complexity budget, or what's appropriate to build.

No reviews yet
0 installs
23 views
0.0% view→install

Install

$ agentstack add skill-cwinvestments-memstack-governor

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-cwinvestments-memstack-governor)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Governor? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

🏛️ Governor — Portfolio Governance

Enforce tier-appropriate complexity. Prevent over-engineering the #1 waste of time in AI-assisted development.

Activation

When this skill activates, output:

🏛️ Governor — Checking project tier constraints...

Then execute the protocol below.

Context Guard

| Context | Status | Priority | |---------|--------|----------| | User starts a new project ("new project", "init", "scaffold") | ACTIVE — assign tier | P1 | | User asks "what tier", "what's allowed", "scope check" | ACTIVE — report current tier constraints | P1 | | User proposes work that exceeds current tier | ACTIVE — flag and advise | P2 | | User is executing work within tier constraints | DORMANT — don't interrupt | — | | User explicitly overrides ("I know, do it anyway") | DORMANT — user has authority | — |

Anti-Rationalization

If you're thinking any of these, STOP — you're about to let scope creep happen:

| You're thinking... | Reality | |---|---| | "Adding tests is always good practice" | Not for prototypes. Tests for throwaway code waste time. | | "This needs proper auth" | Single-user tools don't need auth. Add it when there are users. | | "Let me add CI/CD while I'm at it" | CI/CD for a prototype is gold-plating. Ship first. | | "Error handling should be comprehensive" | Prototype error handling = crash and log. That's it. | | "I should add monitoring" | 1 premature abstraction

  1. Adding comprehensive error handling — Crash and read the stack trace. That's debugging
  2. Monitoring and alerting — Console output is your monitoring

MVP Anti-Patterns — DON'T DO THIS

  1. Integration test suites — Happy-path unit tests are enough at MVP
  2. Multi-environment deploys — One environment. Dev IS production
  3. Performance optimization — Make it work, make it right, THEN make it fast. You're at step 2
  4. Horizontal scaling — Vertical scale (bigger server) until proven insufficient
  5. Comprehensive logging — Log errors and key events. Not every function call

Production Anti-Patterns — DON'T DO THIS

  1. Skipping tests to "move faster" — You'll move slower when bugs hit production
  2. Manual deployments — CI/CD exists for a reason. Set it up
  3. No error tracking — If you can't see errors, you can't fix them
  4. Ignoring security — Production code faces the internet. Act like it

Inputs

  • Project name and context
  • Current tier (from user, STATE.md, or project CLAUDE.md)
  • Proposed work scope

Outputs

  • Tier assignment with constraint summary
  • Violation flags when scope exceeds tier
  • Anti-pattern warnings

Level History

  • Lv.1 — Base: 3-tier governance system with phase constraints, anti-patterns list, and scope violation flagging. Inspired by Intellegix portfolio governance. (Origin: MemStack v3.2, Feb 2026)

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.