@fledge/workflow
v0.8.1
Published
Workflow skills for the [Fledge](https://github.com/fledge-build/fledge-build) development workflow. Provides agent skills that guide feature planning, brief creation, and lifecycle management.
Readme
@fledge/workflow
Workflow skills for the Fledge development workflow. Provides agent skills that guide feature planning, brief creation, and lifecycle management.
Install
pnpm add -D @fledge/workflowOn install, skills are automatically copied into your project's .claude/skills/ directory. Skills bundle self-contained scripts with all dependencies inlined, so no additional packages are needed at runtime.
Skills
fledge-brief
Guides the agent through feature brief creation and lifecycle. Invoked directly:
/fledge-briefThe skill walks through:
- New brief -- gather context from completed briefs, define requirements, break down into tasks
- Continue a brief -- review progress, update tasks, revise scope
- Complete a brief -- write a summary, validate, and mark as done
The skill includes bundled scripts for brief lifecycle operations. All artifacts are plain markdown files with YAML frontmatter, stored in .fledge/briefs/.
Dependencies
| Package | Role |
| ------------- | -------------------------------------------------------------------- |
| @fledge/cli | Build-time dependency. Bundled into self-contained scripts via rolldown |
