tendril
Self-building tool registry and spec-driven development workflows
All Skills in This Repository (14)
Pure Emerald Level Indicatorsspeckit-checklist
Generate structured requirement checklists from feature prompts using a standardized rubric.
speckit-git-remote
Parse Git remote URLs to extract owner, repository, and GitHub host.
speckit-git-validate
Validate current Git branch names against feature-branch patterns and locate matching specs paths.
speckit-git-initialize
Initialize a Git repository with an initial commit in the current directory.
speckit-constitution
Update .specify governance documents by merging user inputs and repo context.
speckit-implement
Automates end-to-end execution of formal task plans from tasks.md in speckit-implement workflows.
speckit-taskstoissues
Convert design tasks from .specify directories into dependency-ordered GitHub issues.
speckit-clarify
Detect underspecified areas in feature specs and record answers back.
speckit-plan
Generate planning artifacts from a specification using a standardized template.
speckit-git-feature
Create and switch to a Git feature branch for a specification.
speckit-analyze
Analyze spec.md, plan.md, and tasks.md for inconsistencies and ambiguities.
speckit-git-commit
Automatically stage and commit changes after a Spec Kit command completes.
Frequently Asked Questions
FAQPage SchemaHow to install Tendril?โผ
Run `npx skills add serverless-dna/tendril --all -g -y` in your terminal to install all skills in this suite globally.
What does Tendril do?โผ
Tendril is a self-extending sandbox where the model searches a capability registry, builds missing tools itself, and reuses them in later sessions. It also ships spec-kit skills for specification, planning, and task generation.
How does the capability registry work?โผ
The agent always sees three bootstrap tools: search, register, and execute. When no tool fits your request, it writes one, saves it as a plain file in your workspace, and reuses it next time.
Can Tendril turn a feature idea into tasks?โผ
Yes. The speckit skills convert a plain-language feature description into a specification, clarification questions, an implementation plan, and an ordered task list ready for execution.
Do I need coding experience to use Tendril?โผ
No. You describe what you want in plain English, and the agent handles tool creation, sandboxed execution, and spec generation for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core