# New Feature

> End-to-end feature workflow wrapper. Chains feature-research → feature-work → feature-test → feature-review and emits the final outline-form report. Usage: /new-feature <feature description>

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

## Install

```sh
agentstack add skill-tianea2160-claude-skills-new-feature
```

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

## About

# new-feature

Wrapper skill that runs the full feature workflow end-to-end by chaining four independent skills:

1. `/feature-research` — produces an approved Plan at `.claude/plans/.md`.
2. `/feature-work` — implements the Plan.
3. `/feature-test` — writes and runs tests.
4. `/feature-review` — verifies goal alignment and code quality.

Each stage is a self-contained skill that can also be invoked directly. This wrapper adds orchestration and a **final outline-form report** that stitches the four mini-reports together.

`$ARGUMENTS` is the feature description.

> **Language note:** This skill is authored in English per `.claude/rules/skill-authoring.md`. User-facing output follows the project's CLAUDE.md language preference.

## References

- [references/report-template.md](references/report-template.md) — Final outline-form report template for Step 5.

## Workflow

### 1. Run research

Invoke `Skill: feature-research` with `$ARGUMENTS`. On completion, capture the returned Plan path.

If the user declines the Plan during ExitPlanMode inside `feature-research`, the wrapper stops and surfaces the decline.

### 2. Run implementation

Invoke `Skill: feature-work` with the Plan path.

### 3. Run tests

Invoke `Skill: feature-test` with the Plan path.

### 4. Run review

Invoke `Skill: feature-review` with the Plan path.

### 5. Emit the final outline-form report

Render the combined outline-form report following `references/report-template.md`, as model text in the project's preferred language. Never emit via Bash.

The report stitches each stage's mini-report `▸ Summary`/`▸ Artifacts`/`▸ Metrics` into a single view, adds a `▸ Stage results` block, and surfaces any `▸ Next steps` that require user action.

## Invariants

- Do not re-implement the stage logic inline; always delegate to the dedicated skills.
- Do not embed Plan body text into the wrapper's prompts or report — reference by path.
- Preserve each stage's mini-report as-is; the final report composes them, does not replace them.
- If any stage stops with `status: blocked` or an unresolved AskUserQuestion, halt the chain and surface the condition.

## Constraints

- SKILL.md body length ≤ 80 lines.
- Allowed tools are intentionally narrow: orchestration only.

## Source & license

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

- **Author:** [Tianea2160](https://github.com/Tianea2160)
- **Source:** [Tianea2160/claude-skills](https://github.com/Tianea2160/claude-skills)
- **License:** MIT

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-tianea2160-claude-skills-new-feature
- Seller: https://agentstack.voostack.com/s/tianea2160
- 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%.
