Decisions

  • Pending: Static markdown or interactive HTML?
  • Pending: Auto-generated via skill or manually maintained?

User Tasks


Summary

A Kanban-style board that shows all Feature Requests organized by lifecycle stage (ideas → new → planned → in-progress → done).

Problem / Motivation

  • FRs are scattered across subdirectories — hard to get a quick visual overview of what’s where.
  • No single view shows the pipeline of work at a glance.
  • Makes prioritization and progress tracking difficult.

Proposed Solution

A generated Kanban overview (markdown dashboard) with columns per lifecycle stage, listing each FR with its title, priority, and key status info. Regenerated on demand via a skill or automatically.


Open Questions

1. Format

Question: What format should the Kanban board use?

OptionDescription
A) Markdown tableSimple, works everywhere in Obsidian, easy to generate
B) Obsidian Kanban pluginNative drag-and-drop Kanban, but requires plugin
C) HTML dashboardRich layout, but heavier to maintain

Recommendation: Option A — lowest friction, no plugin dependency, easy to auto-generate.

Decision:

2. Generation Method

Question: How should the board be created/updated?

OptionDescription
A) Claude skill/kanban regenerates the board on demand
B) Python scriptsrc/ script that scans vault and outputs markdown
C) ManualHand-maintained file

Recommendation: Option A — keeps it in the Claude workflow, no extra tooling needed yet.

Decision:

3. Location

Question: Where should the dashboard live?

OptionDescription
A) vault/00_system/dashboards/Consistent with other dashboards
B) vault/40_overview/Legacy overview location

Recommendation: Option A — follows current structure.

Decision:


Phase Overview

PhaseDescriptionStatus
Phase 1Markdown Kanban dashboard + generation skill
Phase 2Enrich with priority badges, progress %, filters

Phase 1: Kanban Dashboard + Skill —

Goal: Generate a Kanban-style markdown overview of all FRs by lifecycle stage.

File / FeatureDetailsOwnerStatus
.claude/skills/kanban/SKILL.mdSkill definition for /kanbanopus
vault/00_system/dashboards/feature-kanban.mdGenerated output fileopus

Phase 2: Enrichment —

Goal: Add priority indicators, progress percentages, and filtering options.

File / FeatureDetailsOwnerStatus
Dashboard enhancementsPriority badges, phase progressopus
Sorting/filteringBy priority, by tagopus

Test

Manual tests

TestExpectedActualLast
Run /kanbanDashboard generated with all FRs in correct columnspending-
Add new FR, rerunNew FR appears in correct columnpending-

AI-verified tests

ScenarioExpected behaviorVerification method

E2E tests

ScenarioAssertion

Integration tests

ComponentCoverage

Unit tests

ComponentTestsCoverage

History

DateEventDetails
2026-03-04CreatedInitial FR

References

  • vault/00_system/dashboards/ — existing dashboards