serverless-dnaserverless-dnaOfficialยท14 Agent Skills Included

tendril

Self-building tool registry and spec-driven development workflows

Builds and reuses its own tools on demand through a growing capability registry, so repeated tasks run instantly without rebuilding. Generates feature specifications, implementation plans, task lists, and requirement checklists from plain-language descriptions. Eliminates manual spec writing, branch setup, and cross-document consistency checks in software projects.
npx skills add serverless-dna/tendril --all -g -y

All Skills in This Repository (14)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
serverless-dnaserverless-dna

speckit-checklist

Generate structured requirement checklists from feature prompts using a standardized rubric.

Official
Advanced
๐Ÿ“ฆ In Repo
serverless-dnaserverless-dna

speckit-git-remote

Parse Git remote URLs to extract owner, repository, and GitHub host.

Official
Basic
๐Ÿ“ฆ In Repo
serverless-dnaserverless-dna

speckit-git-validate

Validate current Git branch names against feature-branch patterns and locate matching specs paths.

Official
Intermediate
๐Ÿ“ฆ In Repo
serverless-dnaserverless-dna

speckit-git-initialize

Initialize a Git repository with an initial commit in the current directory.

Official
Intermediate
๐Ÿ“ฆ In Repo
serverless-dnaserverless-dna

speckit-constitution

Update .specify governance documents by merging user inputs and repo context.

Official
Advanced
๐Ÿ“ฆ In Repo
serverless-dnaserverless-dna

speckit-implement

Automates end-to-end execution of formal task plans from tasks.md in speckit-implement workflows.

Official
Advanced
๐Ÿ“ฆ In Repo
serverless-dnaserverless-dna

speckit-taskstoissues

Convert design tasks from .specify directories into dependency-ordered GitHub issues.

Official
Advanced
๐Ÿ“ฆ In Repo
serverless-dnaserverless-dna

speckit-clarify

Detect underspecified areas in feature specs and record answers back.

Official
Advanced
๐Ÿ“ฆ In Repo
serverless-dnaserverless-dna

speckit-plan

Generate planning artifacts from a specification using a standardized template.

Official
Advanced
๐Ÿ“ฆ In Repo
serverless-dnaserverless-dna

speckit-git-feature

Create and switch to a Git feature branch for a specification.

Official
Advanced
๐Ÿ“ฆ In Repo
serverless-dnaserverless-dna

speckit-analyze

Analyze spec.md, plan.md, and tasks.md for inconsistencies and ambiguities.

Official
Advanced
๐Ÿ“ฆ In Repo
serverless-dnaserverless-dna

speckit-git-commit

Automatically stage and commit changes after a Spec Kit command completes.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How 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โ†’