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
Copy file name to clipboardExpand all lines: README.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,14 +29,15 @@ Watch how the Interactive Coding Agent works:
29
29
30
30
## Benefits
31
31
32
-
-**Proactive Clarification**: Agents must seek clarification on vague requirements before implementation
33
-
-**Mandatory Stop Points**: Built-in triggers for ambiguous requirements, multiple approaches, and feature additions
34
-
-**Interactive Terminal Input**: Standardized question protocols using terminal commands for user input
35
-
-**User Persona Adaptation**: Communication style adapts based on detected user experience level (none to expert)
36
-
-**Specification Management**: Automatic creation and maintenance of project specifications for architectural decisions
37
-
-**Scope Preservation**: Prevents removal of existing working components during refactoring
38
-
-**Session Closure Protocol**: Always ends with explicit user confirmation before closing sessions
39
-
-**Violation Prevention**: Stops scope creep, unrequested features, and silent assumptions with critical failure protocols
32
+
-**Holistic Workflow**: A master guide that orchestrates all other rules, ensuring a flexible and iterative process.
33
+
-**Proactive Clarification**: Agents must seek clarification on vague requirements before implementation.
34
+
-**Mandatory Stop Points**: Built-in triggers for ambiguous requirements, multiple approaches, and feature additions.
35
+
-**Interactive Terminal Input**: Standardized "one question, one answer" protocols using terminal commands for user input.
36
+
-**User Persona Adaptation**: Communication style adapts based on your detected experience level.
37
+
-**Specification Management**: Automatic creation and maintenance of project specifications for significant decisions.
38
+
-**Scope Preservation**: Prevents removal of existing working components during refactoring.
39
+
-**Session Closure Protocol**: Always ends with explicit user confirmation before closing sessions.
40
+
-**Violation Prevention**: Stops scope creep, unrequested features, and silent assumptions with critical failure protocols.
40
41
41
42
## Setup
42
43
@@ -49,21 +50,20 @@ Want just the essentials? Copy these:
49
50
**Required Files and Folders:**
50
51
-`AGENTS.md` (put in your project root)
51
52
-`rules/` folder (the main rules)
52
-
-`project-specs/` folder
53
-
-`specs/` folder
53
+
-`specs/` folder (for user persona and other specs)
54
54
55
55
**Your Editor Config:**
56
56
-**Trae AI**: Copy `.trae/` folder
57
-
-**Cursor**: Copy `.cursor/` folder
57
+
-**Cursor**: Copy `.cursor/` folder
58
58
-**Windsurf**: Copy `.windsurf/` folder
59
59
-**Kiro**: Copy `.kiro/` folder
60
60
61
61
### Rule Activation
62
62
- Close and reopen project (optional but recommended)
63
63
- Start a new chat
64
-
-Prompt your agent to "Read workspace rules"
64
+
-The agent should automatically read the rules and begin the onboarding process.
65
65
66
-
**First Time Expectation:**Once rules are read, the user persona creation workflow should be triggered to create your `user-persona.spec.md`
66
+
**First Time Expectation:**The agent will guide you through creating a `user-persona.spec.md` file, which will tailor its communication style to your preferences.
67
67
68
68
## π€ User Persona System
69
69
@@ -78,7 +78,7 @@ The agent will automatically ask you to set up a user persona by answering a few
78
78
- Present technical trade-offs and performance implications
79
79
- Assume familiarity with design patterns and best practices
80
80
81
-
**π Product Manager**
81
+
**π Product Manager**
82
82
- Emphasize user impact and business value
83
83
- Focus on feature scope and timeline implications
84
84
- Translate technical decisions into business outcomes
@@ -162,4 +162,4 @@ The persona system ensures you get exactly the right level of detail and communi
162
162
163
163
---
164
164
165
-
*Created by [@matscode](https://www.tiktok.com/@matscode) | [LinkedIn](https://www.linkedin.com/in/matscode)*
165
+
*Created by [@matscode](https://www.tiktok.com/@matscode) | [LinkedIn](https://www.linkedin.com/in/matscode)*
0 commit comments