@stilero/bankan 1.0.1 → 1.0.2
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 +10 -10
- package/docs/images/ban_kan_logo_readme.svg +26 -0
- package/docs/images/bankan_multi_tasks.png +0 -0
- package/docs/images/bankan_screenshot.png +0 -0
- package/docs/images/before_claude_windows.png +0 -0
- package/docs/images/workflow/add_task.png +0 -0
- package/docs/images/workflow/done_stage.png +0 -0
- package/docs/images/workflow/implementing_task.png +0 -0
- package/docs/images/workflow/planning_approve_plan.png +0 -0
- package/docs/images/workflow/planning_stage_started.png +0 -0
- package/docs/images/workflow/review_stage.png +0 -0
- package/package.json +12 -4
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="
|
|
2
|
+
<img src="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="
|
|
24
|
+
<img src="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="
|
|
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%" />
|
|
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="
|
|
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%" />
|
|
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="
|
|
136
|
+
<img src="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="
|
|
144
|
+
<img src="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="
|
|
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" />
|
|
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="
|
|
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" />
|
|
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="
|
|
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" />
|
|
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="
|
|
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" />
|
|
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.
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<svg width="1400" height="420" viewBox="0 0 1400 420" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<title>Ban Kan logo</title>
|
|
3
|
+
<desc>Ban Kan logo on a dark background for GitHub README rendering.</desc>
|
|
4
|
+
|
|
5
|
+
<rect x="20" y="20" width="1360" height="380" rx="28" fill="#0F172A"/>
|
|
6
|
+
|
|
7
|
+
<g transform="translate(70,80)" stroke="#F5A623" stroke-width="10" stroke-linejoin="round" stroke-linecap="round">
|
|
8
|
+
<path d="M120 20 L206.6 70 L206.6 170 L120 220 L33.4 170 L33.4 70 Z"/>
|
|
9
|
+
<g fill="#F5A623" stroke="none">
|
|
10
|
+
<path d="M74 146 C74 142.7 76.7 140 80 140 H104 C107.3 140 110 142.7 110 146 V182 C110 185.3 107.3 188 104 188 H80 C76.7 188 74 185.3 74 182 V146 Z"/>
|
|
11
|
+
<path d="M112 118 C112 114.7 114.7 112 118 112 H142 C145.3 112 148 114.7 148 118 V182 C148 185.3 145.3 188 142 188 H118 C114.7 188 112 185.3 112 182 V118 Z"/>
|
|
12
|
+
<path d="M150 86 C150 82.7 152.7 80 156 80 H180 C183.3 80 186 82.7 186 86 V182 C186 185.3 183.3 188 180 188 H156 C152.7 188 150 185.3 150 182 V86 Z"/>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
|
|
16
|
+
<g transform="translate(350,0)">
|
|
17
|
+
<text x="0" y="235"
|
|
18
|
+
fill="#E8E8F0"
|
|
19
|
+
font-size="118"
|
|
20
|
+
font-weight="800"
|
|
21
|
+
letter-spacing="10"
|
|
22
|
+
font-family="Syne, Inter, Arial, Helvetica, sans-serif">
|
|
23
|
+
BAN KAN
|
|
24
|
+
</text>
|
|
25
|
+
</g>
|
|
26
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stilero/bankan",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"description": "
|
|
5
|
+
"description": "Run AI coding agents like a Kanban board. Plan, implement, review and ship code using parallel AI agents across your local repositories.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
@@ -14,10 +14,17 @@
|
|
|
14
14
|
},
|
|
15
15
|
"keywords": [
|
|
16
16
|
"ai",
|
|
17
|
-
"agents",
|
|
17
|
+
"ai-agents",
|
|
18
|
+
"coding-agents",
|
|
19
|
+
"ai-development",
|
|
20
|
+
"developer-tools",
|
|
18
21
|
"kanban",
|
|
19
|
-
"
|
|
22
|
+
"agile",
|
|
20
23
|
"cli",
|
|
24
|
+
"automation",
|
|
25
|
+
"developer-workflow",
|
|
26
|
+
"agents",
|
|
27
|
+
"dashboard",
|
|
21
28
|
"orchestration"
|
|
22
29
|
],
|
|
23
30
|
"bin": {
|
|
@@ -26,6 +33,7 @@
|
|
|
26
33
|
"files": [
|
|
27
34
|
"bin",
|
|
28
35
|
"client/dist",
|
|
36
|
+
"docs/images",
|
|
29
37
|
"LICENSE",
|
|
30
38
|
"scripts/setup.js",
|
|
31
39
|
"server/src",
|