longtaskforagent
Multi-session software projects with requirements, TDD, and system testing
All Skills in This Repository (12)
Pure Emerald Level Indicatorslong-task-st
Verify integrated system behavior and non-functional requirements before release.
long-task-feature-st
Execute black-box acceptance tests via Chrome DevTools MCP and generate ISO/IEC/IEEE 29119 compliant documents.
long-task-tdd
Enforce the Test-Driven Development Red-Green-Refactor cycle with failing tests before implementation.
long-task-design
Generate technical design documents from approved SRS and UCD documents.
using-long-task
Orchestrates multi-session software development workflows by routing to phase-specific skills.
long-task-work
Orchestrate software feature implementation through a complete TDD pipeline.
long-task-ucd
Generate a UI Component Design style guide from an approved SRS document.
long-task-quality
Run predefined scripts to verify tests, coverage thresholds, and mutation scores.
long-task-requirements
Generates an SRS document from structured software requirements elicitation.
long-task-increment
Integrate new requirements into SRS, design, and UCD documents with Git version control.
long-task-init
Scaffold project artifacts and decompose SRS requirements into verifiable features.
long-task-review
Automate software implementation reviews against SRS, design documents, and UI style guides.
Frequently Asked Questions
FAQPage SchemaHow to install longtaskforagent?โผ
Run `npx skills add suriyel/longtaskforagent --all -g -y` in your terminal to install all skills in this suite globally.
How to keep coding sessions from losing context?โผ
This suite stores project state in persistent files like feature-list.json and task-progress.md, so every new session resumes exactly where the last one stopped.
Does it enforce testing before release?โผ
Yes. Every feature must pass strict TDD, coverage, and mutation gates, followed by black-box acceptance tests and a full system testing phase with a Go/No-Go verdict.
Can it handle bug fixes and new requirements mid-project?โผ
Yes. Drop a bugfix-request.json or increment-request.json file in the project root and the router automatically triggers the hotfix or increment workflow with full impact analysis.
Which languages and frameworks are supported?โผ
It is language-agnostic and works with Python, Java, TypeScript, C/C++, and custom stacks by mapping your test, coverage, and mutation tools through configurable commands.
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