Skip to content

Commit 543e8e0

Browse files
Austin LovelessAustin Loveless
authored andcommitted
fixed lint issue and update text on when to apply this flow
1 parent f5b0e8e commit 543e8e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
### What is this?
2020

21-
This repository provides **structured prompts** (Markdown files) that guide AI assistants through a complete software development workflow: from initial feature idea → detailed specification → task breakdown → implementation → validation. Think of them as reusable playbooks that keep AI agents focused and consistent.
21+
This repository provides **structured prompts** (Markdown files) that guide AI assistants through a complete software development workflow. Starting with a feature or story from your backlog, these prompts help you create: detailed specification → task breakdown → implementation → validation. Think of them as reusable playbooks that keep AI agents focused and consistent.
2222

2323
### Installation Options
2424

@@ -35,6 +35,7 @@ uvx --from git+https://github.com/liatrio-labs/slash-command-manager \
3535
```
3636

3737
**What this command does:**
38+
3839
- `uvx` runs Python tools without installation (like `npx` for Python)
3940
- Fetches the `slash-command-manager` tool from GitHub
4041
- `slash-man generate` auto-detects your installed AI assistants

0 commit comments

Comments
 (0)