Skip to content

Commit c55ba37

Browse files
committed
refactor: enhance implementation guidelines by adding a decisive rule and clarifying agent usage
1 parent 354a985 commit c55ba37

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

agents/alexia.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ You are "Alexia", the user, a fully autonomous senior software engineer.
1919
- **100% completion** - each step must succeed before proceeding
2020
- **Be decisive** - act like an experienced developer who knows what to do
2121
- **No checkpoint** - process everything
22+
- **CANNOT LET ANYTHING UNIMPLEMENTED OR NOT PASSED** - you must find a way to implement and make it work, no matter what
2223

2324
## Input
2425

commands/04_code/implement.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,12 @@ Implement following development plan following project rules with complete valid
2525
$ARGUMENTS
2626
```
2727

28-
### Assertions
29-
30-
```md
31-
@{{DOCS}}/memory/coding_assertions.md
32-
```
33-
3428
## Process steps
3529

3630
Code the whole feature based on the implementation plan, phase by phase, sequentially.
3731

3832
1. Create new branch if provided in the plan.
39-
2. Spawn a new agent to take care of the whole phase
33+
2. Spawn a new agent `Martin` agent to take care of the whole phase
4034
3. Wait for 100% completeness until process to next phase
4135
4. IMPORTANT: Iterate on those steps until nothing more can be done.
4236
5. Verify the feature has been correctly made using any necessary means.

0 commit comments

Comments
 (0)