# Feature Scaffold

> Create a feature-based folder structure and initial implementation plan.

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

## Install

```sh
agentstack add skill-lglucas-ai-dev-operating-system-feature-scaffold
```

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

## About

# Feature Scaffold

Use when starting a new product feature.

## Steps

1. Define feature name and user-facing outcome.
2. Identify data touched and privacy/security implications.
3. Create feature folder.
4. Add tests or test plan.
5. Add README or implementation note when useful.
6. Register feature in sprint doc.

## Suggested structure

```txt
src/features/feature-name/
├── components/
├── actions/
├── api/
├── db/
├── schemas/
├── tests/
└── index.ts
```

## Source & license

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

- **Author:** [lglucas](https://github.com/lglucas)
- **Source:** [lglucas/ai-dev-operating-system](https://github.com/lglucas/ai-dev-operating-system)
- **License:** MIT
- **Homepage:** https://github.com/lglucas/ai-dev-operating-system

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-lglucas-ai-dev-operating-system-feature-scaffold
- Seller: https://agentstack.voostack.com/s/lglucas
- 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%.
