Real Skill packageSource verifiedClawHub registry

plandeck

A live visual Kanban board and continuity layer for long-running agentic tasks. Nobody wants to read a markdown plan or stare at raw HTML while an agent grinds for an hour, so Plandeck turns the plan into a board that organizes itself. Use it when a task is multi-step, long-running, or needs visual planning. Break the work into cards, declare which card depends on which, and Plandeck computes the critical path, auto-promotes cards to Ready as their dependencies clear, rolls up story-point estimates into an honest…

Identity and source

Publisher attributionAhmad Othman Ammar Adi.registry owner unverified by skillvetai
Functional categoryImage & Visual Designautomatically inferred · 56% rule confidence
Package forminstruction with code57 recorded files
Canonical sourceClawHub registryclawhub:othmanadi:plandeck
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codeissues found
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/31/2026.claude/skills/plandeck
1 structural issue
  • error: description exceeds the 1,024-character Agent Skills limit. SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexissues found
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/31/2026.agents/skills/plandeck
1 structural issue
  • error: description exceeds the 1,024-character Agent Skills limit. SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawissues found
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/31/2026skills/plandeck
1 structural issue
  • error: description exceeds the 1,024-character Agent Skills limit. SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @othmanadi/plandeck
clawhub inspect @othmanadi/plandeck --version 0.1.0

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
39 / 57 inspected as text
Checked
8/31/2026, 5:39:44 AM
Scanner
0.1.3
Policy
1.0.3
6 inferred permission indicators
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
  • browser control — automatically inferred
  • external write action — automatically inferred
4 dependency and API indicators
  • api: clawhub.ai
  • api: github.com
  • api: img.shields.io
  • api: plandeck.localhost
External clawhub result: clean

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/30/2026, 6:28:00 PM
Release binding
Matches this record
  • vt: clean
  • skillspector: clean
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:4f2436f9562900a9b5ac28bfcf30afc58a610a0678ecde9c8ab1f2020cb21ce2
Show up to 30 recorded paths
  • .gitattributes
  • .github
  • .github/ISSUE_TEMPLATE
  • .github/ISSUE_TEMPLATE/agent_compatibility.md
  • .github/ISSUE_TEMPLATE/bug_report.md
  • .github/PULL_REQUEST_TEMPLATE.md
  • .github/workflows
  • .github/workflows/test.yml
  • .gitignore
  • .npmignore
  • agents
  • agents/judge.md
  • agents/pm.md
  • agents/scout.md
  • agents/worker.md
  • CHANGELOG.md
  • CONTRIBUTING.md
  • examples
  • examples/README.md
  • examples/ship-onboarding-flow
  • examples/ship-onboarding-flow/cards
  • examples/ship-onboarding-flow/cards/C001-onboarding-map.md
  • examples/ship-onboarding-flow/plan.md
  • examples/ship-onboarding-flow/plan.yaml
  • LICENSE
  • media
  • media/banner.png
  • media/board-preview.html
  • media/board.png
  • media/plandeck-mark.svg

Source changelog

- Initial release of Plandeck. - Provides a live, self-organizing Kanban board for multi-step, long-running, or dependency-heavy tasks. - Tracks cards, dependencies, estimates, critical path, and percent complete, auto-promoting cards as dependencies complete. - Stores plans and state in disk files for resilience across resets and clears. - Offers commands to init plans, render boards, archive completed cards, validate/check plans, and surface the next action. - No AI or LLM included; logic is deterministic and based on pure functions.