@slycode/slycode 0.1.1 → 0.1.3
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/dist/bridge/pty-handler.js +7 -1
- package/dist/bridge/pty-handler.js.map +1 -1
- package/dist/web/.next/BUILD_ID +1 -1
- package/dist/web/.next/build-manifest.json +2 -2
- package/dist/web/.next/server/app/_global-error.html +2 -2
- package/dist/web/.next/server/app/_global-error.rsc +1 -1
- package/dist/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/dist/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/dist/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/dist/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/dist/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/dist/web/.next/server/app/_not-found.html +1 -1
- package/dist/web/.next/server/app/_not-found.rsc +1 -1
- package/dist/web/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
- package/dist/web/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/dist/web/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
- package/dist/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/dist/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/dist/web/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
- package/dist/web/.next/server/chunks/[root-of-the-server]__198f01e0._.js +1 -1
- package/dist/web/.next/server/chunks/[root-of-the-server]__884d73e4._.js +1 -1
- package/dist/web/.next/server/chunks/[root-of-the-server]__aa814a86._.js +1 -1
- package/dist/web/.next/server/chunks/[root-of-the-server]__b90bbd70._.js +1 -1
- package/dist/web/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_ffc6c790.js +1 -1
- package/dist/web/.next/server/pages/404.html +1 -1
- package/dist/web/.next/server/pages/500.html +2 -2
- package/dist/web/src/app/api/git-status/route.ts +1 -0
- package/dist/web/src/app/api/projects/analyze/route.ts +1 -0
- package/dist/web/src/app/api/projects/route.ts +1 -0
- package/dist/web/src/app/api/transcribe/route.ts +1 -1
- package/dist/web/src/app/api/version-check/route.ts +1 -0
- package/lib/cli/doctor.d.ts.map +1 -1
- package/lib/cli/doctor.js +2 -1
- package/lib/cli/doctor.js.map +1 -1
- package/lib/cli/start.d.ts.map +1 -1
- package/lib/cli/start.js +1 -0
- package/lib/cli/start.js.map +1 -1
- package/lib/cli/stop.d.ts.map +1 -1
- package/lib/cli/stop.js +6 -4
- package/lib/cli/stop.js.map +1 -1
- package/lib/cli/update.d.ts.map +1 -1
- package/lib/cli/update.js +8 -5
- package/lib/cli/update.js.map +1 -1
- package/package.json +1 -1
- package/templates/kanban-seed.json +1 -1
- package/templates/tutorial-project/.agents/skills/checkpoint/SKILL.md +43 -0
- package/templates/tutorial-project/.agents/skills/context-priming/SKILL.md +152 -0
- package/templates/tutorial-project/.agents/skills/context-priming/references/area-index.md +101 -0
- package/templates/tutorial-project/.agents/skills/context-priming/references/areas/claude-actions.md +120 -0
- package/templates/tutorial-project/.agents/skills/context-priming/references/areas/messaging.md +177 -0
- package/templates/tutorial-project/.agents/skills/context-priming/references/areas/scripts-deployment.md +138 -0
- package/templates/tutorial-project/.agents/skills/context-priming/references/areas/skills.md +135 -0
- package/templates/tutorial-project/.agents/skills/context-priming/references/areas/terminal-bridge.md +232 -0
- package/templates/tutorial-project/.agents/skills/context-priming/references/areas/web-frontend.md +252 -0
- package/templates/tutorial-project/.agents/skills/context-priming/references/maintenance.md +128 -0
- package/templates/tutorial-project/.agents/skills/design/SKILL.md +141 -0
- package/templates/tutorial-project/.agents/skills/feature/SKILL.md +159 -0
- package/templates/tutorial-project/.agents/skills/implement/SKILL.md +132 -0
- package/templates/tutorial-project/.agents/skills/kanban/SKILL.md +264 -0
- package/templates/tutorial-project/.claude/skills/checkpoint/SKILL.md +43 -0
- package/templates/tutorial-project/.claude/skills/context-priming/SKILL.md +152 -0
- package/templates/tutorial-project/.claude/skills/context-priming/references/area-index.md +101 -0
- package/templates/tutorial-project/.claude/skills/context-priming/references/areas/claude-actions.md +120 -0
- package/templates/tutorial-project/.claude/skills/context-priming/references/areas/messaging.md +177 -0
- package/templates/tutorial-project/.claude/skills/context-priming/references/areas/scripts-deployment.md +138 -0
- package/templates/tutorial-project/.claude/skills/context-priming/references/areas/skills.md +135 -0
- package/templates/tutorial-project/.claude/skills/context-priming/references/areas/terminal-bridge.md +232 -0
- package/templates/tutorial-project/.claude/skills/context-priming/references/areas/web-frontend.md +252 -0
- package/templates/tutorial-project/.claude/skills/context-priming/references/maintenance.md +128 -0
- package/templates/tutorial-project/.claude/skills/design/SKILL.md +141 -0
- package/templates/tutorial-project/.claude/skills/feature/SKILL.md +159 -0
- package/templates/tutorial-project/.claude/skills/implement/SKILL.md +132 -0
- package/templates/tutorial-project/.claude/skills/kanban/SKILL.md +264 -0
- package/templates/tutorial-project/CLAUDE.md +16 -0
- package/templates/tutorial-project/documentation/designs/example_welcome_dashboard.md +38 -0
- package/templates/tutorial-project/documentation/events.json +1 -0
- package/templates/tutorial-project/documentation/features/example_in_card_deliverable_feature.md +31 -0
- package/templates/tutorial-project/documentation/kanban.json +385 -0
- /package/dist/web/.next/static/{cut-BpEHnH8_V_vl0UOOW → QUrfyJ4-tKEk_x5K_NIKK}/_buildManifest.js +0 -0
- /package/dist/web/.next/static/{cut-BpEHnH8_V_vl0UOOW → QUrfyJ4-tKEk_x5K_NIKK}/_clientMiddlewareManifest.json +0 -0
- /package/dist/web/.next/static/{cut-BpEHnH8_V_vl0UOOW → QUrfyJ4-tKEk_x5K_NIKK}/_ssgManifest.js +0 -0
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: implement
|
|
3
|
+
version: 1.1.1
|
|
4
|
+
updated: 2026-02-22
|
|
5
|
+
allowed-tools: Read, Write, Edit, Bash, Glob, Grep, TodoWrite, Task
|
|
6
|
+
argument-hint: "path to chore or feature plan"
|
|
7
|
+
description: "Execute a chore or feature plan and handle document lifecycle"
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# Implement Plan
|
|
11
|
+
|
|
12
|
+
Execute the specified chore or feature plan, then handle the appropriate document lifecycle. This command follows a pattern where completed chores move to a completed directory while features remain in place with updated status.
|
|
13
|
+
|
|
14
|
+
## Instructions
|
|
15
|
+
|
|
16
|
+
1. **Detect document type** from the file path:
|
|
17
|
+
- If path contains `/chores/`: This is a chore
|
|
18
|
+
- If path contains `/features/`: This is a feature
|
|
19
|
+
2. **Read and execute** the plan thoroughly
|
|
20
|
+
3. **Handle lifecycle** based on document type (see lifecycle patterns below)
|
|
21
|
+
4. **Update indexes** (if project maintains index files) and report results
|
|
22
|
+
|
|
23
|
+
**Note**: The lifecycle management pattern below is a suggested approach. Adapt to your project's documentation structure and workflow.
|
|
24
|
+
|
|
25
|
+
## Workflow
|
|
26
|
+
|
|
27
|
+
### Phase 1: Plan Analysis
|
|
28
|
+
- Read the plan document
|
|
29
|
+
- Identify all tasks to execute
|
|
30
|
+
- Note validation commands
|
|
31
|
+
- Check completion criteria
|
|
32
|
+
|
|
33
|
+
### Phase 2: Implementation
|
|
34
|
+
- Execute tasks in order
|
|
35
|
+
- Run validation commands
|
|
36
|
+
- Verify completion criteria met
|
|
37
|
+
- Track all changes made
|
|
38
|
+
|
|
39
|
+
### Phase 3: Document Lifecycle
|
|
40
|
+
|
|
41
|
+
**For Chores** (suggested pattern):
|
|
42
|
+
1. Move file from `documentation/chores/` to `documentation/chores/completed/`
|
|
43
|
+
2. Update status in file from ACTIVE to COMPLETED
|
|
44
|
+
3. Add completion date
|
|
45
|
+
4. Update project indexes (if maintained):
|
|
46
|
+
- Remove from active chores list
|
|
47
|
+
- Add to completed chores list
|
|
48
|
+
|
|
49
|
+
**For Features** (suggested pattern):
|
|
50
|
+
1. Keep file in `documentation/features/` (features typically remain in place)
|
|
51
|
+
2. Update status from DRAFT to FINAL (or IMPLEMENTED/COMPLETE as per project convention)
|
|
52
|
+
3. Update last modified date
|
|
53
|
+
4. Update feature index/README (if project maintains one)
|
|
54
|
+
|
|
55
|
+
**Note**: Adjust these lifecycle steps to match your project's documentation conventions.
|
|
56
|
+
|
|
57
|
+
### Phase 3b: Kanban Card Update
|
|
58
|
+
|
|
59
|
+
If `scripts/kanban.js` exists, move the associated card to testing:
|
|
60
|
+
|
|
61
|
+
1. Check if kanban CLI exists: `test -f scripts/kanban.js`
|
|
62
|
+
2. If the plan references a card ID (in frontmatter or content), or if running in a card session:
|
|
63
|
+
- Move card to testing: `node scripts/kanban.js move <card-id> testing`
|
|
64
|
+
3. This signals the work is ready for testing/review
|
|
65
|
+
|
|
66
|
+
### Phase 4: Reporting
|
|
67
|
+
|
|
68
|
+
Generate comprehensive report including:
|
|
69
|
+
- Summary of work completed
|
|
70
|
+
- Files modified (with git diff --stat)
|
|
71
|
+
- Tests run and results
|
|
72
|
+
- Document status changes
|
|
73
|
+
- Index updates performed
|
|
74
|
+
|
|
75
|
+
## Plan
|
|
76
|
+
$ARGUMENTS
|
|
77
|
+
|
|
78
|
+
## Lifecycle Actions
|
|
79
|
+
|
|
80
|
+
Based on the document type detected, perform appropriate actions:
|
|
81
|
+
|
|
82
|
+
### Chore Completion (Example)
|
|
83
|
+
```bash
|
|
84
|
+
# Move to completed directory (if using this pattern)
|
|
85
|
+
mv documentation/chores/{file} documentation/chores/completed/
|
|
86
|
+
|
|
87
|
+
# Update status in document (ACTIVE → COMPLETED)
|
|
88
|
+
# Add completion date
|
|
89
|
+
# Update project indexes (if applicable)
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
### Feature Completion (Example)
|
|
93
|
+
```bash
|
|
94
|
+
# Update status in document (DRAFT → FINAL/IMPLEMENTED)
|
|
95
|
+
# Update last modified date
|
|
96
|
+
# Update feature index (if project maintains one)
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
**Adapt these actions to your project's structure and conventions.**
|
|
100
|
+
|
|
101
|
+
## Report Format
|
|
102
|
+
|
|
103
|
+
Provide a comprehensive report following this template:
|
|
104
|
+
|
|
105
|
+
```
|
|
106
|
+
✅ Implementation Complete
|
|
107
|
+
|
|
108
|
+
**Document**: {path}
|
|
109
|
+
**Type**: {Chore|Feature}
|
|
110
|
+
**Status**: {COMPLETED|FINAL|IMPLEMENTED}
|
|
111
|
+
|
|
112
|
+
**Work Summary**:
|
|
113
|
+
- {task 1 completed}
|
|
114
|
+
- {task 2 completed}
|
|
115
|
+
- {validation passed}
|
|
116
|
+
|
|
117
|
+
**Files Changed**:
|
|
118
|
+
{git diff --stat output or summary of changes}
|
|
119
|
+
|
|
120
|
+
**Lifecycle Actions**:
|
|
121
|
+
- {Document moved to completed/ | Status updated to FINAL}
|
|
122
|
+
- {Index updates performed (if applicable)}
|
|
123
|
+
|
|
124
|
+
**Validation Results**:
|
|
125
|
+
- {Tests run and results}
|
|
126
|
+
- {Build/lint status}
|
|
127
|
+
|
|
128
|
+
**Next Steps**:
|
|
129
|
+
- {Any follow-up actions or recommendations}
|
|
130
|
+
```
|
|
131
|
+
|
|
132
|
+
Adapt the report format to include project-specific metrics or validation results.
|
|
@@ -0,0 +1,264 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: kanban
|
|
3
|
+
version: 1.2.1
|
|
4
|
+
updated: 2026-02-22
|
|
5
|
+
description: "Manage kanban cards via CLI with commands for search, create, update, move, problem tracking, cross-agent notes, and scheduled automations"
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Kanban CLI Skill
|
|
9
|
+
|
|
10
|
+
Manage kanban cards via CLI: `node scripts/kanban.js <command>`
|
|
11
|
+
|
|
12
|
+
## Commands
|
|
13
|
+
|
|
14
|
+
| Command | Description |
|
|
15
|
+
|---------|-------------|
|
|
16
|
+
| `search` | Find cards by query, stage, type, area |
|
|
17
|
+
| `show` | Display full card details (NOT `view`) |
|
|
18
|
+
| `create` | Create a new card |
|
|
19
|
+
| `update` | Modify card fields |
|
|
20
|
+
| `move` | Move card between stages |
|
|
21
|
+
| `archive` | Soft delete a card |
|
|
22
|
+
| `checklist` | Manage checklist items |
|
|
23
|
+
| `problem` | Track issues on cards |
|
|
24
|
+
| `notes` | Manage cross-agent notes |
|
|
25
|
+
| `automation` | Configure and manage scheduled automations |
|
|
26
|
+
| `areas` | List available areas |
|
|
27
|
+
|
|
28
|
+
## Quick Reference
|
|
29
|
+
|
|
30
|
+
```bash
|
|
31
|
+
# Always start with --help if unsure
|
|
32
|
+
node scripts/kanban.js --help
|
|
33
|
+
node scripts/kanban.js <command> --help
|
|
34
|
+
|
|
35
|
+
# Search cards
|
|
36
|
+
node scripts/kanban.js search "query"
|
|
37
|
+
node scripts/kanban.js search --stage backlog
|
|
38
|
+
node scripts/kanban.js search --type feature
|
|
39
|
+
|
|
40
|
+
# Show card details (use 'show', NOT 'view')
|
|
41
|
+
node scripts/kanban.js show card-123
|
|
42
|
+
|
|
43
|
+
# Create card
|
|
44
|
+
node scripts/kanban.js create --title "Add feature X" --type feature --priority medium
|
|
45
|
+
|
|
46
|
+
# Update card
|
|
47
|
+
node scripts/kanban.js update card-123 --title "New title" --areas "web-frontend,terminal-bridge"
|
|
48
|
+
|
|
49
|
+
# Link documentation to card
|
|
50
|
+
node scripts/kanban.js update card-123 --design-ref "documentation/designs/foo.md"
|
|
51
|
+
node scripts/kanban.js update card-123 --feature-ref "documentation/features/bar.md"
|
|
52
|
+
|
|
53
|
+
# Move card
|
|
54
|
+
node scripts/kanban.js move card-123 design
|
|
55
|
+
|
|
56
|
+
# Archive card
|
|
57
|
+
node scripts/kanban.js archive card-123
|
|
58
|
+
|
|
59
|
+
# Checklist management
|
|
60
|
+
node scripts/kanban.js checklist card-123 list
|
|
61
|
+
node scripts/kanban.js checklist card-123 add "Write tests"
|
|
62
|
+
node scripts/kanban.js checklist card-123 toggle check-123
|
|
63
|
+
|
|
64
|
+
# Problem tracking
|
|
65
|
+
node scripts/kanban.js problem card-123 list
|
|
66
|
+
node scripts/kanban.js problem card-123 add "Bug description" --severity major
|
|
67
|
+
node scripts/kanban.js problem card-123 resolve prob-123
|
|
68
|
+
node scripts/kanban.js problem card-123 promote prob-123 --type chore
|
|
69
|
+
|
|
70
|
+
# Agent notes
|
|
71
|
+
node scripts/kanban.js notes card-123 list
|
|
72
|
+
node scripts/kanban.js notes card-123 add "Context for next agent" --agent "Claude"
|
|
73
|
+
node scripts/kanban.js notes card-123 search "blocker"
|
|
74
|
+
node scripts/kanban.js notes card-123 edit 2 "Updated note text"
|
|
75
|
+
node scripts/kanban.js notes card-123 delete 3
|
|
76
|
+
node scripts/kanban.js notes card-123 clear
|
|
77
|
+
|
|
78
|
+
# List available areas
|
|
79
|
+
node scripts/kanban.js areas
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
## Best Practices
|
|
83
|
+
|
|
84
|
+
1. **Always `show` first**: Before any action, run `show <card-id>` to see current state including existing problems
|
|
85
|
+
2. **Check existing problems**: The card may already have problems logged - review before adding duplicates
|
|
86
|
+
3. **Confirm with user**: When making significant changes, show the user what you plan to do
|
|
87
|
+
4. **Use areas**: When creating/updating cards, set appropriate areas for context-priming
|
|
88
|
+
5. **Track progress**: Use checklists for multi-step work items
|
|
89
|
+
6. **Document problems**: When issues are found during testing, add them with `problem <card-id> add "description"`
|
|
90
|
+
|
|
91
|
+
## Cross-Agent Notes
|
|
92
|
+
|
|
93
|
+
Agent notes are a shared scratchpad on each card for passing context between agents and sessions.
|
|
94
|
+
|
|
95
|
+
**When to use notes:**
|
|
96
|
+
- Before starting work: `notes <card-id> list` — read what previous agents left
|
|
97
|
+
- After completing a session: leave context about decisions, progress, or blockers
|
|
98
|
+
- When hitting a blocker: document the issue so the next agent knows
|
|
99
|
+
|
|
100
|
+
**Always identify yourself with `--agent`:**
|
|
101
|
+
- Claude: `--agent "Claude"`
|
|
102
|
+
- Codex: `--agent "Codex"`
|
|
103
|
+
- Gemini: `--agent "Gemini"`
|
|
104
|
+
- Notes added from the web UI are automatically tagged as `User`
|
|
105
|
+
|
|
106
|
+
**Limits:** Max 30 notes per card, max 3000 characters per note.
|
|
107
|
+
|
|
108
|
+
```bash
|
|
109
|
+
# Read notes before starting
|
|
110
|
+
node scripts/kanban.js notes card-123 list
|
|
111
|
+
|
|
112
|
+
# Leave context after your session
|
|
113
|
+
node scripts/kanban.js notes card-123 add "Completed API routes, tests passing. Frontend still needs the Notes tab wired up." --agent "Claude"
|
|
114
|
+
|
|
115
|
+
# Flag a blocker
|
|
116
|
+
node scripts/kanban.js notes card-123 add "Build fails on node 18 — needs --experimental flag for crypto" --agent "Codex"
|
|
117
|
+
```
|
|
118
|
+
|
|
119
|
+
## Integration with Onboard Action
|
|
120
|
+
|
|
121
|
+
When using the Onboard action on a backlog card:
|
|
122
|
+
1. Analyze and refine the card details through conversation
|
|
123
|
+
2. Once the user confirms the refined version, use the CLI to apply changes:
|
|
124
|
+
```bash
|
|
125
|
+
node scripts/kanban.js update <card-id> \
|
|
126
|
+
--title "Refined title" \
|
|
127
|
+
--description "Structured description" \
|
|
128
|
+
--areas "area1,area2" \
|
|
129
|
+
--priority high
|
|
130
|
+
```
|
|
131
|
+
|
|
132
|
+
## Linking Documentation
|
|
133
|
+
|
|
134
|
+
Cards support dedicated reference fields for documentation:
|
|
135
|
+
|
|
136
|
+
| Field | Flag | Purpose |
|
|
137
|
+
|-------|------|---------|
|
|
138
|
+
| Design Doc | `--design-ref` | Link to design document |
|
|
139
|
+
| Feature Spec | `--feature-ref` | Link to feature specification |
|
|
140
|
+
| Test Doc | `--test-ref` | Link to test documentation |
|
|
141
|
+
|
|
142
|
+
```bash
|
|
143
|
+
# Link design doc when moving to design stage
|
|
144
|
+
node scripts/kanban.js update card-123 --design-ref "documentation/designs/my-feature.md"
|
|
145
|
+
|
|
146
|
+
# Link feature spec when feature is fully specified
|
|
147
|
+
node scripts/kanban.js update card-123 --feature-ref "documentation/features/001_my_feature.md"
|
|
148
|
+
|
|
149
|
+
# Link test doc when test plan exists
|
|
150
|
+
node scripts/kanban.js update card-123 --test-ref "documentation/tests/my-feature-tests.md"
|
|
151
|
+
```
|
|
152
|
+
|
|
153
|
+
These appear as dedicated fields on the card (not in description).
|
|
154
|
+
|
|
155
|
+
## Workflow Examples
|
|
156
|
+
|
|
157
|
+
### Refining a backlog item
|
|
158
|
+
```bash
|
|
159
|
+
# 1. View current state
|
|
160
|
+
node scripts/kanban.js show card-123
|
|
161
|
+
|
|
162
|
+
# 2. Update with refined details
|
|
163
|
+
node scripts/kanban.js update card-123 \
|
|
164
|
+
--title "Implement user authentication with OAuth" \
|
|
165
|
+
--description "Add Google and GitHub OAuth providers..." \
|
|
166
|
+
--areas "backend,auth" \
|
|
167
|
+
--priority high
|
|
168
|
+
|
|
169
|
+
# 3. Move to design when ready
|
|
170
|
+
node scripts/kanban.js move card-123 design
|
|
171
|
+
```
|
|
172
|
+
|
|
173
|
+
### Creating a new task from user request
|
|
174
|
+
```bash
|
|
175
|
+
# User says: "I need to fix the login button being too small"
|
|
176
|
+
node scripts/kanban.js create \
|
|
177
|
+
--title "Fix login button size" \
|
|
178
|
+
--type bug \
|
|
179
|
+
--priority medium \
|
|
180
|
+
--areas "web-frontend"
|
|
181
|
+
```
|
|
182
|
+
|
|
183
|
+
### Tracking testing progress
|
|
184
|
+
```bash
|
|
185
|
+
# Add checklist items
|
|
186
|
+
node scripts/kanban.js checklist card-123 add "Unit tests pass"
|
|
187
|
+
node scripts/kanban.js checklist card-123 add "Integration tests pass"
|
|
188
|
+
node scripts/kanban.js checklist card-123 add "Manual testing complete"
|
|
189
|
+
|
|
190
|
+
# Mark as done
|
|
191
|
+
node scripts/kanban.js checklist card-123 toggle check-xxx
|
|
192
|
+
|
|
193
|
+
# If issues found
|
|
194
|
+
node scripts/kanban.js problem card-123 add "Login fails after timeout" --severity major
|
|
195
|
+
```
|
|
196
|
+
|
|
197
|
+
### Promoting problems to backlog
|
|
198
|
+
When a problem is too big for a quick fix and needs its own design/implementation cycle:
|
|
199
|
+
```bash
|
|
200
|
+
# Review problems
|
|
201
|
+
node scripts/kanban.js problem card-123 list
|
|
202
|
+
|
|
203
|
+
# Promote a problem to a new backlog card
|
|
204
|
+
node scripts/kanban.js problem card-123 promote prob-xxx --type chore
|
|
205
|
+
|
|
206
|
+
# The original problem is marked resolved, new card created in backlog
|
|
207
|
+
# Card inherits areas from source card, references original in description
|
|
208
|
+
```
|
|
209
|
+
|
|
210
|
+
## Scheduled Automations
|
|
211
|
+
|
|
212
|
+
Cards can be toggled into automation mode — a scheduled task that fires a prompt into a terminal session at a specified time. One card = one automation.
|
|
213
|
+
|
|
214
|
+
```bash
|
|
215
|
+
# Create an automation card directly
|
|
216
|
+
node scripts/kanban.js create --title "Nightly test run" --type chore --automation
|
|
217
|
+
|
|
218
|
+
# Toggle existing card to automation mode
|
|
219
|
+
node scripts/kanban.js update card-123 --automation true
|
|
220
|
+
node scripts/kanban.js update card-123 --automation false
|
|
221
|
+
|
|
222
|
+
# Configure automation (partial updates — only specified fields change)
|
|
223
|
+
node scripts/kanban.js automation card-123 configure --schedule "0 6 * * *" --prompt "Run all tests" --provider claude
|
|
224
|
+
node scripts/kanban.js automation card-123 configure --schedule "0 9 * * 1" # just the schedule
|
|
225
|
+
node scripts/kanban.js automation card-123 configure --prompt "New prompt" # just the prompt
|
|
226
|
+
node scripts/kanban.js automation card-123 configure --fresh-session true
|
|
227
|
+
node scripts/kanban.js automation card-123 configure --report-messaging true
|
|
228
|
+
|
|
229
|
+
# Enable / disable
|
|
230
|
+
node scripts/kanban.js automation card-123 enable
|
|
231
|
+
node scripts/kanban.js automation card-123 disable
|
|
232
|
+
|
|
233
|
+
# Manual trigger (calls bridge API directly)
|
|
234
|
+
node scripts/kanban.js automation card-123 run
|
|
235
|
+
|
|
236
|
+
# View automation status
|
|
237
|
+
node scripts/kanban.js automation card-123 status
|
|
238
|
+
|
|
239
|
+
# List all automation cards
|
|
240
|
+
node scripts/kanban.js automation list
|
|
241
|
+
node scripts/kanban.js automation list --tag "deploy"
|
|
242
|
+
```
|
|
243
|
+
|
|
244
|
+
**Key concepts:**
|
|
245
|
+
- Automation cards live on a dedicated Automations screen (not in kanban lanes)
|
|
246
|
+
- The automation system is a "session starter" — it injects a prompt and confirms activity, nothing more
|
|
247
|
+
- Schedule uses cron expressions (recurring) or ISO datetime (one-shot)
|
|
248
|
+
- One-shot automations auto-disable after firing, config preserved
|
|
249
|
+
- "Report via messaging" toggle appends instructions for the agent to send results
|
|
250
|
+
|
|
251
|
+
## Error Handling
|
|
252
|
+
|
|
253
|
+
The CLI provides clear error messages:
|
|
254
|
+
- `Card 'xxx' not found` - Check the card ID
|
|
255
|
+
- `Invalid stage` - Use: backlog, design, implementation, testing, done
|
|
256
|
+
- `Invalid type` - Use: feature, chore, bug
|
|
257
|
+
- `Invalid priority` - Use: low, medium, high, critical
|
|
258
|
+
|
|
259
|
+
## Notes
|
|
260
|
+
|
|
261
|
+
- The CLI modifies `documentation/kanban.json` directly
|
|
262
|
+
- Changes are visible in the web UI on refresh
|
|
263
|
+
- Archived cards are hidden by default (use `--include-archived` to see them)
|
|
264
|
+
- All timestamps are in ISO format
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# SlyCode Tutorial
|
|
2
|
+
|
|
3
|
+
This is the interactive tutorial project. It teaches SlyCode by having
|
|
4
|
+
the user work through a practice card across all kanban stages.
|
|
5
|
+
|
|
6
|
+
When starting a session on a tutorial card:
|
|
7
|
+
- Be encouraging but concise
|
|
8
|
+
- If this is the practice card, check which stage it's in and guide
|
|
9
|
+
the user toward the appropriate action
|
|
10
|
+
- Treat this like a real project — the README being created is real
|
|
11
|
+
- Keep responses short — this is a learning environment
|
|
12
|
+
|
|
13
|
+
Do not:
|
|
14
|
+
- Give lengthy welcome speeches
|
|
15
|
+
- Explain the entire system upfront
|
|
16
|
+
- Break the fourth wall excessively ("as part of this tutorial...")
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# Design: Welcome Dashboard
|
|
2
|
+
|
|
3
|
+
**Status:** Drafting
|
|
4
|
+
**Created:** 2026-01-15
|
|
5
|
+
|
|
6
|
+
## Problem Statement
|
|
7
|
+
|
|
8
|
+
When users open the personal site, they land on a generic "About Me" page with no
|
|
9
|
+
dynamic content. Returning visitors see the same static text every time. There's no
|
|
10
|
+
quick summary of what's new or what I'm working on.
|
|
11
|
+
|
|
12
|
+
## Goals
|
|
13
|
+
|
|
14
|
+
1. Show a personalized greeting based on time of day
|
|
15
|
+
2. Display the 3 most recent blog posts
|
|
16
|
+
3. Show current project status (pulled from GitHub)
|
|
17
|
+
4. Load fast — no client-side API calls on initial render
|
|
18
|
+
|
|
19
|
+
## Non-Goals
|
|
20
|
+
|
|
21
|
+
- Full analytics dashboard
|
|
22
|
+
- User authentication or personalization
|
|
23
|
+
- RSS feed generation
|
|
24
|
+
|
|
25
|
+
## Decisions
|
|
26
|
+
|
|
27
|
+
| Decision | Choice | Rationale |
|
|
28
|
+
|----------|--------|-----------|
|
|
29
|
+
| Data fetching | Server-side (SSR) | Avoids loading spinners, better SEO |
|
|
30
|
+
| GitHub integration | REST API, cached 5 min | GraphQL is overkill for 3 fields |
|
|
31
|
+
| Greeting logic | Server-side, timezone from header | No geolocation API needed |
|
|
32
|
+
| Layout | Single column, cards | Matches existing site design language |
|
|
33
|
+
|
|
34
|
+
## Open Questions
|
|
35
|
+
|
|
36
|
+
- Should the dashboard replace the current homepage or be a separate `/dashboard` route?
|
|
37
|
+
- How to handle GitHub API rate limits if the cache expires during a traffic spike?
|
|
38
|
+
- Do we want a "now playing" Spotify widget? Fun but adds complexity and a new API dependency.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[]
|
package/templates/tutorial-project/documentation/features/example_in_card_deliverable_feature.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# Feature: Tutorial In-Card Deliverable
|
|
2
|
+
|
|
3
|
+
**Status:** Draft
|
|
4
|
+
**Created:** 2026-02-26
|
|
5
|
+
|
|
6
|
+
## Objective
|
|
7
|
+
|
|
8
|
+
Create a tiny, high-signal deliverable that is fully inspectable inside SlyCode.
|
|
9
|
+
|
|
10
|
+
## Scope
|
|
11
|
+
|
|
12
|
+
In scope:
|
|
13
|
+
- Companion card description refined to show the delivered outcome
|
|
14
|
+
- Companion card checklist with concrete verification steps
|
|
15
|
+
- Companion card agent note summarizing what was implemented
|
|
16
|
+
|
|
17
|
+
Out of scope:
|
|
18
|
+
- External docs or file browsing requirements
|
|
19
|
+
- Full product documentation
|
|
20
|
+
- Service deployment steps
|
|
21
|
+
|
|
22
|
+
## Acceptance Criteria
|
|
23
|
+
|
|
24
|
+
1. Companion card description clearly states what was delivered
|
|
25
|
+
2. Companion card has 3+ practical checklist items
|
|
26
|
+
3. Companion card includes an implementation summary note
|
|
27
|
+
4. Language is concise and beginner-friendly
|
|
28
|
+
|
|
29
|
+
## Notes
|
|
30
|
+
|
|
31
|
+
This is intentionally lightweight. The goal is to demonstrate card-linked planning and execution while keeping the user in the SlyCode UI flow.
|