Usage with Claude Code

Launch Claude Code and use Specledger commands to build your feature. Run these commands in sequence.

Want to sync with your team?

Create a project on the web app first. Your specs, plans, and tasks will sync automatically when you commit.

Create project on web

Commands

1. Describe your feature

/specledger.specify

2. Generate implementation plan

/specledger.plan

3. Create development tasks

/specledger.tasks

4. Implement the feature

/specledger.implement

Tips

  • -Describe your feature in natural language
  • -Review each step before proceeding to the next
  • -Works offline - login and create project on web to enable sync

Other commands

Analysis & Validation

/specledger.analyze- Cross-artifact consistency check across spec, plan, and tasks
/specledger.audit- Complete codebase audit with tech stack detection and dependency graphs
/specledger.clarify- Identify and resolve spec ambiguities via targeted questions
/specledger.checklist- Generate custom validation checklist for the feature

Setup & Configuration

/specledger.constitution- Define project principles and coding standards
/specledger.adopt- Create spec from existing branch or audit output

Collaboration

/specledger.revise- Fetch and address review comments
/specledger.resume- Continue previous work from where you left off

Dependencies

/specledger.add-deps- Add dependencies to the spec
/specledger.remove-deps- Remove dependencies from the spec

Help

/specledger.help- Display all available commands with descriptions

What's next?

Commit your changes and continue building.