Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
238b2ec
docs: fix badge problems
JuanmaBM Apr 23, 2026
9526e92
docs: fix broken links to workflow docs
JuanmaBM Apr 23, 2026
5ed3829
Merge branch 'main' into docs/md-badges-and-ecosystem-links
mergify[bot] Apr 23, 2026
5fc21a2
Merge branch 'main' into docs/md-badges-and-ecosystem-links
JuanmaBM Apr 24, 2026
70ede98
Merge branch 'main' into docs/md-badges-and-ecosystem-links
mergify[bot] Apr 24, 2026
a86aa91
Merge branch 'main' into docs/md-badges-and-ecosystem-links
mergify[bot] Apr 24, 2026
73b2f9f
Merge branch 'main' into docs/md-badges-and-ecosystem-links
mergify[bot] Apr 24, 2026
35800cd
Merge branch 'main' into docs/md-badges-and-ecosystem-links
mergify[bot] Apr 27, 2026
f174a70
Merge branch 'main' into docs/md-badges-and-ecosystem-links
mergify[bot] Apr 27, 2026
bc9d269
Merge branch 'main' into docs/md-badges-and-ecosystem-links
mergify[bot] Apr 27, 2026
0192fb7
Merge branch 'main' into docs/md-badges-and-ecosystem-links
mergify[bot] Apr 28, 2026
b70e477
Merge branch 'main' into docs/md-badges-and-ecosystem-links
mergify[bot] Apr 28, 2026
a254c3e
Merge branch 'main' into docs/md-badges-and-ecosystem-links
mergify[bot] Apr 29, 2026
aef21db
Merge branch 'main' into docs/md-badges-and-ecosystem-links
mergify[bot] Apr 29, 2026
0957983
Merge branch 'main' into docs/md-badges-and-ecosystem-links
mergify[bot] Apr 29, 2026
c443a28
Merge branch 'main' into docs/md-badges-and-ecosystem-links
mergify[bot] Apr 30, 2026
215b527
Merge branch 'main' into docs/md-badges-and-ecosystem-links
mergify[bot] Apr 30, 2026
a906842
Merge branch 'main' into docs/md-badges-and-ecosystem-links
mergify[bot] Apr 30, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/src/content/docs/concepts/workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ The platform ships with several ready-to-use workflows:

| Workflow | What it does |
|----------|-------------|
| [**Bugfix**](../workflows/bugfix/) | Systematic multi-phase bug resolution: assess, reproduce, diagnose, fix, test, review, document, and submit a PR. |
| [**Triage**](../workflows/triage/) | Analyzes an issue backlog, categorizes items by severity and effort, and produces actionable reports with bulk operations. |
| [**Spec-kit**](../workflows/spec-kit/) | Specification-driven development: generates a detailed spec from requirements, plans implementation, breaks into tasks, and implements. |
| [**PRD / RFE**](../workflows/prd-rfe/) | Creates Product Requirements Documents and breaks them into actionable Request for Enhancement items with prioritization. |
| [**Bugfix**](../../workflows/bugfix/) | Systematic multi-phase bug resolution: assess, reproduce, diagnose, fix, test, review, document, and submit a PR. |
| [**Triage**](../../workflows/triage/) | Analyzes an issue backlog, categorizes items by severity and effort, and produces actionable reports with bulk operations. |
| [**Spec-kit**](../../workflows/spec-kit/) | Specification-driven development: generates a detailed spec from requirements, plans implementation, breaks into tasks, and implements. |
| [**PRD / RFE**](../../workflows/prd-rfe/) | Creates Product Requirements Documents and breaks them into actionable Request for Enhancement items with prioritization. |
| **Amber Interview** | Guided interview format for collecting user feedback through structured Q&A. (No detail page.) |
| **Template** | A minimal starting point for building your own custom workflow. (No detail page.) |

See the [Workflows section](../workflows/) for detailed documentation on the linked workflows above, including commands, phases, generated artifacts, and tips.
See the [Workflows section](../../workflows/) for detailed documentation on the linked workflows above, including commands, phases, generated artifacts, and tips.

### Using a workflow in a session

Expand All @@ -41,7 +41,7 @@ You can switch workflows on a running session at any time from the session sideb

## Custom workflows

If the built-in workflows do not fit your process, you can create your own from any Git repository. See [Custom Workflows](../workflows/custom/) for the full guide, including directory structure, `ambient.json` configuration, and development workflow.
If the built-in workflows do not fit your process, you can create your own from any Git repository. See [Custom Workflows](../../workflows/custom/) for the full guide, including directory structure, `ambient.json` configuration, and development workflow.

### Quick overview

Expand All @@ -58,4 +58,4 @@ A custom workflow lives in a Git repository that the platform can access. The on

To load a custom workflow, select **Custom Workflow...** from the workflow dropdown in the session sidebar and enter the Git URL, branch, and path.

For detailed workflow internals, advanced configuration, and the full `ambient.json` schema, see [Custom Workflows](../workflows/custom/) and the [workflows repository](https://github.com/ambient-code/workflows).
For detailed workflow internals, advanced configuration, and the full `ambient.json` schema, see [Custom Workflows](../../workflows/custom/) and the [workflows repository](https://github.com/ambient-code/workflows).
2 changes: 1 addition & 1 deletion docs/src/content/docs/ecosystem/amber.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Amber works with any prompt, but it is especially effective when paired with a w
| **Spec-kit** | Generate a detailed specification from requirements, then implement to spec. |
| **Amber Interview** | Gather context and requirements through a structured question-and-answer format. |

See [Workflows](../concepts/workflows) for the full list and details on creating custom workflows.
See [Workflows](../../concepts/workflows/) for the full list and details on creating custom workflows.

## Amber's capabilities

Expand Down