Maplume
Community@maplumex
Maplume provides Trellis and OpenSpec skills for spec-driven development, session management, quality gates, and requirements discovery in coding projects.
Agent Skills by Maplume
Showing 35 vetted skills indexed across 3 GitHub repositories.
trellis-start
Initializes Trellis development sessions by loading context, git status, and task routing.
trellis-spec-bootstarp
Generate project-specific Trellis coding specs from real codebase analysis.
trellis-before-dev
Loads project-specific coding guidelines from .trellis/spec/ before implementation begins.
trellis-brainstorm
Guides collaborative requirements discovery and converges on MVP scope before implementation.
trellis-finish-work
Archives completed tasks and records session journal entries after verifying the working tree state.
trellis-continue
Resumes in-progress tasks by loading the Trellis workflow phase index and step instructions.
trellis-break-loop
Analyzes fixed bugs across five dimensions to produce root-cause reports and spec updates.
trellis-check
Verifies code quality through spec compliance, lint, tests, and cross-layer checks.
trellis-meta
Guides customization of local Trellis workflow, hooks, agents, and platform files.
trellis-update-spec
Captures executable contracts and coding conventions into .trellis/spec/ documentation files.
before-dev
Discover and inject project-specific coding guidelines into a development workflow.
brainstorm
Facilitate repository-aware requirements discovery and PRD seeding for software features.
update-spec
Capture executable contracts and coding knowledge into code-spec documents.
break-loop
Analyze completed bug fixes to classify root causes and derive prevention measures.
integrate-skill
Integrate external skill documentation into .trellis/spec guideline files.
start
Initialize project context and classify development tasks for coding sessions.
onboard
Onboard developers to AI-assisted Trellis workflows and project-specific guidelines.
create-command
Scaffold a Codex skill by creating SKILL.md with YAML frontmatter.
check-cross-layer
Verify cross-layer data flow, reuse, imports, and consistency across API, service, and storage layers.
record-session
Record coding session summaries and commit hashes to .trellis journal files.
improve-ut
Analyze changed files and apply unit-test specs to update tests.
check
Run lint and typecheck on git-changed files using local project guidelines.
finish-work
Validate linting, type checks, tests, migrations, and spec synchronization before committing.
parallel
Orchestrate parallel development tasks across isolated worktree agents.
Frequently Asked Questions About Maplume
FAQPage SchemaWhat tasks can I perform using Maplume's skills?▼
Maplume skills cover spec-driven development: bootstrapping .trellis/spec coding guidelines, seeding PRDs through guided requirements discovery, verifying lint/typecheck/tests before commits, analyzing bug root causes, recording session journals, and managing the full OpenSpec change lifecycle from scaffolding to archival.
Who are Maplume's Trellis and OpenSpec skills designed for?▼
They target software engineers and development teams practicing spec-driven, AI-assisted coding. Typical users are developers who maintain project-specific coding conventions in .trellis/spec directories, manage change artifacts via OpenSpec, and need structured session initialization, quality gates, and knowledge capture.
How do I start a development session with Maplume's skills?▼
Invoke trellis-start, which reads workflow guides, developer identity, git status, active tasks, and project guidelines from .trellis/. It classifies the incoming task and routes it to brainstorm, direct edit, or a task workflow. Use trellis-continue to resume in-progress work via the Phase Index.
What prerequisites do Maplume's skills require?▼
Skills expect a project initialized with trellis init, producing a .trellis/ directory with spec guidelines, journal files, and platform hooks. OpenSpec skills require the openspec CLI and openspec directories. Codebase analysis may use GitNexus, ABCoder, or direct source inspection.
How do Maplume's skills enforce code quality before committing?▼
The trellis-check and finish-work skills run spec compliance, lint, type-check, unit tests, migrations, and cross-layer data-flow verification on git-changed files. They validate quality gates, synchronize specs, archive completed tasks, and record session progress to the developer journal before commit.