suriyelsuriyelCommunityยท12 Agent Skills Included

longtaskforagent

Multi-session software projects with requirements, TDD, and system testing

Runs complex software projects across unlimited sessions through a structured pipeline: requirements, design, acceptance test strategy, TDD implementation, and system testing. Bridges sessions with persistent on-disk artifacts so no context is lost after a reset, and enforces coverage, mutation, and black-box acceptance gates on every feature. Handles hotfixes, incremental changes, and codebase exploration with auditable, standards-aligned documentation.
npx skills add suriyel/longtaskforagent --all -g -y
Available:

Instructs the agent on the 14-skill pipeline architecture, phase routing rules, quality gate order, and the validation commands to run at each stage of a long-task project.

All Skills in This Repository (12)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
suriyelsuriyel

long-task-st

Verify integrated system behavior and non-functional requirements before release.

Community
Advanced
๐Ÿ“ฆ In Repo
suriyelsuriyel

long-task-feature-st

Execute black-box acceptance tests via Chrome DevTools MCP and generate ISO/IEC/IEEE 29119 compliant documents.

Community
Advanced
๐Ÿ“ฆ In Repo
suriyelsuriyel

long-task-tdd

Enforce the Test-Driven Development Red-Green-Refactor cycle with failing tests before implementation.

Community
Advanced
๐Ÿ“ฆ In Repo
suriyelsuriyel

long-task-design

Generate technical design documents from approved SRS and UCD documents.

Community
Advanced
๐Ÿ“ฆ In Repo
suriyelsuriyel

using-long-task

Orchestrates multi-session software development workflows by routing to phase-specific skills.

Community
Advanced
๐Ÿ“ฆ In Repo
suriyelsuriyel

long-task-work

Orchestrate software feature implementation through a complete TDD pipeline.

Community
Advanced
๐Ÿ“ฆ In Repo
suriyelsuriyel

long-task-ucd

Generate a UI Component Design style guide from an approved SRS document.

Community
Advanced
๐Ÿ“ฆ In Repo
suriyelsuriyel

long-task-quality

Run predefined scripts to verify tests, coverage thresholds, and mutation scores.

Community
Advanced
๐Ÿ“ฆ In Repo
suriyelsuriyel

long-task-requirements

Generates an SRS document from structured software requirements elicitation.

Community
Advanced
๐Ÿ“ฆ In Repo
suriyelsuriyel

long-task-increment

Integrate new requirements into SRS, design, and UCD documents with Git version control.

Community
Advanced
๐Ÿ“ฆ In Repo
suriyelsuriyel

long-task-init

Scaffold project artifacts and decompose SRS requirements into verifiable features.

Community
Advanced
๐Ÿ“ฆ In Repo
suriyelsuriyel

long-task-review

Automate software implementation reviews against SRS, design documents, and UI style guides.

Community
Advanced

Frequently Asked Questions

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