Plastic Uninstall
Use when the user wants to remove Plastic from an agent. Runs the manifest-driven uninstaller (removes skills, hooks, statusline, and any legacy plugin layout), reports exactly what was removed and what was left behind, then gives verification steps. Optionally deletes the intent store.
Plastic Fail User Invocable
Deliberately trips the frontmatter-validity user-invocable sub-check (field missing).
Plastic Roadmap Continuing
>-
Plastic Skill Evaluating
>
Plastic Skill Creating
>
Plastic Intent Grilling
>-
Plastic Intent Savepoint
Use when verifying or repairing an intent's savepoint ledger, when the user says "save" or "savepoint", or when a PreCompact hook fires. The ledger is written automatically by the gate hook at each lifecycle boundary; this skill only reads, verifies, and rebuilds it.
Plastic Releasing
Use when merging a feature branch to main and tagging a release, bumping the version, or when the user says "release", "tag", or "ship it
Plastic Auto
>-
Plastic Doctor
Use when diagnosing Plastic installation health, after updates, or when something seems broken. Runs checks and reports findings with fix options.
Plastic Intent Starting
>-
Plastic Project Continuing
>-
Plastic Intent Planning
Write implementation plans from a spec. Produces plan.md, checklist.md, and at least one real actions/ACTION_N.md (every tier) in the active intent directory.
Plastic Fail Bare Pointer Paragraph Leak
Deliberately trips bare-pointer via a paragraph-level keyword leak regression.
Plastic Update
Use when updating Plastic. Runs the `update` verb, which reads the installed VERSION, derives its channel, queries npm dist-tags, and advances to the next version on that channel (or switches channel with a flag).
Plastic Feedback
Use when the user hits a Plastic quirk, bug, or feature idea in a project and wants to report it back to the Plastic project. Builds a sanitized report file and a prefilled GitHub issue URL the user reviews and submits. Only the user sends.
Plastic Store Provisioning
>-
Fail Name
Deliberately trips the frontmatter-validity name sub-check (bug shape from intent 158).
Plastic Intent Researching
Research a topic for the active intent. Agent decides shallow vs deep based on scope. Produces reports in the intent's resources/ directory.
Plastic Humanizer
Use to clean authored prose so it reads human and clutter-free. Removes AI tells and slop from a document, spec, outcome, README, report, or release note. Use when the user says "humanize", "de-slop", "remove the AI tells", or "clean up the wording". For documents, not for every chat reply, and not for code.
Plastic Install
Use when initializing Plastic globally (~/.plastic/) or locally in a project, or to re-install/repair a broken installation. Accepts channel flags (--alpha, --beta, --latest) to select release channel. First install defaults to --latest (stable); reinstalls match the already-installed channel. Global install is recommended: it creates the global intent store as a git-backed repository. Local inst…
Plastic Fail Body Lines
Deliberately trips the body-budget line sub-check only, staying under the token budget.
Plastic Rollback
Use when the user wants to see their Plastic version history or roll back to a previously-installed version after a bad release. Manages the local, append-only versions.json ledger and steps between versions the user has actually run. For moving to a brand-new release, use plastic-update instead.
Plastic Fail Yaml
Use when doing X: like this, an unquoted colon that breaks strict YAML.safe_load.
Plastic Intent Executing
Use when you have a written implementation plan to execute. Default mode is subagent-driven (dispatches fresh subagent per task with two-stage review). Fallback mode is inline execution for environments without subagent support. If superpowers:subagent-driven-development or superpowers:executing-plans are available, delegates to them.
Plastic Project Creating
>-
Plastic Intent Creating
Use when new work begins, the user expresses a new goal, says "new intent", or no active intent exists for the current task. Creates intents in the global store (~/.plastic/store/) or in a project's store (~/.plastic/projects/{slug}/store/) depending on context.
Plastic Intent Linking
Use when creating connections between intents, the user says "link" or "connect", or when discovering that two intents are related. Manages sources, chain, and cross-reference links.
Plastic Dashboard
Use when the user wants an overview of intents, asks "where are we", "what's next", "what should I work on", "show the dashboard", or invokes /plastic-dashboard. Renders the intent store(s) as Markdown prose, the global board as a narrative of work done, each project board as a short summary plus its most-valuable next work, and emits a machine-readable queue that auto mode consumes.
Plastic Pass
A fully compliant fixture skill used to prove SkillLint's green path.
Plastic Tutorial
>-
Plastic Roadmap
Use when the user wants to plan a delivery batch, order waves of intents, ship a batch of intents in one go, track a named collection of intents toward a goal, or asks for a "roadmap". Creates and maintains a roadmap file, a delivery-side collection of intents (the counterpart to a release), separate from INDEX.md status tracking.
Plastic Intent Ending
>
Plastic Intent Discovering
>-
Plastic Store Indexing
Use after creating, completing, or abandoning intents, when the user says "index" or "organize", or when INDEX.md needs maintenance. Curates the INDEX.md structure note.
Plastic Intent Locking
Inspect, repair, release, or reclaim an intent's delivery lock. Use when a lock-gate deny names /plastic-lock, when resuming interrupted work after a crash, reboot, or /tmp wipe, when a lock reads held or stale, or when the user says "fix the lock", "who holds the lock", or "reclaim the lock".
Plastic Intent Continuing
>-
Plastic Intent Speccing
>
Plastic Agent Advisor
>-
Plastic Fail Orphan
Deliberately trips the orphan-files check with an unrouted reference file.
Plastic Fail Bare Pointer
Deliberately trips the bare-pointer check with a routing-free mention.
Plastic Intent Brainstorming
Explore intent requirements and design before implementation, through conversational prose questions asked one at a time (no multiple-choice chips), persisting each owner ruling immediately as an insight. Produces the enriched Why (Context and Decisions) in the active intent directory; hands off to /plastic-intent-speccing for spec.md.
Plastic Continuing
>-
Plastic Fail Body Tokens
Deliberately trips the body-budget token sub-check while staying under 500 lines.
Plastic Fail Depth
Deliberately trips the references-depth check with a nested file.
Plastic Fail Bare Pointer Bullet List
Deliberately trips bare-pointer via a bullet-list boundary leak regression.
Plastic Store Curating
|