# Custom Workflow Engage Plan

> Plan phased work for the current Edgar feature branch. Asks for a brief, researches the codebase via sub-agents, and writes the plan to docs/thoughts/plans/.

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

## Install

```sh
agentstack add skill-assertchris-claude-skills-custom-workflow-engage-plan
```

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

## About

# Edgar Engage Plan

This is a thin wrapper around `custom-workflow-plan` with Edgar-specific defaults.

## Step 1: Derive the plan doc path

1. Run `git branch --show-current` to get the current branch (e.g. `feat/2026-06-13-rate-limit-api-keys`).
2. Strip everything up to and including the first `/` to get the plan stem (e.g. `2026-06-13-rate-limit-api-keys`).
3. The plan doc path is `docs/thoughts/plans/.md`.

If the branch is `main`, warn the user — plan docs should be written on a feature branch. Suggest running `custom-workflow-new-engage-feature` first and stop.

## Step 2: Delegate to custom-workflow-plan

Invoke the `custom-workflow-plan` skill with these arguments:

- `doc-path: docs/thoughts/plans/.md`
- `research-context:` Edgar is a multi-tenant Fastify API in `packages/api`, with a React 19 admin panel in `packages/admin` and shared types in `packages/shared`. Note existing conventions: service modules in `packages/api/src/services/`, routes in `packages/api/src/routes/`, tests in `packages/api/test/integration/`. For large files you need only to summarise, prefer using the haiku model.
- `post-write:` a shell snippet that ensures `docs/thoughts/README.md` has a row for this plan file in the plans table. Find the plans table, check whether a row for `.md` already exists; if not, append `| .md | active |` as a new row at the end of the table.
- Pass through any `brief:` from ARGUMENTS unchanged.

## Source & license

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

- **Author:** [assertchris](https://github.com/assertchris)
- **Source:** [assertchris/claude-skills](https://github.com/assertchris/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-assertchris-claude-skills-custom-workflow-engage-plan
- Seller: https://agentstack.voostack.com/s/assertchris
- 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%.
