Agent skill
software-engineering-standards-reference
Use this skill when you need to reference, cite, or apply software engineering standards. This skill provides the IEEE/ISO standard naming convention and categorized lists of standards for software development, quality assurance, and project management.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/software-engineering-standards-reference
SKILL.md
Software Engineering Standards Reference
Software engineering standards provide established best practices for development, quality assurance, and project management. Use this skill to properly reference standards and find the appropriate standard for your needs.
When to Use
- Citing standards in documentation or specifications
- Establishing organizational development processes
- Creating quality assurance plans
- Developing project management frameworks
- Writing requirements, design, or test documentation
Standard Naming Convention
Use this format when referencing IEEE, ISO, EIA, or IEC standards:
[Organization] Std [Number]-[Year], [Title]
Components:
- Organization: IEEE, ISO, EIA, IEC, or combination (e.g., IEEE/EIA)
- Number: Unique standard identifier (e.g., 830, 12207)
- Year: Year the standard was adopted (e.g., 1998, 2002)
- Title: Full descriptive title of the standard
Examples:
IEEE Std 830-1998, Recommended Practice for Software Requirements SpecificationsIEEE/EIA Std 12207-1997, Information Technology—Software Life Cycle ProcessesISO/IEC Std 12207, Information Technology—Software Life Cycle Processes
Top-Level Lifecycle Standard
ISO/IEC 12207 (Information Technology—Software Life Cycle Processes)
- Purpose: Defines the lifecycle framework for developing and managing software projects
- US Adoption: IEEE/EIA Std 12207
- Scope: Top-level standard covering the entire software development and management lifecycle
Finding the Right Standard
Standards are organized by domain and purpose. Consult the reference lists in references/standards-lists.md for:
- Development standards: Requirements, design, configuration management, user documentation, maintenance
- Quality assurance standards: QA plans, reviews, unit testing, test documentation, quality metrics
- Management standards: Project management, lifecycle processes, productivity metrics, acquisition, risk management
Usage Guidelines
- Identify your domain: Determine whether you need development, QA, or management standards
- Find the specific standard: Use the categorized lists to locate the standard matching your activity
- Apply the naming convention: Reference standards using the proper format
- Check for updates: Verify you are using the current version of the standard
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?