# Work Init

> Guide and verify the smallest useful new-project foundation by resolving essential product, platform, toolchain, dependency, and validation choices. Use when the user wants to initialize, scaffold, or start a project.

- **Type:** Skill
- **Install:** `agentstack add skill-xcaeser-work-skill-work-init`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [xcaeser](https://agentstack.voostack.com/s/xcaeser)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [xcaeser](https://github.com/xcaeser)
- **Source:** https://github.com/xcaeser/work-skill/tree/main/skills/work-init
- **Website:** https://skills.sh/xcaeser/work-skill

## Install

```sh
agentstack add skill-xcaeser-work-skill-work-init
```

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

## About

# Work / 1. Init

Create the smallest project foundation that builds and runs. Preserve
reliability, user state, simplicity, and clean breaks. Do not add product
features, speculative packages, compatibility scaffolding, or infrastructure
the foundation does not yet need.

## Resolve only essential choices

Inspect the destination and conversation before asking anything. Reuse answers already given. If the request is sufficient, proceed without an interview.

Ask no more than three short questions at a time, in this order:

1. What is being built, where should it live, and which platform must it run on?
2. Which language, runtime or toolchain, and minimum supported version are required?
3. Which packages, services, storage, authentication, and quality commands are genuinely required now?

Offer sensible defaults when local conventions or the ecosystem make them clear. Explain only choices with a meaningful tradeoff.

Before writing, state:

- **Foundation goal:** one end-to-end capability the scaffold must prove.
- **Ready when:** build, run, and relevant quality checks succeed.
- **Does not count:** an empty or unexecuted scaffold.
- **Deferred:** product features and infrastructure intentionally excluded.

## Build in working layers

1. Read local instructions and inspect the destination for unrelated files.
2. Create an idiomatic scaffold with native metadata and one obvious entry point.
3. Add only approved dependencies; prefer platform and existing workspace tooling.
4. Format or lint, run focused tests when behavior exists, and perform a clean build.
5. Start the project locally when safe and useful.
6. Exercise one relevant failure boundary, such as invalid configuration or a missing required dependency.
7. Inspect generated files and lockfiles. Report exact commands and evidence.

Do not invent tests for an empty entry point. When the scaffold establishes real
behavior, state the behavior being protected, why it matters, the test level,
and the exact observable assertion before test edits.

Do not spawn agents for the setup interview. If the work expands into product implementation, stop at the verified foundation and hand the scoped task to `$work`.

## Return

```markdown
## Work / 1. Init

**Goal:** 
**Created:** 
**Run:** 
**Validation:** 
**Failure boundary checked:** 
**Deferred:** 
**State:** complete / partial / blocked
```

## Source & license

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

- **Author:** [xcaeser](https://github.com/xcaeser)
- **Source:** [xcaeser/work-skill](https://github.com/xcaeser/work-skill)
- **License:** MIT
- **Homepage:** https://skills.sh/xcaeser/work-skill

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-xcaeser-work-skill-work-init
- Seller: https://agentstack.voostack.com/s/xcaeser
- 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%.
