Speckit Constitution
Create or update the project constitution from interactive or provided principle inputs.
Speckit Analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
Speckit Converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.
Safa
Securely discover and operate registered infrastructure resources through the SAFA macOS companion CLI without exposing reusable credentials to the Agent. The encrypted directory supports host profiles now and is designed for database, object-storage, cache, and service profiles. Use when a user asks to inspect resource metadata, diagnose a remote host, execute a bounded operation, review access,…
Speckit Tasks
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
Speckit Specify
Create or update the feature specification from a natural language feature description.
Speckit Implement
Execute the implementation plan by processing and executing all tasks defined in tasks.md
Speckit Clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
Build Macos Cli
Design, implement, and review secure native macOS command-line applications in Swift, including ArgumentParser UX, stable JSON contracts, exit codes, Keychain and LocalAuthentication boundaries, signed XPC services, Secure Enclave integration, subprocess safety, and SSH workflows. Use for SAFA CLI, broker, AskPass, credential, approval, packaging, or macOS platform changes. Keep the current deliv…
Speckit Taskstoissues
Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.
Speckit Checklist
Generate a custom checklist for the current feature based on user requirements.
Speckit Plan
Execute the implementation planning workflow using the plan template to generate design artifacts.
Develop Swift
Develop and review production Swift 6 code with strict concurrency, Swift Package Manager boundaries, typed APIs, and Swift Testing. Use for changes to .swift files, Package.swift, Swift modules, actors or Sendable code, Codable contracts, subprocess/runtime adapters, tests, refactors, and code-quality reviews in this repository.