ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 3/5

full-stack-feature

Meta-skill for orchestrating end-to-end feature development from persona research through deployed, tested code — coordinating skills, commands, and agents across every stage. Use when building a new feature end-to-end, coordinating frontend + backend work, or needing a structured approach from research to production.

Why use this skill?

Orchestrate end-to-end feature development with the full-stack-feature meta-skill. Automate research, design, coding, and testing in one workflow.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/wpank/full-stack-feature
Or

What This Skill Does

The full-stack-feature meta-skill serves as an intelligent orchestrator for the entire software development lifecycle within the OpenClaw ecosystem. Rather than treating coding as an isolated task, this skill acts as a project manager, guiding the AI agent through a standardized, eight-stage pipeline. It transitions from initial user research and persona development to feature specification, design, architectural planning, and finally, the implementation of both frontend and backend layers. By enforcing stage gates, the skill ensures that developers do not skip critical requirements gathering or testing phases, preventing the common trap of "coding first and thinking later."

Installation

You can integrate this skill into your environment by running the following command in your terminal:

npx clawhub@latest install full-stack-feature

Use Cases

  • End-to-End Feature Development: Perfect for building complex modules from scratch where UI, API, and database synchronization are required.
  • Technical Onboarding: Provides a structured environment for junior developers or new contributors to understand the codebase requirements before committing code.
  • Refactoring & Feature Expansion: Use it to map out how new capabilities should integrate with existing legacy systems by first running the persona and spec stages.
  • Cross-Layer Coordination: Useful when managing dependencies between frontend state management and backend API schemas, ensuring both sides stay in sync.

Example Prompts

  1. "I need to build a user authentication dashboard. Please initiate the full-stack-feature flow, starting with a persona analysis of our primary power user."
  2. "We are adding a bulk-export feature for our report viewer. Use the full-stack-feature skill to move through the spec and API design phases first."
  3. "Let's use full-stack-feature to finish the implementation of the checkout flow, ensuring we handle the testing and documentation stages before finalizing."

Tips & Limitations

  • Complexity Assessment: While the skill supports eight stages, you can expedite small tasks by asking the agent to aggregate phases for minor features.
  • Stay in Context: Because this is a meta-skill, ensure you provide consistent project context as the agent moves between stages; if the agent loses track, use the /status command to re-verify the current pipeline stage.
  • Human-in-the-loop: Although the skill is highly autonomous, the 'Documentation' stage should always be reviewed by a human for domain-specific nuance.

Metadata

Author@wpank
Stars919
Views1
Updated2026-02-12
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-wpank-full-stack-feature": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#full-stack#orchestration#development-lifecycle#feature-engineering#automation
Safety Score: 3/5

Flags: file-write, file-read, code-execution