# Custom Workflow Engage Implement

> Run phased implementation of an Edgar feature. Reads the plan doc from docs/thoughts/plans/ (derived from the current branch), works through each phase in a sub-agent, and verifies completion via git log between phases.

- **Type:** Skill
- **Install:** `agentstack add skill-assertchris-claude-skills-custom-workflow-engage-implement`
- **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-implement

## Install

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

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

## About

# Edgar Engage Implement

This is a thin wrapper around `custom-workflow-implement` 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 and stop — implementation should run on a feature branch.

If the plan doc doesn't exist, warn the user and suggest running `custom-workflow-new-engage-feature` and `custom-workflow-engage-plan` first.

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

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

- `doc-path: docs/thoughts/plans/.md`
- `impl-context:` Edgar is a multi-tenant Fastify API (`packages/api`), React 19 admin panel (`packages/admin`), and shared types (`packages/shared`).
- `pre-commit:` `pnpm typecheck && pnpm --filter @edgar/api test:fast` (if the phase touches a `@slow`-tagged test suite, also run that file directly)
- `completion-via: git-log`

## 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-implement
- 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%.
