# Imlazy Bootstrap

> Bootstrap skill loaded on every session — detects /imlazy and "i am lazy" triggers, routes through imlazy-router for tier-aware execution

- **Type:** Skill
- **Install:** `agentstack add skill-hnikoloski-imlazy-imlazy-bootstrap`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [hnikoloski](https://agentstack.voostack.com/s/hnikoloski)
- **Installs:** 0
- **Category:** [Productivity](https://agentstack.voostack.com/c/productivity)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [hnikoloski](https://github.com/hnikoloski)
- **Source:** https://github.com/hnikoloski/imlazy/tree/main/skills/imlazy-bootstrap
- **Website:** https://hnikoloski.github.io/imlazy/

## Install

```sh
agentstack add skill-hnikoloski-imlazy-imlazy-bootstrap
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# imlazy-bootstrap

## Triggers

When the user message starts with `/imlazy ` or `i am lazy, ` (at the start of a message or as a clear prefix), invoke `Skill(imlazy-router)` with the task description.

Additionally, detect VAULT triggers: "vault init", "vault save", "vault search", "create vault" — route these to `Skill(imlazy-router)` for vault-tier classification.

Do NOT trigger on "i am lazy" appearing mid-paragraph or without an actionable verb (e.g., "i am lazy and tired today" is not a trigger — no action to route).

The slash command `/imlazy` is a hard trigger. The chat phrase requires a clear actionable ask.

## The 1% rule

If a skill might apply to what you are doing, invoke it before responding. After triggering, the router decides which workflow skills to load — you do not need to pre-load anything yourself.

## Instruction priority

User instructions in CLAUDE.md / AGENTS.md take precedence over imlazy skills, which take precedence over default system behavior. The router never overrides explicit user requests — if the user says "skip the plan", honor it.

## Quick-tier completion gate

For Quick-tier tasks (classified as such by `imlazy-router`), before claiming completion:

1. Run the relevant verification command — test suite, build, or `git diff` for content-only edits.
2. Confirm exit code 0 and the intended change is present in the output.
3. If verification passes: claim completion, you are done.
4. If verification fails: do NOT claim completion. Escalate to Standard tier:
   - Invoke `Skill(imlazy-tdd)` and `Skill(imlazy-planning)` (light mode).
   - Invoke `Skill(imlazy-learn)` with predicted=quick, actual=standard, and a 50-char task summary.
   - Continue with the broader skill set loaded — do not restart the task from scratch.

## What this skill does not do

This bootstrap deliberately omits red-flags tables, rationalization lists, and workflow philosophy — those live in the tier-specific skills, loaded lazily by the router.

## Source & license

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

- **Author:** [hnikoloski](https://github.com/hnikoloski)
- **Source:** [hnikoloski/imlazy](https://github.com/hnikoloski/imlazy)
- **License:** MIT
- **Homepage:** https://hnikoloski.github.io/imlazy/

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-hnikoloski-imlazy-imlazy-bootstrap
- Seller: https://agentstack.voostack.com/s/hnikoloski
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
