You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expand feature-driven-flow README with clearer workflow and rule guidance
- Add detailed descriptions for skills, prompt, shared rules, and local rule overlays
- Clarify install and usage steps, including scope-to-phase behavior
- Explain rule model fields and precedence conflict handling
- Extend diagnostics with guidance for blocked phases and under-specified outputs
- Add creator LinkedIn profile link
Copy file name to clipboardExpand all lines: README.md
+28-18Lines changed: 28 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,21 @@
1
1
# Codex Feature-Driven-Flow
2
2
3
3
Script-free Codex package for one-command feature workflow orchestration with a rules-based extension system.
4
+
It is designed to keep feature delivery predictable by combining a minimal core workflow with declarative rules that can be shared or overridden per repository.
4
5
5
6
## Includes
6
7
7
8
1. Skills:
8
-
-`skills/feature-driven-flow`
9
-
-`skills/fdf-code-explorer`
10
-
-`skills/fdf-implementation-planner`
11
-
-`skills/fdf-change-auditor`
9
+
-`skills/feature-driven-flow`: main conductor skill that drives the seven-phase workflow and gate checks.
10
+
-`skills/fdf-code-explorer`: specialist skill for mapping current behavior and code paths before planning changes.
11
+
-`skills/fdf-implementation-planner`: specialist skill for turning clarified requirements into a file-by-file implementation plan.
12
+
-`skills/fdf-change-auditor`: specialist skill for reviewing completed changes, risks, and verification coverage.
12
13
2. Prompt:
13
-
-`prompts/feature-driven-flow.md`
14
+
-`prompts/feature-driven-flow.md`: entrypoint that activates the conductor workflow in Codex.
0 commit comments