# Beastmode

> Project initialization, idea tracking, and GitHub setup. Use when starting a new project, reviewing deferred ideas, or bootstrapping GitHub labels and project boards.

- **Type:** Skill
- **Install:** `agentstack add skill-bugroger-beastmode-beastmode`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [BugRoger](https://agentstack.voostack.com/s/bugroger)
- **Installs:** 0
- **Category:** [Developer Tools](https://agentstack.voostack.com/c/developer-tools)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [BugRoger](https://github.com/BugRoger)
- **Source:** https://github.com/BugRoger/beastmode/tree/main/plugin/skills/beastmode

## Install

```sh
agentstack add skill-bugroger-beastmode-beastmode
```

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

## About

# /beastmode

Unified command for project management.

## Subcommands

- `init` — Discover project knowledge and populate context hierarchy
- `ideas` — Surface and reconcile deferred ideas from design docs
- `setup-github` — Bootstrap GitHub labels, project board, and state model

## Routing

### 1. Parse Arguments

Extract subcommand from arguments:
- If args start with "init" → route to `@subcommands/init.md`
- If args start with "ideas" → route to `@subcommands/ideas.md`
- If args start with "setup-github" → route to `@subcommands/setup-github.md`
- If no args or unrecognized → show help

### 2. Show Help (default)

If no recognized subcommand:

```
Usage: /beastmode 

Subcommands:
  init          Discover project knowledge and populate context hierarchy
  ideas         Surface and reconcile deferred ideas
  setup-github  Bootstrap GitHub labels, project board, and state model

Examples:
  /beastmode init
  /beastmode ideas
  /beastmode setup-github
```

### 3. Execute Subcommand

Load and execute the appropriate subcommand file with full context.

## Source & license

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

- **Author:** [BugRoger](https://github.com/BugRoger)
- **Source:** [BugRoger/beastmode](https://github.com/BugRoger/beastmode)
- **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-bugroger-beastmode-beastmode
- Seller: https://agentstack.voostack.com/s/bugroger
- 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%.
