@stilero/bankan 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="docs/images/ban_kan_logo_readme.svg" alt="Ban Kan logo" width="520" />
|
|
2
|
+
<img src="https://github.com/stilero/bankan/raw/HEAD/docs/images/ban_kan_logo_readme.svg" alt="Ban Kan logo" width="520" />
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
# Ban Kan
|
|
@@ -21,7 +21,7 @@ Bring order to parallel AI development without leaving your local workflow.
|
|
|
21
21
|
</p>
|
|
22
22
|
|
|
23
23
|
<p align="center">
|
|
24
|
-
<img src="docs/images/bankan_screenshot.png" alt="Ban Kan dashboard showing backlog, planning, implementation, review, and done columns" width="1200" />
|
|
24
|
+
<img src="https://github.com/stilero/bankan/raw/HEAD/docs/images/bankan_screenshot.png" alt="Ban Kan dashboard showing backlog, planning, implementation, review, and done columns" width="1200" />
|
|
25
25
|
</p>
|
|
26
26
|
|
|
27
27
|
<p align="center">
|
|
@@ -79,14 +79,14 @@ Each stage has a clear responsibility, and tasks move forward only when the prev
|
|
|
79
79
|
<table>
|
|
80
80
|
<tr>
|
|
81
81
|
<td align="center" width="50%">
|
|
82
|
-
<img src="docs/images/before_claude_windows.png" alt="Four separate Claude Code terminal windows used to coordinate parallel agent work before Ban Kan" width="100%" />
|
|
82
|
+
<img src="https://github.com/stilero/bankan/raw/HEAD/docs/images/before_claude_windows.png" alt="Four separate Claude Code terminal windows used to coordinate parallel agent work before Ban Kan" width="100%" />
|
|
83
83
|
<br />
|
|
84
84
|
<strong>Before Ban Kan</strong>
|
|
85
85
|
<br />
|
|
86
86
|
Managing multiple agents means juggling separate terminal windows and fragmented context.
|
|
87
87
|
</td>
|
|
88
88
|
<td align="center" width="50%">
|
|
89
|
-
<img src="docs/images/bankan_multi_tasks.png" alt="Ban Kan dashboard showing multiple tasks and agent output in one coordinated interface" width="100%" />
|
|
89
|
+
<img src="https://github.com/stilero/bankan/raw/HEAD/docs/images/bankan_multi_tasks.png" alt="Ban Kan dashboard showing multiple tasks and agent output in one coordinated interface" width="100%" />
|
|
90
90
|
<br />
|
|
91
91
|
<strong>With Ban Kan</strong>
|
|
92
92
|
<br />
|
|
@@ -133,7 +133,7 @@ Below is the same task moving through Ban Kan's workflow from creation to comple
|
|
|
133
133
|
### 1. Create the task
|
|
134
134
|
|
|
135
135
|
<p align="center">
|
|
136
|
-
<img src="docs/images/workflow/add_task.png" alt="Ban Kan add task modal used to create the Stripe payments task" />
|
|
136
|
+
<img src="https://github.com/stilero/bankan/raw/HEAD/docs/images/workflow/add_task.png" alt="Ban Kan add task modal used to create the Stripe payments task" />
|
|
137
137
|
</p>
|
|
138
138
|
|
|
139
139
|
The developer creates a task in the dashboard and defines the story to be planned and executed.
|
|
@@ -141,7 +141,7 @@ The developer creates a task in the dashboard and defines the story to be planne
|
|
|
141
141
|
### 2. Planning starts
|
|
142
142
|
|
|
143
143
|
<p align="center">
|
|
144
|
-
<img src="docs/images/workflow/planning_stage_started.png" alt="Ban Kan planning stage showing the Stripe payments task as planning starts" />
|
|
144
|
+
<img src="https://github.com/stilero/bankan/raw/HEAD/docs/images/workflow/planning_stage_started.png" alt="Ban Kan planning stage showing the Stripe payments task as planning starts" />
|
|
145
145
|
</p>
|
|
146
146
|
|
|
147
147
|
The planner agent picks up the task, analyzes the repository, and prepares an implementation plan.
|
|
@@ -149,7 +149,7 @@ The planner agent picks up the task, analyzes the repository, and prepares an im
|
|
|
149
149
|
### 3. Review and approve the plan
|
|
150
150
|
|
|
151
151
|
<p align="center">
|
|
152
|
-
<img src="docs/images/workflow/planning_approve_plan.png" alt="Ban Kan planning stage showing an approval-ready plan for the Stripe payments task" />
|
|
152
|
+
<img src="https://github.com/stilero/bankan/raw/HEAD/docs/images/workflow/planning_approve_plan.png" alt="Ban Kan planning stage showing an approval-ready plan for the Stripe payments task" />
|
|
153
153
|
</p>
|
|
154
154
|
|
|
155
155
|
The generated plan is shown in the dashboard so the developer can approve it before any code is written.
|
|
@@ -157,7 +157,7 @@ The generated plan is shown in the dashboard so the developer can approve it bef
|
|
|
157
157
|
### 4. Implementation runs
|
|
158
158
|
|
|
159
159
|
<p align="center">
|
|
160
|
-
<img src="docs/images/workflow/implementing_task.png" alt="Ban Kan implementation stage showing the Stripe payments task being actively worked on by an agent" />
|
|
160
|
+
<img src="https://github.com/stilero/bankan/raw/HEAD/docs/images/workflow/implementing_task.png" alt="Ban Kan implementation stage showing the Stripe payments task being actively worked on by an agent" />
|
|
161
161
|
</p>
|
|
162
162
|
|
|
163
163
|
After approval, the implementor agent creates its workspace, writes the code, and reports progress live in the UI.
|
|
@@ -165,7 +165,7 @@ After approval, the implementor agent creates its workspace, writes the code, an
|
|
|
165
165
|
### 5. Review stage
|
|
166
166
|
|
|
167
167
|
<p align="center">
|
|
168
|
-
<img src="docs/images/workflow/review_stage.png" alt="Ban Kan review stage showing the Stripe payments task being validated by a reviewer agent" />
|
|
168
|
+
<img src="https://github.com/stilero/bankan/raw/HEAD/docs/images/workflow/review_stage.png" alt="Ban Kan review stage showing the Stripe payments task being validated by a reviewer agent" />
|
|
169
169
|
</p>
|
|
170
170
|
|
|
171
171
|
The reviewer agent validates the implementation, checks for issues, and decides whether the task is ready to move forward.
|
|
@@ -173,7 +173,7 @@ The reviewer agent validates the implementation, checks for issues, and decides
|
|
|
173
173
|
### 6. Done / ready for PR
|
|
174
174
|
|
|
175
175
|
<p align="center">
|
|
176
|
-
<img src="docs/images/workflow/done_stage.png" alt="Ban Kan done stage showing the Stripe payments task completed and ready for pull request creation" />
|
|
176
|
+
<img src="https://github.com/stilero/bankan/raw/HEAD/docs/images/workflow/done_stage.png" alt="Ban Kan done stage showing the Stripe payments task completed and ready for pull request creation" />
|
|
177
177
|
</p>
|
|
178
178
|
|
|
179
179
|
Once review passes, the task moves to Done and can be used as the basis for a pull request.
|
|
@@ -187,13 +187,13 @@ Multiple tasks can move through these stages simultaneously with different agent
|
|
|
187
187
|
### Run instantly
|
|
188
188
|
|
|
189
189
|
```bash
|
|
190
|
-
npx bankan
|
|
190
|
+
npx @stilero/bankan
|
|
191
191
|
```
|
|
192
192
|
|
|
193
193
|
### Install globally
|
|
194
194
|
|
|
195
195
|
```bash
|
|
196
|
-
npm install -g bankan
|
|
196
|
+
npm install -g @stilero/bankan
|
|
197
197
|
bankan
|
|
198
198
|
```
|
|
199
199
|
|